Commit Graph

1968 Commits

Author SHA1 Message Date
Vincent Laporte
378c25fbb7 alt-ergo: 2.5.2 → 2.5.3 2024-03-27 06:30:04 +01:00
github-actions[bot]
39632d3d4c
Merge master into haskell-updates 2024-03-23 00:12:18 +00:00
Weijia Wang
fed21ab52c
Merge pull request #297381 from emilytrau/logisim-darwin
logisim,logisim-evolution,mars-mips: add darwin bundle
2024-03-22 16:17:30 +01:00
sternenseemann
ae679c40db tamarin-prover: pick patch for Stackage LTS 22 dependencies
The provided patch is b3e18f61e4
cherry-picked onto the 1.8.0 release which required some conflict-solving
2024-03-22 12:13:05 +01:00
R. Ryantm
32f2120b01 uhdm: 1.80 -> 1.82 2024-03-21 01:10:36 +00:00
Emily Trau
0d9610c56f logisim: add darwin bundle 2024-03-20 16:37:19 +11:00
Emily Trau
c87d0c29ee logisim-evolution: add darwin bundle 2024-03-20 16:28:51 +11:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
github-actions[bot]
d5491af22d
Merge master into staging-next 2024-03-18 12:01:22 +00:00
whonore
f017802bcc dafny: 4.4.0 -> 4.5.0 2024-03-17 12:30:18 -04:00
github-actions[bot]
2178d8d857
Merge master into staging-next 2024-03-17 00:02:17 +00:00
github-actions[bot]
9e0e89d13c
Merge master into haskell-updates 2024-03-13 00:12:20 +00:00
github-actions[bot]
0917422ffe
Merge staging-next into staging 2024-03-12 06:01:24 +00:00
Vincent Laporte
0521702b1d coq_8_19: 8.19.0 → 8.19.1 2024-03-12 05:49:59 +01:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
github-actions[bot]
97e35dcd05
Merge master into haskell-updates 2024-03-11 00:12:54 +00:00
Joachim Breitner
af10a63043 Revert "elan: revert temporary directory creation"
This reverts commit 66e4e61595.
2024-03-09 16:50:49 +01:00
Joachim Breitner
5681570171 fix: elan: use relative paths in wrapper script
since 3.1.1, `elan` extracts to a temporary location and then moves to a
final location, this threw the wrapper script off. Updating the patch to
use paths relative to the wrapper script, so that it works independent
of absolute location.
2024-03-09 16:01:03 +01:00
github-actions[bot]
54e3ad5442
Merge master into haskell-updates 2024-03-09 00:11:53 +00:00
Weijia Wang
40f9f30edf
Merge pull request #292724 from r-ryantm/auto-update/cvc5
cvc5: 1.1.1 -> 1.1.2
2024-03-08 08:48:25 +01:00
Robert Hensing
7d2a83e6c2 Merge branch 'master' into HEAD 2024-03-07 18:39:12 +01:00
Weijia Wang
dba4cc979f
Merge pull request #287372 from r-ryantm/auto-update/cryptominisat
cryptominisat: 5.11.15 -> 5.11.21
2024-03-07 15:23:07 +01:00
Mario Rodas
66e4e61595 elan: revert temporary directory creation 2024-03-07 04:20:00 +00:00
R. Ryantm
08a8c74c4b opensmt: 2.5.2 -> 2.6.0 2024-03-07 01:36:53 +00:00
github-actions[bot]
8534fb2f53
Merge master into haskell-updates 2024-03-07 00:10:05 +00:00
Weijia Wang
d83c961db0
Merge pull request #289177 from r-ryantm/auto-update/clingcon
clingcon: 5.2.0 -> 5.2.1
2024-03-06 23:48:05 +01:00
R. Ryantm
9bb1834bfa cadical: 1.9.4 -> 1.9.5 2024-03-06 15:23:48 +00:00
github-actions[bot]
1ad8409e69
Merge master into haskell-updates 2024-03-05 00:12:06 +00:00
Mario Rodas
4ca2b298cc lean4: 4.6.0 -> 4.6.1
Diff: https://github.com/leanprover/lean4/compare/v4.6.0...v4.6.1

