mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
liblapack: build LAPACKE C api
This commit is contained in:
parent
fa76f1f11c
commit
fc7374176f
@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
||||
cmakeFlags = [
|
||||
"-DUSE_OPTIMIZED_BLAS=ON"
|
||||
"-DCMAKE_Fortran_FLAGS=-fPIC"
|
||||
"-DLAPACKE=ON"
|
||||
]
|
||||
++ (optional shared "-DBUILD_SHARED_LIBS=ON");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user