mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
flint3: propagate mpfr
This commit is contained in:
parent
c1997f85ce
commit
0f7d992272
@ -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 New Issue
Block a user