Commit Graph

1581 Commits

Author SHA1 Message Date
Ali Caglayan
8fe1ea496b coq: 8.16.1 -> 8.17.0
Signed-off-by: Ali Caglayan <alizter@gmail.com>
2023-03-28 08:13:12 +02:00
R. Ryantm
bb270775f2 cvc5: 1.0.4 -> 1.0.5 2023-03-25 01:00:12 +00:00
Luflosi
ddb714f68d
yices: fix typo in comment 2023-03-22 16:08:09 +01:00
Weijia Wang
120a484726
Merge pull request #220001 from wegank/isabelle-arm
isabelle: add aarch64-linux support
2023-03-22 16:15:34 +02:00
Vincent Laporte
48774c43cd
acgtk: use Dune 3 2023-03-21 13:05:53 +01:00
Vincent Laporte
e12230e716
why3: 1.5.1 → 1.6.0; ocamlPackages.lambdapi: 2.2.1 → 2.3.1 (#220986)
why3: 1.5.1 → 1.6.0
ocamlPackages.lambdapi: 2.2.1 → 2.3.1

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-03-20 20:45:47 +01:00
Weijia Wang
0ddc01c569 glucose: refactor 2023-03-18 19:00:45 +02:00
Bernardo Meurer
6e55733359
Merge pull request #219747 from Stunkymonkey/deprecate-isNull 2023-03-16 11:10:22 -03:00
Weijia Wang
6bade5f7df tamarin-prover: only use glibcLocales on linux 2023-03-14 15:55:12 +02:00
Austin Seipp
787381926a tamarin-prover: set LOCALE_ARCHIVE in wrapper
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-03-12 19:06:58 -05:00
Luflosi
e8f1fcd350 abc-verifier: unstable-2023-02-04 -> unstable-2023-02-23 2023-03-12 18:10:19 -05:00
Doron Behar
ba4d56e20e tamarin-prover: install vim-plugin to nvim/site 2023-03-08 12:32:40 +02:00
Weijia Wang
3e5f408e73 isabelle: add aarch64-linux support 2023-03-07 18:20:46 +02:00
Weijia Wang
3d70562dfd leo2: add darwin support 2023-03-07 00:10:09 +02:00
Felix Buehler
d10e69c86b treewide: deprecate isNull
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-isNull
2023-03-06 22:40:04 +01:00
Ilan Joselevich
e398da1460
Merge pull request #219606 from wegank/vampire-aarch64
vampire: unbreak on aarch64-linux
2023-03-06 22:19:54 +02:00
Weijia Wang
3796e59136 vampire: unbreak on aarch64-linux 2023-03-05 02:21:12 +02:00
Weijia Wang
1148f28242 cubicle: set env instead of postPatch 2023-03-05 01:44:26 +02:00
Alyssa Ross
2bfa93e01c
treewide: python{ => .pythonForBuild}.interpreter
It won't be enough to fix cross in all cases, but it is in at least
one: pywayland.  I've only made the change in cases I'm confident it's
correct, as it would be wrong to change this when python.interpreter
is used in wrappers, and possibly when it's used for running tests.
2023-02-26 20:26:17 +00:00
Norbert Melzer
d6f93d07b4
Merge pull request #210627 from wizeman/u/fix-fstar 2023-02-25 22:03:46 +01:00
Jörg Thalheim
a9167d159b
Merge pull request #217989 from kilianar/cryptominisat-5.11.4
cryptominisat: 5.8.0 -> 5.11.4
2023-02-24 12:31:35 +01:00
kilianar
8a10153e82 cryptominisat: 5.8.0 -> 5.11.4
https://github.com/msoos/cryptominisat/releases/tag/5.11.4
2023-02-24 09:32:00 +01:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Nick Cao
12f94adb89
Merge pull request #217702 from Luflosi/update/yosys
yosys: 0.25 -> 0.26
2023-02-23 10:50:23 +08:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Vincent Laporte
30c3b90903 cvc5: 1.0.3 → 1.0.4 2023-02-22 07:07:13 +01:00
Luflosi
1a4a178f60
abc-verifier: unstable-2022-11-09 -> unstable-2023-02-04 2023-02-22 02:04:23 +01:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Boey Maun Suang
4d85cedf5a cvc4: Fix build failure from new bash 5.2 feature
Per https://bodhi.fedoraproject.org/updates/FEDORA-2022-dc47174c36:

    This update fixes a failure to build with source with bash 5.2.
    Bash's `patsub_replacement` feature makes ampersand a special
    character when doing variable substitution, which was not previously
    the case. This update instructs bash to turn off the new behavior.

We exclude the unrelated change in that Fedora update (i.e. using Python
3.11's `tomllib` instead of the PyPI `toml` package) since:

    - we package cvc4 with Python versions earlier than 3.11; and
    - since cvc4 is no longer being updated, sticking with the PyPI
      `toml` package causes no extra work in the future.
2023-02-18 14:07:28 -06:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
Ricardo M. Correia
113cdbd29d fstar: use proper z3 version and build .checked files 2023-02-07 14:47:17 +00:00
github-actions[bot]
b30088fc3f
Merge master into staging-next 2023-02-07 00:02:12 +00:00
Thomas Gerbet
73599b389c coq: remove undefined attribute ocamlPropagatedNativeBuildInputs in passthru 2023-02-06 17:59:25 +01:00
github-actions[bot]
b2a1140ada
Merge master into staging-next 2023-02-06 06:01:25 +00:00
Vladimír Čunát
555f300879
treewide: another round of gcc12 fixups 2023-02-05 15:29:43 +01:00
R. Ryantm
eed37a8427 cbmc: 5.74.0 -> 5.76.1 2023-02-05 13:53:55 +00:00
Vladimír Čunát
d0d8c15bad
Merge branch 'master' into staging-next
pkgs/development/web/nodejs/v18.nix conflict:
  the fetched patch was already included in this release.
2023-02-03 23:02:19 +01:00
Ulrik Strid
376e9ceead treewide: add strictDeps = true to most packages depending on ocaml 2023-02-03 08:59:34 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Vladimír Čunát
9287f4461d
Merge #206907: stdenv: gcc11 -> gcc12 2023-02-01 16:54:44 +01:00
Vincent Laporte
ffe1ba8985
alt-ergo: fix src URL 2023-01-30 10:00:41 +01:00
Fabián Heredia Montiel
0cf5d85f0c treewide: add gcc12 flags 2023-01-27 21:20:52 -06:00
Vincent Laporte
af3f74b2d9
ott: 0.32 → 0.33 2023-01-24 07:31:58 +01:00
Weijia Wang
ec19e85cec
Merge pull request #206494 from r-ryantm/auto-update/fast-downward
fast-downward: 22.06.1 -> 22.12.0
2023-01-23 14:14:29 +01:00
Weijia Wang
a3568776ef
Merge pull request #194260 from r-ryantm/auto-update/logisim-evolution
logisim-evolution: 3.7.2 -> 3.8.0
2023-01-22 22:50:18 +01:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Weijia Wang
c5460eb4de
Merge pull request #210884 from vbgl/beluga-dune-3
Use dune 3 for a few OCaml tools
2023-01-22 02:22:57 +01:00