Changelog: https://github.com/leanprover/lean4/blob/v4.6.1/RELEASES.md
2024-03-04 04:20:00 +00:00
R. Ryantm
b4acd43269 cvc5: 1.1.1 -> 1.1.2 2024-03-02 04:58:08 +00:00
github-actions[bot]
38eff76eca
Merge master into haskell-updates 2024-03-02 00:11:53 +00:00
Mario Rodas
468b7bae7f lean4: 4.5.0 -> 4.6.0
Diff: https://github.com/leanprover/lean4/compare/v4.5.0...v4.6.0

Changelog: https://github.com/leanprover/lean4/blob/v4.6.0/RELEASES.md
2024-02-28 04:20:00 +00:00
github-actions[bot]
257171f024
Merge master into haskell-updates 2024-02-25 00:13:49 +00:00
github-actions[bot]
57bbe4245f
Merge master into haskell-updates 2024-02-24 00:11:45 +00:00
github-actions[bot]
d08f9b5833
Merge master into staging-next 2024-02-23 12:01:18 +00:00
Simon Hollingshead
f0b157a764 boolector: 3.2.2 -> 3.2.3 + upstream patch for C++14 compatibility.
https://github.com/Boolector/boolector/compare/3.2.2...3.2.3
cc13f371c0
2024-02-22 19:48:14 +00:00
Mario Rodas
e4de5ceffd elan: 3.1.0 -> 3.1.1
Diff: https://github.com/leanprover/elan/compare/v3.1.0...v3.1.1

Changelog: https://github.com/leanprover/elan/blob/v3.1.1/CHANGELOG.md
2024-02-22 04:20:00 +00:00
github-actions[bot]
ec769627e0
Merge master into haskell-updates 2024-02-20 00:12:32 +00:00
Mario Rodas
e27d391266
Merge pull request #289941 from marsam/update-elan
elan: 3.0.0 -> 3.1.0
2024-02-19 09:25:45 -05:00
R. Ryantm
acb4c80843 clingo: 5.7.0 -> 5.7.1 2024-02-19 09:11:09 +00:00
Mario Rodas
41dd647a85 elan: 3.0.0 -> 3.1.0
Diff: https://github.com/leanprover/elan/compare/v3.0.0...v3.1.0

Changelog: https://github.com/leanprover/elan/blob/v3.1.0/CHANGELOG.md
2024-02-19 04:20:00 +00:00
github-actions[bot]
2f576c19f7
Merge master into haskell-updates 2024-02-17 00:12:14 +00:00
R. Ryantm
ac0579e7c9 clingo: 5.6.2 -> 5.7.0 2024-02-16 01:36:49 +00:00
R. Ryantm
e9db8c4c77 clingcon: 5.2.0 -> 5.2.1 2024-02-16 01:36:32 +00:00
github-actions[bot]
02be936be3
Merge master into haskell-updates 2024-02-16 00:12:20 +00:00
Pol Dellaiera
a53894b556
Merge pull request #288470 from McSinyx/stp-u8
stp: fix build failure
2024-02-15 23:07:44 +01:00
Mario Rodas
46a93d0751
Merge pull request #287601 from trofi/stp-gcc-13-fix
stp: fix the build against `gcc-13`
2024-02-14 20:17:23 -05:00
github-actions[bot]
319f251f5c
Merge master into haskell-updates 2024-02-14 00:12:36 +00:00
Nguyễn Gia Phong
b63babd55d
stp: fix build failure 2024-02-13 16:41:23 +09:00
Vincent Laporte
8601deaed1 cryptoverif: 2.07 → 2.08pl1 2024-02-13 06:23:27 +01:00
github-actions[bot]
04663e9026
Merge master into haskell-updates 2024-02-12 00:12:56 +00:00
Mario Rodas
f9d39fb9af
Merge pull request #287604 from trofi/lean3-mark-broken
lean3: fix gcc-13 build failure
2024-02-11 17:04:38 -05:00
Sergei Trofimovich
016be1d8b3 lean3: fix gcc-13 build failure)
Without the change the build fails on `master` as https://hydra.nixos.org/build/247665202:

    /build/source/src/shell/lean_js.h:11:32: error: 'uintptr_t' was not declared in this scope
       11 | int emscripten_process_request(uintptr_t msg);
          |                                ^~~~~~~~~
