nixpkgs/pkgs/development/libraries/armadillo
Josef Kemetmueller 93dfdf0a0c armadillo: correct dependencies
- Remove unused dependencies atlas/blas
- Add hdf5/superlu dependency (As superlu needs openblasCompat, we also use it here.)
- Add support for darwin
- Make use of OpenBLAS-LAPACK in armadillo

OpenBLAS (confusingly) contains LAPACK already by default, so we simply use OpenBLAS when searching for LAPACK.
The better solution would be for armadillo to use cmake built in FindBLAS/FindLAPACK which both would find OpenBLAS.
2016-07-19 12:37:08 +00:00
..
default.nix armadillo: correct dependencies 2016-07-19 12:37:08 +00:00
use-OpenBLAS-as-LAPACK.patch armadillo: correct dependencies 2016-07-19 12:37:08 +00:00
use-unix-config-on-OS-X.patch armadillo: correct dependencies 2016-07-19 12:37:08 +00:00