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
@@ -143,4 +143,10 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ ttuegel ];
};
# 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 = "openblas";
}