giac: build with nauty support
This commit is contained in:
parent
2253b3e760
commit
29242e472e
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, texlive, bison, flex, liblapack
|
{ stdenv, fetchurl, fetchpatch, texlive, bison, flex, liblapack
|
||||||
, gmp, mpfr, pari, ntl, gsl, blas, mpfi, ecm, glpk
|
, gmp, mpfr, pari, ntl, gsl, blas, mpfi, ecm, glpk, nauty
|
||||||
, readline, gettext, libpng, libao, gfortran, perl
|
, readline, gettext, libpng, libao, gfortran, perl
|
||||||
, enableGUI ? false, libGLU_combined ? null, xorg ? null, fltk ? null
|
, enableGUI ? false, libGLU_combined ? null, xorg ? null, fltk ? null
|
||||||
}:
|
}:
|
||||||
@ -37,7 +37,7 @@ 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 glpk
|
gmp mpfr pari ntl gsl blas mpfi glpk nauty
|
||||||
readline gettext libpng libao perl ecm
|
readline gettext libpng libao perl ecm
|
||||||
# gfortran.cc default output contains static libraries compiled without -fPIC
|
# gfortran.cc default output contains static libraries compiled without -fPIC
|
||||||
# we want libgfortran.so.3 instead
|
# we want libgfortran.so.3 instead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user