libsurvive: depend on generic blas and lapack
It's not necessary to use liblapack or openblas specifically.
This commit is contained in:
parent
8b136f75ca
commit
d1ad0cd177
1 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, freeglut
|
, freeglut
|
||||||
, liblapack
|
, lapack
|
||||||
, libusb1
|
, libusb1
|
||||||
, openblas
|
, blas
|
||||||
, zlib
|
, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
freeglut
|
freeglut
|
||||||
liblapack
|
lapack
|
||||||
libusb1
|
libusb1
|
||||||
openblas
|
blas
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue