volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Silvan Mosberger
|
16c66f66ae
|
scalapack: Increase individual test timeout to prevent hydra failures
|
2019-05-27 20:08:32 +02:00 |
|
Markus Kowalewski
|
dbf5135385
|
scalapack: update meta data
* Set platform from linux -> x86_64-linux
Scalapack does not seem to run properly on ARM (failing tests)
* Add markuskowa as maintainer
|
2019-02-21 15:08:33 +01:00 |
|
Markus Kowalewski
|
4aa90ac089
|
scalapack: add openmpi4 compatibility patch
|
2019-02-21 15:08:32 +01:00 |
|
Matthew Bauer
|
d492f53faf
|
Merge pull request #50527 from matthewbauer/ninja-check-phase
Add check phase to ninja setup hook
|
2018-11-20 16:55:12 -06:00 |
|
Matthew Bauer
|
285eb9a894
|
cmake: set CTEST_OUTPUT_ON_FAILURE globally
We should always use this.
|
2018-11-19 16:16:16 -06:00 |
|
markuskowa
|
45a4adb1b3
|
Merge branch 'master' into atlas-remove
|
2018-11-11 02:22:04 +01:00 |
|
Markus Kowalewski
|
06f3676770
|
scalapack: set platform to linux
|
2018-11-11 02:17:20 +01:00 |
|
Markus Kowalewski
|
41a579aa68
|
scalapack: switch to openblas + add test
* change from blas,lapack to openblas
* add check phase
* enable parallel building
* fix license
|
2018-10-27 01:06:07 +02:00 |
|
Christopher Ostrouchov
|
e34a9fff1f
|
scalapack: init at 2.0.2 (#46610)
Added scalapack with flexibility to choose blas, lapack, and mpi
implementation.
|
2018-09-13 21:27:47 +02:00 |
|