commit
577f672a10
@ -29,7 +29,10 @@ stdenv.mkDerivation rec {
|
|||||||
# perl is only needed for patchShebangs fixup.
|
# perl is only needed for patchShebangs fixup.
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gmp mpfr pari ntl gsl blas mpfi liblapackWithAtlas
|
gmp mpfr pari ntl gsl blas mpfi liblapackWithAtlas
|
||||||
readline gettext libpng libao gfortran perl
|
readline gettext libpng libao perl
|
||||||
|
# gfortran.cc default output contains static libraries compiled without -fPIC
|
||||||
|
# we want libgfortran.so.3 instead
|
||||||
|
(stdenv.lib.getLib gfortran.cc)
|
||||||
] ++ stdenv.lib.optionals enableGUI [
|
] ++ stdenv.lib.optionals enableGUI [
|
||||||
mesa fltk xorg.libX11
|
mesa fltk xorg.libX11
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user