fflas-ffpack: Add darwin support
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user