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
|
, givaro
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, openblas
|
, openblas
|
||||||
, liblapack
|
|
||||||
, fflas-ffpack
|
, fflas-ffpack
|
||||||
, gmpxx
|
, gmpxx
|
||||||
, optimize ? false # impure
|
, optimize ? false # impure
|
||||||
@ -30,7 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
givaro
|
givaro
|
||||||
(liblapack.override {shared = true;})
|
|
||||||
openblas
|
openblas
|
||||||
gmpxx
|
gmpxx
|
||||||
fflas-ffpack
|
fflas-ffpack
|
||||||
@ -38,7 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-blas-libs=-lopenblas"
|
"--with-blas-libs=-lopenblas"
|
||||||
"--with-lapack-libs=-llapack"
|
|
||||||
"--disable-optimization"
|
"--disable-optimization"
|
||||||
] ++ stdenv.lib.optionals (!optimize) [
|
] ++ stdenv.lib.optionals (!optimize) [
|
||||||
# disable SIMD instructions (which are enabled *when available* by default)
|
# disable SIMD instructions (which are enabled *when available* by default)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user