summary refs log tree commit diff
path: root/pkgs/applications/science/logic
Commit message (Collapse)AuthorAge
* Merge pull request #48579 from dtzWill/update/z3-4.8.1Will Dietz2018-11-02
|\ | | | | z3: 4.7.1 -> 4.8.1
| * z3: 4.7.1 -> 4.8.1Will Dietz2018-10-16
| |
* | coq_8_4: removeJörg Thalheim2018-10-30
| | | | | | | | verasco was its only user
* | Merge pull request #48812 from mpickering/cedilleJoachim F2018-10-24
|\ \ | | | | | | cedille bug fixes
| * | cedille: Make a seperate output for the base libraryMatthew Pickering2018-10-22
| | | | | | | | | | | | | | | | | | For now, for normal usage you need to add `${cedille.lib}` to the `~/.cedille/options` file so that cedille will find the base libraries. There is no option to pass options by the command line.
| * | cedille: Apply patch which unbreaks the options fileMatthew Pickering2018-10-22
| |/ | | | | | | See https://github.com/cedille/cedille/issues/29
* | Merge pull request #48617 from Zimmi48/passthru-ocamlPackages-in-coq-packageVincent Laporte2018-10-19
|\ \ | | | | | | coq: add ocamlPackages in passthru
| * | coq: add ocamlPackages in passthruThéo Zimmermann2018-10-17
| |/ | | | | | | | | We might need OCaml packages that are not the one Coq is depending on but they still need to come from the same package set (same OCaml version).
* / why3: 1.0.0 -> 1.1.0Vincent Laporte2018-10-18
|/
* cedille: init at 1.0.0Matthew Pickering2018-10-14
|
* alt-ergo: 1.30->2.2.0, ocplib-simplex: 0.3->0.4Moritz Kiefer2018-10-13
|
* prooftree: cleaningVincent Laporte2018-10-11
|
* camlp5_transitional: remove in favor of camlp5 (strict)Théo Zimmermann2018-10-10
|
* prooftree: 0.12 -> 0.13Théo Zimmermann2018-10-10
|
* matita: remove broken packageThéo Zimmermann2018-10-09
| | | | As requested by Vincent Laporte.
* ocamlPackages_3_11_2: removeThéo Zimmermann2018-10-08
| | | | | | | | | | | | | | | | This requires removing also the Coq 8.3 and Matita 0.5.8 packages. Coq 8.3 was released 8 years ago (2010) and there is no trace left of users of this version (contrary to Coq 8.4, released 2012). It is well over time to remove it. Matita 0.5.8 was released in 2010 and because this version was still used for teaching according to the official website, a legacy release (0.5.9) was released in 5 years later to compile with more recent OCaml libraries. Updating to 0.5.9 (or a more recent version like 0.99.3) should allow getting rid of the dependency on older OCaml but it is hard to test given that the package is already broken before this update.
* hol_light: 2017-07-06 -> 2018-09-30Marco Maggesi2018-10-06
| | | | | Also handle compatibility with newer version of OCaml (depend on num library as needed).
* elan: 0.5.0 -> 0.7.1Gabriel Ebner2018-10-04
|
* symbiyosys: 2018.07.26 -> 2018.09.12Austin Seipp2018-10-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* tree-wide: patchelf used during build -> nativeBuildInputsWill Dietz2018-09-28
| | | | | | | | | | | In a few cases it wasn't clear so I left them as-is. While visiting these moved other things to nativeBuildInputs when it was clear they were one of these cases: * makeWrapper * archive utilities (in order to unpack src) * a few of these might no longer be needed but leaving for another day
* coq: 8.8.1 -> 8.8.2 (#47388)Vincent Laporte2018-09-26
|
* Merge master into staging-nextFrederik Rietdijk2018-09-18
|\
| * tamarin-prover: fix ghc 8.4 build (#46597)Maximilian Bosch2018-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://hydra.nixos.org/build/81125645 `tamarin-prover' upstream has a patch to fix GHC 8.4 compilation (and uses stack lts-12.1 now), but it's not released yet: https://github.com/tamarin-prover/tamarin-prover/commit/a08f6e400772899b9b0fc16befc50391cd70696b The build is divided in several derivations, therefore the patch had to be splitted and rebased for `lib/term', `lib/theory' and `lib/utils' to ensure that the patch applies properly during the `patchPhase'. Addresses #45960
* | Merge branch 'master' into staging-nextUli Baum2018-09-13
|\|
| * prooftree: add licenseMarkus Kowalewski2018-09-08
| |
* | Merge master into stagingFrederik Rietdijk2018-09-02
|\|
| * jonprl: update homepageMarkus Kowalewski2018-09-02
| |
* | Merge branch 'master' into stagingVladimír Čunát2018-09-01
|\| | | | | | | A few trivial conflicts due to *Platforms mass replace.
| * vampire: fix nondeterministic hashGabriel Ebner2018-09-01
| | | | | | | | Probably related to #8567
| * reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | | | | | It is deprecated and will be removed after 18.09.
* | gnome-documents, tlaplus: fix glib referencesVladimír Čunát2018-08-30
|/
* Revert "treewide: fixup breakage due to absolute compiler path"Matthew Bauer2018-08-22
| | | | This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
* treewide: fixup breakage due to absolute compiler pathVladimír Čunát2018-08-21
| | | | | Some packages just can't handle them #44767. It was tempting to try to abstract this in some way, but I didn't do that ATM.
* Merge branch 'master' into staging-nextVladimír Čunát2018-08-17
|\ | | | | | | Hydra: ?compare=1473892
| * boolector: 2.4.1 -> 3.0.0, relicensed to MITAustin Seipp2018-08-15
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * btor2tools: init at pre55_8c150b39Austin Seipp2018-08-15
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * lingeling: init at pre1_03b4860dAustin Seipp2018-08-15
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * aiger: clean up configurePhase, install multi-output objects/headersAustin Seipp2018-08-15
| | | | | | | | | | | | | | The library and header files are useful for other tools, such as the upcoming 'lingeling'. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge branch 'master' into staging-nextVladimír Čunát2018-08-12
|\| | | | | | | Hydra: ?compare=1472947
| * Merge pull request #44837 from Infinisil/fix/sadSilvan Mosberger2018-08-09
| |\ | | | | | | sad: fix build
| | * sad: fix buildSilvan Mosberger2018-08-09
| | |
* | | Merge master into stagingFrederik Rietdijk2018-08-09
|\| |
| * | symbiyosys: 2018.05.03 -> 2018.07.26Austin Seipp2018-08-08
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | treewide: Make configureFlags listsJohn Ericson2018-08-03
|/ /
* | Merge pull request #43899 from r-ryantm/auto-update/tla-toolboxFrederik Rietdijk2018-07-22
|\ \ | | | | | | tlaplusToolbox: 1.5.6 -> 1.5.7
| * | tlaplusToolbox: 1.5.6 -> 1.5.7R. RyanTM2018-07-21
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tla-toolbox/versions.
* | | why3: 0.88.3 -> 1.0.0Ricardo M. Correia2018-07-21
| | |
* | | Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\ \ \
| * | | [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
| |/ /
* / / pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/ /