2024-02-11 19:47:22 +00:00
github-actions[bot]
cf96a5e9ad
Merge master into haskell-updates 2024-02-11 00:13:59 +00:00
Sergei Trofimovich
d952b5884c mcrl2: 202206 -> 202307
Among other things fixes `gcc-13` build fix as
https://hydra.nixos.org/build/247554470:

    In file included from /build/mcrl2-202206.1/libraries/utilities/source/bitstream.cpp:10:
    /build/mcrl2-202206.1/libraries/utilities/include/mcrl2/utilities/bitstream.h:56:25: error: 'uint8_t' in namespace 'std' does not name a type; did you mean 'wint_t'?
       56 |   void write(const std::uint8_t* buffer, std::size_t size);
          |                         ^~~~~~~
          |                         wint_t
2024-02-10 10:14:43 +00:00
Sergei Trofimovich
b531de72bf stp: fix the build against gcc-13
Without the change the build fails on `master` as
https://hydra.nixos.org/build/247636021:

    /build/source/include/stp/AST/ASTNode.h:77:3: error: 'uint8_t' does not name a type
       77 |   uint8_t getIteration() const;
          |   ^~~~~~~
2024-02-09 22:43:16 +00:00
R. Ryantm
cc15000690 cryptominisat: 5.11.15 -> 5.11.21 2024-02-09 04:52:13 +00:00
github-actions[bot]
3a0aae25fa
Merge master into haskell-updates 2024-02-05 00:13:15 +00:00
Weijia Wang
612a107ae5
Merge pull request #284008 from r-ryantm/auto-update/workcraft
workcraft: 3.4.1 -> 3.4.2
2024-02-04 20:35:45 +01:00
github-actions[bot]
e93379ba64
Merge master into haskell-updates 2024-02-04 00:13:37 +00:00
Ben Darwin
d6d8fd86dd abella: update url, refactor to finalAttrs style 2024-02-03 14:58:27 -05:00
github-actions[bot]
34dab68635
Merge master into haskell-updates 2024-02-02 00:12:11 +00:00
Mario Rodas
3ada8a22ba
Merge pull request #285422 from marsam/update-lean4
lean4: 4.4.0 -> 4.5.0
2024-02-01 05:39:59 -05:00
Mario Rodas
dbf625d8d7
Merge pull request #284969 from marsam/update-z3_4_12
z3_4_12: 4.12.4 -> 4.12.5
2024-01-31 23:50:04 -05:00
Mario Rodas
2c6116bd1c lean4: add version tester 2024-02-01 04:20:00 +00:00
Mario Rodas
6a068abcfc lean4: 4.4.0 -> 4.5.0
Diff: https://github.com/leanprover/lean4/compare/v4.4.0...v4.5.0

Changelog: https://github.com/leanprover/lean4/blob/v4.5.0/RELEASES.md
2024-02-01 04:20:00 +00:00
github-actions[bot]
99d08bb877
Merge master into haskell-updates 2024-01-31 00:12:49 +00:00
figsoda
6446f962a1
Merge pull request #283906 from ConnorBaker/feat/egglog-unstable-2024-01-26
egglog: unstable-2023-09-12 -> 0-unstable-2024-01-26
2024-01-30 10:01:53 -05:00
Nick Cao
1d852c8b67
Merge pull request #284834 from wegank/btor2tools-gcc-13
btor2tools: fix build with gcc 13
2024-01-30 09:04:32 -05:00
R. Ryantm
222c1940fa cvc5: 1.1.0 -> 1.1.1 2024-01-30 05:45:19 +01:00
Mario Rodas
4fadc26e4a z3_4_12: 4.12.4 -> 4.12.5
Diff: https://github.com/Z3Prover/z3/compare/z3-4.12.4...z3-4.12.5

