Commit Graph

1830 Commits

Author SHA1 Message Date
Weijia Wang
2d69842838
Merge pull request #245931 from soupglasses/pkg/ns-usbloader-7.0
ns-usbloader: init at 7.0
2023-07-31 11:56:30 +02:00
Martin Weinelt
86c62f4d00
Merge pull request #244655 from oddlama/init-insightface
python310Packages.insightface: init at 0.7.3
2023-07-29 20:49:19 +02:00
oddlama
3d0ab76d81
mxnet: fix darwin build 2023-07-29 13:28:30 +02:00
Sofi
00d7684ad8
maintainers: rename imsofi to soupglasses 2023-07-28 20:01:06 +02:00
Nick Cao
35abc09040
Merge pull request #245458 from vale981/patch-1
mathematica: enable wayland support
2023-07-27 20:41:19 -06:00
Valentin Boettcher
ff73ec1d6d
mathematica: enable wayland support 2023-07-26 10:03:01 -04:00
Pol Dellaiera
6513fb9b37
Merge pull request #244818 from r-ryantm/auto-update/fricas
fricas: 1.3.8 -> 1.3.9
2023-07-26 13:26:10 +02:00
Pol Dellaiera
77df81300c
Merge pull request #245256 from r-ryantm/auto-update/labplot
labplot: 2.10.0 -> 2.10.1
2023-07-26 13:22:52 +02:00
Connor Baker
495875182e
Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupport
Respect global config.cudaSupport
2023-07-25 14:18:14 -04:00
R. Ryantm
5577734d9e labplot: 2.10.0 -> 2.10.1 2023-07-24 22:40:48 +00:00
R. Ryantm
e136d9b0c8 fricas: 1.3.8 -> 1.3.9 2023-07-22 11:43:20 +00:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
Someone Serge
bf9e6fe9b8
tree-wide: rm cudaSupport ? false formal parameters
'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults

Packages expressions that take `cudaSupport ? false` are likely to
ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport`
a required argument, or to explicitly refer to `config`
2023-07-20 17:27:07 +03:00
R. Ryantm
48e895c202 primecount: 7.8 -> 7.9 2023-07-17 18:33:41 +00:00
Mauricio Collares
63fd36b9f1 pari: 2.15.3 -> 2.15.4 2023-07-12 08:53:37 +01:00
Weijia Wang
763c174440
Merge pull request #236975 from r-ryantm/auto-update/singular
singular: 4.3.2p1 -> 4.3.2p2
2023-07-09 18:14:53 +03:00
Mauricio Collares
8f216662cb sage: import singular 4.3.2p2 update patch 2023-07-09 12:59:45 +01:00
R. Ryantm
69cc6c07ac singular: 4.3.2p1 -> 4.3.2p2 2023-07-09 12:57:07 +01:00
Mauricio Collares
1104a22962 sage: refresh patches 2023-07-09 12:53:52 +01:00
R. Ryantm
ca9e7a2416 polymake: 4.9 -> 4.10 2023-07-09 06:18:12 +00:00
dev-null-undefined
76177da5c0
mathematica: 13.2.1 -> 13.3.0 2023-07-06 14:20:10 +02:00
alyaeanyx
2ae8e33832 {libqalculate, qalculate-gtk, qalculate-qt}: 4.6.1 -> 4.7.0 2023-07-03 20:07:10 +02:00
Justin Bedő
296758401d
Merge pull request #239891 from NixOS/r-updates
R updates
2023-06-29 13:14:20 +10:00
kilianar
46f3360e1a geogebra6: 6-0-745-0 -> 6-0-785-0 2023-06-28 00:08:19 +02:00
kilianar
48a30529f7 geogebra: 5-0-745-0 -> 5-0-785-0 2023-06-28 00:08:19 +02:00
Justin Bedo
bd8f4a24e1
R: 4.3.0 -> 4.3.1 2023-06-26 16:47:23 +10:00
Felix Buehler
f3719756b5 treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00
Nick Cao
7d73228de8
eigenmath: unstable-2023-05-12 -> unstable-2023-06-16
Diff: a6de473ad8...800adc5c0b
2023-06-22 16:40:56 +08:00
Weijia Wang
169cb59498 calc: replace util-linux with unixtools.col 2023-06-15 14:25:40 +03:00
Justin Bedő
4ae814f720
Merge pull request #234958 from NixOS/r-updates
R,rPackages: R 4.2.3 -> 4.3.0
2023-06-04 21:23:50 +10:00
Doron Behar
f204873aa8
Merge pull request #213235 from Stunkymonkey/mathematica-deprecate-phases
mathematica{9,10,11}: deprecate phases
2023-06-03 11:47:36 +03:00
R. Ryantm
a9be9ddb0e calc: 2.14.1.5 -> 2.14.1.6 2023-06-02 23:42:17 +00:00
Felix Buehler
04512a32bf mathematica{9,10,11}: deprecate phases 2023-06-02 18:10:52 +02:00
Justin Bedo
b8a6381d6a
R: 4.2.3 -> 4.3.0 2023-05-30 16:23:47 +10:00
Sandro
5cef1d6b2e
Merge pull request #231661 from fedeinthemix/wip-wolfram-engine 2023-05-28 20:02:32 +02:00
Connor Baker
222d966273 cudaPackages.cudnn: remove patch version from name to conform with cudaPackages standard 2023-05-24 12:56:22 -04:00
Weijia Wang
9845f9dade
Merge pull request #229602 from r-ryantm/auto-update/clp
clp: 1.17.7 -> 1.17.8
2023-05-23 01:16:56 +03:00
Mauricio Collares
c88e999122 sage: add meta.platforms 2023-05-22 18:30:39 +02:00
Sandro
1e71d2aa88
Merge pull request #218014 from collares/singular431p3 2023-05-22 13:27:15 +02:00
Mauricio Collares
c13e4258f6 sageWithDoc: run src/doc/bootstrap script before docbuild 2023-05-21 22:37:53 +02:00
Mauricio Collares
0edaaae3ff sage: 9.8 -> 10.0 2023-05-21 16:28:24 +02:00
Mauricio Collares
19bf4ba0e0 giac, giac-with-xcas: 1.9.0-29 -> 1.9.0-43 2023-05-21 16:25:47 +02:00
Mauricio Collares
51541df982 singular: 4.3.1p2 -> 4.3.2p1 2023-05-20 16:02:19 +02:00
Mauricio Collares
57c940b93d pari: 2.15.2 -> 2.15.3 2023-05-20 16:02:18 +02:00
Mauricio Collares
d2814c733a maxima-ecl-5_45: remove 2023-05-20 16:02:17 +02:00
R. Ryantm
e72d3d4709 primesieve: 11.0 -> 11.1 2023-05-16 10:45:23 +00:00
Martin Weinelt
cddb66d655
python310Packages.scikit-image: rename from scikitimage
to match the pname and create an alias for the former name.
2023-05-14 13:04:10 +02:00
Federico Beffa
9dd76ff79c wolfram-engine: add 13.2.0 2023-05-13 14:46:07 +02:00
Nick Cao
8dd605f358
eigenmath: unstable-2023-04-07 -> unstable-2023-05-12 2023-05-13 10:39:50 +08:00