mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
giac: remove liblapackWithAtlas dependency (#40430)
This commit is contained in:
parent
960c657074
commit
5550015b20
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, fetchpatch, texlive, bison, flex
|
||||
, gmp, mpfr, pari, ntl, gsl, blas, mpfi, liblapackWithAtlas
|
||||
, gmp, mpfr, pari, ntl, gsl, blas, mpfi
|
||||
, readline, gettext, libpng, libao, gfortran, perl
|
||||
, enableGUI ? false, libGLU_combined ? null, xorg ? null, fltk ? null
|
||||
}:
|
||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# perl is only needed for patchShebangs fixup.
|
||||
buildInputs = [
|
||||
gmp mpfr pari ntl gsl blas mpfi liblapackWithAtlas
|
||||
gmp mpfr pari ntl gsl blas mpfi
|
||||
readline gettext libpng libao perl
|
||||
# gfortran.cc default output contains static libraries compiled without -fPIC
|
||||
# we want libgfortran.so.3 instead
|
||||
|
Loading…
Reference in New Issue
Block a user