Changelog: https://github.com/Z3Prover/z3/releases/tag/z3-4.12.5
2024-01-30 04:20:00 +00:00
github-actions[bot]
b0233d387c
Merge master into haskell-updates 2024-01-30 00:12:10 +00:00
Weijia Wang
b03c6a4e9a btor2tools: fix build with gcc 13 2024-01-29 21:35:06 +01:00
Vincent Laporte
d0cdb657c2 why3: move the OCaml library to its own dev output 2024-01-29 09:40:12 +01:00
Vincent Laporte
e997629cea why3: make it easy to disable IDE support
easycrypt: use why3 without IDE support
2024-01-29 09:40:12 +01:00
Vincent Laporte
c4f01b3b73 why3: 1.7.0 → 1.7.1 2024-01-29 09:40:12 +01:00
Connor Baker
a04f9a5e9e egglog: unstable-2023-09-12 -> 0-unstable-2024-01-26 2024-01-26 22:47:43 -05:00
github-actions[bot]
11b995fb74
Merge master into haskell-updates 2024-01-27 00:11:54 +00:00
Pierre Roux
4ce414bbe4 coq: 8.19+rc1 -> 8.19.0 2024-01-26 19:35:30 +01:00
R. Ryantm
a68fcf325d workcraft: 3.4.1 -> 3.4.2 2024-01-26 12:41:46 +00:00
Jan van Brügge
3702ba16ba
naproche: unstable-2023-07-11 -> unstable-2024-01-18 2024-01-18 17:00:55 +00:00
R. Ryantm
ba3295cbef easycrypt: 2023.09 -> 2024.01 2024-01-18 08:47:12 +01:00
Vincent Laporte
5223d1f86a msat: init at 0.9.1 2024-01-16 06:48:51 +01:00
R. Ryantm
92b06884df cadical: 1.9.3 -> 1.9.4 2024-01-12 07:01:53 +00:00
Vincent Laporte
2225c6a883 iprover: 3.1 → 3.8.1 2024-01-10 06:33:50 +01:00
R. Ryantm
42766a4606 surelog: 1.80 -> 1.82 2024-01-05 21:46:27 +00:00
Weijia Wang
ac32817df9
Merge pull request #277227 from r-ryantm/auto-update/cvc5
cvc5: 1.0.9 -> 1.1.0
2024-01-03 19:34:52 +01:00
Lucas Van Laer
696735c9d2 z3_4_12: 4.12.2 -> 4.12.4 2023-12-31 14:12:54 +01:00
R. Ryantm
feadff003e cvc5: 1.0.9 -> 1.1.0 2023-12-28 02:05:44 +00:00
Fabián Heredia Montiel
48d1e73d8b
Merge pull request #276854 from r-ryantm/auto-update/cadical
cadical: 1.9.1 -> 1.9.3
2023-12-26 23:29:49 -06:00
Mario Rodas
1c0dab4a37
Merge pull request #276940 from tejing1/cleanup-lean4
lean4: clean up colliding files
2023-12-26 17:49:35 -05:00
Jeff Huffman
b3a184a4aa
lean4: clean up colliding files 2023-12-26 16:13:31 -05:00
Mario Rodas
126fcb5e99
Merge pull request #275586 from r-ryantm/auto-update/cvc5
cvc5: 1.0.8 -> 1.0.9
2023-12-26 16:02:43 -05:00
R. Ryantm
c4a88ae424 cadical: 1.9.1 -> 1.9.3 2023-12-26 05:17:29 +00:00
R. Ryantm
5098005a85 lean4: 4.3.0 -> 4.4.0 2023-12-22 06:12:02 +00:00
Guillaume Maudoux
26241b6458
Merge pull request #274496 from whonore/update-dafny-4.4.0
dafny: 4.3.0 -> 4.4.0
2023-12-20 23:29:29 +01:00
R. Ryantm
b297165efd cvc5: 1.0.8 -> 1.0.9 2023-12-20 08:10:00 +00:00
Pierre Roux
d77d8f69f7 coq_8_19: init at 8.19+rc1 2023-12-19 14:41:20 +01:00
Weijia Wang
2a3d4f9afe alt-ergo: fix build on darwin 2023-12-17 16:12:48 +01:00
whonore
9e1d149f05 dafny: 4.3.0 -> 4.4.0 2023-12-15 15:48:44 -05:00
R. Ryantm
a1e9171ca3 cadical: 1.9.0 -> 1.9.1 2023-12-15 05:27:39 +00:00
Weijia Wang
64891e361b
Merge pull request #243497 from jvanbruegge/isabelle-2023
isabelle: 2022 -> 2023
2023-12-10 14:07:23 +01:00
OTABI Tomoya
b9cb1d8d5f
Merge pull request #271924 from stepbrobd/z3-solver
python3Packages.z3-solver: rename from z3
2023-12-10 12:28:16 +09:00
Jan van Brügge
3e90293669 isabelle-linter: 1.2.1 -> 2023-1.0.0 2023-12-10 02:27:06 +01:00
R. Ryantm
f32aee4e1b eprover: 3.0 -> 3.0.03 2023-12-09 18:57:23 +00:00
Yifei Sun
3d0affa9c9
python3Packages.z3-solver: rename from z3 2023-12-06 12:30:03 -05:00
Weijia Wang
3b03119bcf
Merge pull request #263288 from r-ryantm/auto-update/cryptominisat
cryptominisat: 5.11.14 -> 5.11.15
2023-12-05 10:46:20 +01:00
Peder Bergebakken Sundt
5c2f149bab
Merge pull request #271114 from vbgl/why3-1.7.0
why3: 1.6.0 → 1.7.0
2023-12-02 10:48:36 +01:00
Mario Rodas
c462586977
Merge pull request #271084 from marsam/update-lean4
lean4: 4.2.0 -> 4.3.0
2023-11-30 02:30:54 -05:00
Vincent Laporte
ef6c49fa50
why3: 1.6.0 → 1.7.0 2023-11-30 05:41:54 +01:00
Vincent Laporte
556712bb7c acgtk: 1.5.4 → 2.0.0 2023-11-30 05:37:04 +01:00
Henner Zeller
409e9d1a30 surelog: 1.76 -> 1.80 2023-11-29 13:18:33 -06:00
Henner Zeller
39dd77fde8 uhdm: 1.77 -> 1.80 2023-11-29 13:18:33 -06:00
Mario Rodas
cbcf0e94ac lean4: 4.2.0 -> 4.3.0
Diff: https://github.com/leanprover/lean4/compare/v4.2.0...v4.3.0

