linbox: remove liblapack dependency
Not actually needed by any package and adds and indirect dependency to atlas.
This commit is contained in:
parent
a0eace3be6
commit
224f73b75a
@ -5,7 +5,6 @@
|
||||
, givaro
|
||||
, pkgconfig
|
||||
, openblas
|
||||
, liblapack
|
||||
, fflas-ffpack
|
||||
, gmpxx
|
||||
, optimize ? false # impure
|
||||
@ -30,7 +29,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
givaro
|
||||
(liblapack.override {shared = true;})
|
||||
openblas
|
||||
gmpxx
|
||||
fflas-ffpack
|
||||
@ -38,7 +36,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-blas-libs=-lopenblas"
|
||||
"--with-lapack-libs=-llapack"
|
||||
"--disable-optimization"
|
||||
] ++ stdenv.lib.optionals (!optimize) [
|
||||
# disable SIMD instructions (which are enabled *when available* by default)
|
||||
|
Loading…
Reference in New Issue
Block a user