flint3: propagate mpfr
This commit is contained in:
parent
c1997f85ce
commit
0f7d992272
1 changed files with 5 additions and 2 deletions
|
@ -24,16 +24,19 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-ezEaAFA6hjiB64F32+uEMi8pOZ89fXLzsaTJuh1XlLQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
gettext
|
||||
libtool
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
mpfr
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gmp
|
||||
mpfr
|
||||
] ++ lib.optionals withBlas [
|
||||
openblas
|
||||
] ++ lib.optionals withNtl [
|
||||
|
|
Loading…
Reference in a new issue