Commit Graph

7242 Commits

Author SHA1 Message Date
Weijia Wang
0bbc6ebd58
Merge pull request #211065 from r-ryantm/auto-update/streamlit
streamlit: 1.16.0 -> 1.18.1
2023-02-25 00:15:30 +02: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
Robert Schütz
0d2542fa9d flatcam: pin shapely at 1.8.4 2023-02-22 17:39:49 -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
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +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
Samuel Ainsworth
2308c637ef
Merge pull request #217330 from ConnorBaker/fix/caffe-use-pre-cudnn8
caffe: use pre-CUDNN 8.x
2023-02-22 12:53:26 -05:00
Nick Cao
e32259e470
Merge pull request #217668 from bouk/openmvg-arch-generic
openmvg: set target architecture to 'generic'
2023-02-22 20:18:04 +08:00
Bouke van der Bijl
ebc120c155 openmvg: use ceres-solver from nixpkgs
The vendored one gets built with -march=native
2023-02-22 12:27:49 +01:00
Bouke van der Bijl
081eb4d889 openmvg: set target architecture to 'generic'
Otherwise the resulting binaries are specialized for the machine they're
built on (like -march=native)
2023-02-22 12:14:01 +01:00
Vincent Laporte
30c3b90903 cvc5: 1.0.3 → 1.0.4 2023-02-22 07:07:13 +01:00
Connor Baker
291db05669 caffe: use pre-CUDNN 8.x 2023-02-21 20:33:46 -05:00
Luflosi
1a4a178f60
abc-verifier: unstable-2022-11-09 -> unstable-2023-02-04 2023-02-22 02:04:23 +01:00
DavidCrompton1192@gmail.com
77aed40027 neuron: 7.5 -> 8.2.1 2023-02-21 13:52:34 -05:00
Nick Cao
e0c69e0447
Merge pull request #217286 from wegank/nvc-bump
nvc: 1.8.1 -> 1.8.2
2023-02-21 08:45:57 +08:00
Weijia Wang
51094d7cf3 nvc: 1.8.1 -> 1.8.2 2023-02-20 10:41:20 +02: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
Jonas Heinrich
f45ba866da
Merge pull request #217021 from r-ryantm/auto-update/calc
calc: 2.14.1.2 -> 2.14.1.3
2023-02-19 10:51:26 +01:00
R. Ryantm
91df193fa6 calc: 2.14.1.2 -> 2.14.1.3 2023-02-18 22:39:43 +00:00
Guillaume Girol
e5fca184c1
Merge pull request #216303 from smaret/gildas-update-feb23a
gildas: 20221001_b -> 20230201_a
2023-02-18 20:48:32 +00: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
Sandro
ab78a72cd0
Merge pull request #198872 from jiegec/nest
nest: init at 3.3
2023-02-17 13:53:52 +01:00
R. Ryantm
a89eef2c5e cwltool: 3.1.20230209161050 -> 3.1.20230213100550 2023-02-16 20:12:48 +00:00
Evils
765d928296 kicad-unstable: 2022-12-19 -> 2023-02-14 2023-02-16 14:25:11 +01:00
Evils
08c96035b9 kicad: add patches to accept wxwidgets 3.2.2.1 2023-02-16 14:25:11 +01:00
Evils
c8d22b3c2a kicad: 6.0.11 -> 7.0.0 2023-02-16 14:25:11 +01:00
Felix Bühler
b025cb11c5
Merge pull request #214996 from Stunkymonkey/optionalString-1
treewide: use optionalString
2023-02-14 19:09:46 +01:00
R. Ryantm
9286a75505 jmol: 14.32.83 -> 16.1.3 2023-02-14 11:27:30 +00:00
Sébastien Maret
9a5dbeaee1 gildas: 20221001_b -> 20230201_a 2023-02-14 10:44:51 +01:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
John Ericson
93efb3bb8a
Merge pull request #216096 from obsidiansystems/more-meta-pkg-config-modules
treewide: More meta pkg config modules
2023-02-13 13:43:25 -05:00
Felix Bühler
fb2c37b576
Merge pull request #216064 from Stunkymonkey/treewide-pname-version-1
inormalize/minc-widgets/gimp-plugins: use pname & version
2023-02-13 19:25:08 +01:00
Dmitry Kalinkin
f032544122
Merge pull request #215867 from veprbl/pr/nnpdf_4_0_6
nnpdf: 4.0.4 -> 4.0.6, provide n3fit
2023-02-13 12:58:38 -05:00
John Ericson
ee2fd1e510 R: Add meta.pkgConfigModules and test 2023-02-13 10:21:07 -05:00
Alyssa Ross
c6c7493c3b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyarrow/default.nix
2023-02-13 00:15:28 +00:00
Justin Bedő
e241a03b04
Merge pull request #216023 from r-ryantm/auto-update/last
last: 1445 -> 1447
2023-02-12 23:15:45 +00:00
Felix Buehler
db348eb0d6 inormalize/minc-widgets/gimp-plugins: use pname & version 2023-02-12 22:21:44 +01:00
Mauricio Collares
7e3ba6cec3
Merge pull request #216048 from collares/sage-9.8
sage: 9.7 -> 9.8
2023-02-12 21:48:31 +01:00
Mauricio Collares
f39b777987 sage: 9.7 -> 9.8 2023-02-12 20:46:00 +01:00
Mauricio Collares
b7b53aec79 sage: update readme to reflect trac->gh migration 2023-02-12 20:35:33 +01:00
Mauricio Collares
7371818c6e pari: upstream ellcard fixes 2023-02-12 20:35:33 +01:00
Mauricio Collares
ccc118b6cc gap: sage no longer needs a wrapper 2023-02-12 20:35:33 +01:00
R. Ryantm
10c93d977d last: 1445 -> 1447 2023-02-12 17:14:30 +00:00
R. Ryantm
4422fe05ed streamlit: 1.16.0 -> 1.18.1 2023-02-12 06:05:26 +00:00
github-actions[bot]
d5c6366a21
Merge master into staging-next 2023-02-12 00:02:30 +00:00