mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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
|
@ -3,9 +3,9 @@
|
|||
, cmake
|
||||
, pkg-config
|
||||
, freeglut
|
||||
, liblapack
|
||||
, lapack
|
||||
, libusb1
|
||||
, openblas
|
||||
, blas
|
||||
, zlib
|
||||
}:
|
||||
|
||||
|
@ -24,9 +24,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
freeglut
|
||||
liblapack
|
||||
lapack
|
||||
libusb1
|
||||
openblas
|
||||
blas
|
||||
zlib
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue