Robert Schütz
dfc658fd2e
Merge pull request #124068 from risicle/ris-igraph-arpack-darwin-blas-paths
...
igraph,arpack: correct libblas.dylib's path on darwin, fixing python3Packages.python-igraph
2021-05-23 13:12:11 +02:00
Robert Scott
1241d9fae3
arpack: fix libblas.dylib's path on darwin
2021-05-22 19:03:56 +01:00
Gabriel Ebner
a6d48f9c2a
or-tools: 8.1 -> 9.0
2021-05-22 16:57:32 +02:00
Daniël de Kok
303977634c
libtorch-bin: fix false CUDA dependency in passthru test
...
The passthru test used the CUDA toolkit for the CUDA stub
unconditionally, also requiring the cudatoolkit derivation when
cudaSupport = false.
2021-05-01 11:43:52 -07:00
Daniël de Kok
039101ad94
libtorch-bin: 1.8.0 -> 1.8.1
...
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.8.1
2021-05-01 11:43:52 -07:00
Daniël de Kok
9faac78ede
Merge pull request #119778 from danieldk/cudnn-8.1.1
...
cudnn_cudatoolkit_11_0: 8.1.0 -> 8.1.1
2021-05-01 11:52:37 +02:00
Mateusz Kowalczyk
60ed2deee5
openblas: Allow setting DYNAMIC_ARCH
2021-04-28 14:40:23 +09:00
Daniël de Kok
f75286e063
cudatoolkit-{9,9_0,9_1,9_2}: remove
...
Remove old CUDA toolkits (and corresponding CuDNN versions).
- Not supported by upstream anymore.
- We do not use them in nixpkgs.
- We do not test or actively maintain them.
- Anything but ancient GPUs is supported by newer toolkits.
Fixes #107131 .
2021-04-18 11:55:10 +02:00
Daniël de Kok
7475b12169
cudnn_cudatoolkit: accept hash
attribute for SRI hashes
2021-04-18 10:53:22 +02:00
Daniël de Kok
8bd4d8ee66
cudnn_cudatoolkit_11_0: 8.1.0 -> 8.1.1
...
Changelog:
https://docs.nvidia.com/deeplearning/cudnn/release-notes/rel_8.html#rel-811
2021-04-18 10:44:09 +02:00
github-actions[bot]
0ba1008684
Merge master into staging-next
2021-04-08 06:05:39 +00:00
Benjamin Hipple
a634ea874a
Merge pull request #117354 from danieldk/onemkl
...
mkl: 2020.3.304 -> 2021.1.1.52
2021-04-07 23:47:55 -04:00
github-actions[bot]
15f796ceaf
Merge staging-next into staging
2021-03-27 12:06:16 +00:00
github-actions[bot]
5021a8bc13
Merge master into staging-next
2021-03-27 12:06:13 +00:00
Doron Behar
20826f0710
Merge pull request #117685 from dotlambda/arpack-3.8.0
...
arpack: 3.7.0 -> 3.8.0
2021-03-27 11:09:44 +00:00
Robert Schütz
9e4b635dee
arpack: 3.7.0 -> 3.8.0
2021-03-27 10:54:26 +01:00
Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging
2021-03-26 07:53:44 +01:00
github-actions[bot]
7c9222212f
Merge master into staging-next
2021-03-25 18:14:01 +00:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
...
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
github-actions[bot]
4dc869e403
Merge master into staging-next
2021-03-25 12:06:22 +00:00
Sandro
499600b06d
Merge pull request #116499 from danieldk/amd-blis-3.0
...
amd-blis: 2.2 -> 3.0
2021-03-25 11:18:54 +01:00
Frederik Rietdijk
c71c5a3cb0
clblas: use python3
2021-03-25 10:27:04 +01:00
Daniël de Kok
651bf7fd08
amd-blis: 2.2 -> 3.0
...
Changelog:
https://github.com/amd/blis/releases/tag/3.0
2021-03-25 08:56:12 +01:00
Daniël de Kok
9b11429890
Merge pull request #117553 from r-ryantm/auto-update/blis
...
blis: 0.8.0 -> 0.8.1
2021-03-25 08:00:28 +01:00
R. RyanTM
d4f001a267
blis: 0.8.0 -> 0.8.1
2021-03-25 02:54:40 +00:00
Daniël de Kok
6556beb779
mkl: 2020.3.304 -> 2021.1.1.52
...
Intel MKL is succeeded by Intel oneMKL. This also results in several
changes:
- The versioning scheme has been changed, it now consists of a version
such as "2021.1.1" and a build such as "52".
- The tarball of RPMs has been replaced by a relatively complex
installer, so instead we use the RPMs provided by the upstream
Yum repository.
To better detect breakage, the passthru tests also check static builds
and with parallel (iomp) execution.
2021-03-23 14:55:06 +01:00
mschwaig
de2c3e08c0
openblas: apply patch to prevent SIGILL on aarch64 ( #117004 )
...
The applied patch contains the changes from this PR:
https://github.com/xianyi/OpenBLAS/pull/3060
This patch prevents gcc from reordering instructions in a way
that can cause crashes with SIGILL on aarch64.
This issue crashes python when importing numpy on aarch64:
https://github.com/numpy/numpy/issues/18131
2021-03-21 16:12:12 -04:00
github-actions[bot]
8c03075f07
Merge staging-next into staging
2021-03-19 00:41:08 +00:00
github-actions[bot]
d73a492e83
Merge master into staging-next
2021-03-19 00:41:01 +00:00
Fabian Affolter
2a32b0d28b
Merge pull request #110262 from r-ryantm/auto-update/primesieve
...
primesieve: 7.5 -> 7.6
2021-03-18 22:59:50 +01:00
Ivan Babrou
d4d14bd4b6
liblapack: disable select tests on all darwin platforms ( #116779 )
2021-03-18 16:34:50 -04:00
Ivan Babrou
06c5ea2a14
liblapack: disable failing tests on darwin
...
Tests were enabled in #113021 and staging is broken since then.
2021-03-18 20:27:14 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next
2021-03-18 19:24:39 +01:00
John Ericson
417658beae
Merge pull request #116666 from obsidiansystems/cutensor
...
cudatensor: Init at 1.2.2
2021-03-18 13:08:16 -04:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next
2021-03-18 13:35:59 +01:00
Ivan Babrou
6c2c725485
openblas: aarch64-darwin target support ( #116672 )
2021-03-18 02:05:05 -04:00
Dennis Gosnell
e703373cfc
Merge pull request #115768 from cdepillabout/remove-statically-linked-cudnn-libs
...
cudnnPackages: Remove statically linked .a files.
2021-03-18 09:24:19 +09:00
John Ericson
66447439a0
maintainers-list: obsidian-systems-maintenance
...
Fix mispelling. That word always breaks me...
2021-03-17 18:45:36 -04:00
John Ericson
05efe64c1b
cudatensor: Init at 1.2.2
2021-03-17 20:15:51 +00:00
Daniël de Kok
e5fce8fd54
Merge pull request #115389 from danieldk/libtorch-bin-cuda11
...
libtorch-bin: switch to CUDA 11.1, remove static libraries
2021-03-17 13:50:15 +01:00
R. RyanTM
94af1a462c
suitesparse: 5.8.1 -> 5.9.0
2021-03-15 22:57:29 +01:00
github-actions[bot]
4915d2cb4c
Merge master into staging-next
2021-03-15 18:16:46 +00:00
Daniël de Kok
f58114941c
amd-libflame: 2.2 -> 3.0
...
Changelog:
https://github.com/amd/libflame/releases/tag/3.0
2021-03-15 17:54:42 +01:00
github-actions[bot]
d6257d451b
Merge master into staging-next
2021-03-11 18:23:54 +00:00
Dennis Gosnell
e3c1c3b35b
cudnnPackages: Remove statically linked .a files.
2021-03-10 21:30:51 +09:00
R. RyanTM
3a093544b2
rankwidth: 0.7 -> 0.9
2021-03-09 21:28:46 -03:00
Mauricio Collares
5e74f259f3
sympow: work around extra logfile output from pari 2.13
2021-03-09 20:54:55 -03:00
Daniël de Kok
e8e5d07cdd
libtorch-bin: do not install static libraries
2021-03-08 09:33:16 +01:00
Daniël de Kok
70f5fe4223
libtorch-bin: switch from CUDA 10.2 to 11.1 build
2021-03-08 09:30:36 +01:00
github-actions[bot]
4af94cf9a3
Merge staging-next into staging
2021-03-05 12:20:56 +00:00