Changelog: https://github.com/leanprover/lean4/blob/v4.3.0/RELEASES.md
2023-11-29 04:20:00 +00:00
Mario Rodas
b9a67f7317 lean4: fix build on darwin 2023-11-23 04:20:00 +00:00
R. Ryantm
f23cd2617d cadical: 1.8.0 -> 1.9.0 2023-11-21 17:11:06 +00:00
Vincent Laporte
181a9fe1ea easycrypt: fix runtest command
The `ec-runtest` program is still available as a separate
easycrypt-runtest package, but the `easycrypt runtest` command now also
works out-of-the-box.
2023-11-20 09:04:33 +01:00
Vincent Laporte
4800982f99 hol_light: 2023-07-21 → 2023-11-03 2023-11-20 07:03:45 +01:00
annalee
38eccd74c3
eprover: update hash - target modified inplace
the last commit was Wed Nov 15 13:09:21 2023 +0000 but the target, E.tgz
was modified at 2023-11-15 23:29 (assuming utc)
https://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_3.0/
2023-11-17 04:12:46 +00:00
Vladimír Čunát
0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
7c6f434c
91c993afb9
Merge pull request #267664 from r-ryantm/auto-update/eprover
eprover: 2.6 -> 3.0
2023-11-15 23:52:24 +00:00
R. Ryantm
e13386b72e eprover: 2.6 -> 3.0 2023-11-15 13:09:21 +00:00
Vladimír Čunát
c46eae0f35
Merge branch 'master' into staging-next 2023-11-15 07:33:10 +01:00
Chen
109bef7af3 abella: 2.0.7 -> 2.0.8 2023-11-14 13:38:26 +08:00
github-actions[bot]
eb26e06e9b
Merge master into staging-next 2023-11-12 06:01:07 +00:00
Pierre Bourdon
4098144884
Merge pull request #266486 from Luflosi/update/yosys
yosys: 0.34 -> 0.35
2023-11-12 03:24:48 +01:00
github-actions[bot]
9776723357
Merge master into staging-next 2023-11-11 18:00:58 +00:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
Luflosi
783a01c64e
abc-verifier: unstable-2023-09-13 -> unstable-2023-10-13 2023-11-08 15:21:35 +01:00
Luflosi
9882bdee1e
abc-verifier: cleanup
- Move each function argument into its own line
- Use `finalAttrs` instead of the `rec` keyword to properly handle overriding
- Run the `preInstall` and `postInstall` hooks in the `installPhase`
- Use `install` instead of `mkdir -p` and `mv` to be more concise
2023-11-08 15:21:34 +01:00
Luflosi
0942f79dda
abc-verifier: add Luflosi as maintainer 2023-11-08 15:21:31 +01:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next 2023-11-08 06:15:46 +00:00
Adam Joseph
bc2d598878 treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
Weijia Wang
9627659c22 Merge branch 'master' into staging-next 2023-11-04 17:27:09 +01:00
R. Ryantm
c526304148 uhdm: 1.76 -> 1.77 2023-11-04 09:08:43 -07:00
github-actions[bot]
29efc257c0
Merge master into staging-next 2023-11-02 18:01:07 +00:00
Pablo Ovelleiro Corral
5c90581563 coq: fix hompage url
Just a trivial nitpick
2023-11-02 15:26:30 +01:00
github-actions[bot]
2fd5f8dd7a
Merge master into staging-next 2023-10-31 12:01:11 +00:00
Mario Rodas
39042adae3 lean4: 4.1.0 -> 4.2.0
Diff: https://github.com/leanprover/lean4/compare/v4.1.0...v4.2.0

