fflas-ffpack: Add darwin support

This commit is contained in:
Jake Waksbaum
2018-08-18 20:28:06 +00:00
parent cd951e39f2
commit 8374400cec
4 changed files with 32 additions and 6 deletions
@@ -59,4 +59,10 @@ stdenv.mkDerivation rec {
homepage = http://www.netlib.org/blas/;
platforms = stdenv.lib.platforms.unix;
};
# We use linkName to pass a different name to --with-blas-libs for
# fflas-ffpack and linbox, because we use blas on darwin but openblas
# elsewhere.
# See see https://github.com/NixOS/nixpkgs/pull/45013.
passthru.linkName = "blas";
}