Merge pull request #303160 from someplaceguy/u/fix-flint
flint: remove mpir dependency
This commit is contained in:
commit
1973d8420e
1 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, gmp
|
, gmp
|
||||||
, mpir
|
|
||||||
, mpfr
|
, mpfr
|
||||||
, ntl
|
, ntl
|
||||||
, openblas ? null, blas, lapack
|
, openblas ? null, blas, lapack
|
||||||
|
@ -22,7 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gmp
|
gmp
|
||||||
mpir
|
|
||||||
mpfr
|
mpfr
|
||||||
ntl
|
ntl
|
||||||
] ++ lib.optionals withBlas [
|
] ++ lib.optionals withBlas [
|
||||||
|
@ -35,7 +33,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-gmp=${gmp}"
|
"--with-gmp=${gmp}"
|
||||||
"--with-mpir=${mpir}"
|
|
||||||
"--with-mpfr=${mpfr}"
|
"--with-mpfr=${mpfr}"
|
||||||
"--with-ntl=${ntl}"
|
"--with-ntl=${ntl}"
|
||||||
] ++ lib.optionals withBlas [
|
] ++ lib.optionals withBlas [
|
||||||
|
|
Loading…
Reference in a new issue