summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math/magma
Commit message (Collapse)AuthorAge
* magma: fix CUDA 11 buildDaniël de Kok2021-02-10
| | | | | | | | | | By default, MAGMA builds against compute capability 3.0 (among other capabilities). However, support for this capability was dropped in CUDA 11. This change fixes CUDA 11 support by excluding 3.0. While at it, this change also adds support for newer compute capabilities that are not enabled by MAGMA by default (to support older CUDA versions).
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* magma: 2.5.3 -> 2.5.4R. RyanTM2020-12-06
|
* pytorch: update to use passthru's for checksMatthew Bauer2020-09-10
| | | | | This makes the checks a little easier to understand - we can just check it in the passthru. Also increase major check for cuda 11.
* magma: 2.5.0 -> 2.5.3Daniël de Kok2020-08-18
| | | | | | | | Other changes: - Move gfortran and cmake to nativeBuildInputs. - Magma now (only) generates dynamic libraries by default. - Use ninja for faster builds.
* magma: remove mklSupport flagMatthew Bauer2020-04-20
| | | | This now relies on the "blas" and "lapack" packages.
* treewide: use blas and lapackMatthew Bauer2020-04-17
| | | | | | | | | | | | This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* magma: use cudatoolkitSam Stites2019-10-23
|
* treewide: remove redundant quotesvolth2019-09-08
|
* magma: 2.0.2 -> 2.5.0tbenst2019-09-06
|
* treewide: name -> pnamevolth2019-08-17
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* magma: init at 2.0.2Ian-Woo Kim2016-05-25