Changelog: https://github.com/leanprover/lean4/blob/v4.2.0/RELEASES.md
2023-10-30 04:20:00 +00:00
Randy Eckenrode
0194cd67af
aiger: fix build with clang 16
Add missing header to resolve implicit decalaration of `isatty`.
2023-10-27 08:58:05 -04:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
R. Ryantm
1d182037be cryptominisat: 5.11.14 -> 5.11.15 2023-10-25 06:22:19 +00:00
Vincent Laporte
ee0d269562
proverif: 2.04 → 2.05 2023-10-23 12:07:37 +02:00
github-actions[bot]
024144542b
Merge staging-next into staging 2023-10-19 18:01:22 +00:00
R. Ryantm
db6910471f alt-ergo: 2.5.1 -> 2.5.2 2023-10-19 06:27:42 +00:00
Artturi
5a1cc0e11d
Merge pull request #258431 from pbsds/stabilize-patches 2023-10-19 03:02:46 +03:00
Henner Zeller
10e4eb07ad surelog: 1.73 -> 1.76 2023-10-15 09:30:13 -05:00
Henner Zeller
b2dad8840a uhdm: 1.74 -> 1.76 2023-10-15 09:30:13 -05:00
Weijia Wang
69926af81f
Merge pull request #260203 from wegank/cryptoverif-bump
cryptoverif: 2.05 -> 2.07
2023-10-10 20:27:00 +02:00