gnu: giac-xcas: Add inputs.
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex.
This commit is contained in:
parent
9f73ac242c
commit
6d3896b9fc
@ -42,6 +42,7 @@
|
|||||||
#:use-module (gnu packages mpi)
|
#:use-module (gnu packages mpi)
|
||||||
#:use-module (gnu packages multiprecision)
|
#:use-module (gnu packages multiprecision)
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
|
#:use-module (gnu packages pulseaudio)
|
||||||
#:use-module (gnu packages python)
|
#:use-module (gnu packages python)
|
||||||
#:use-module (gnu packages python-xyz)
|
#:use-module (gnu packages python-xyz)
|
||||||
#:use-module (gnu packages readline)
|
#:use-module (gnu packages readline)
|
||||||
@ -301,13 +302,16 @@ precision.")
|
|||||||
(delete-file (string-append out "/bin/xcasnew"))
|
(delete-file (string-append out "/bin/xcasnew"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
|
;;; TODO: Add libnauty.
|
||||||
`(("fltk" ,fltk)
|
`(("fltk" ,fltk)
|
||||||
|
("glpk" ,glpk)
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
("gsl" ,gsl)
|
("gsl" ,gsl)
|
||||||
("lapack" ,lapack)
|
("lapack" ,lapack)
|
||||||
("libao" ,ao)
|
("libao" ,ao)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
|
("libsamplerate" ,libsamplerate)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
@ -320,7 +324,9 @@ precision.")
|
|||||||
("pari-gp" ,pari-gp)
|
("pari-gp" ,pari-gp)
|
||||||
("tcsh" ,tcsh)))
|
("tcsh" ,tcsh)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("readline" ,readline)
|
`(("bison" ,bison)
|
||||||
|
("flex" ,flex)
|
||||||
|
("readline" ,readline)
|
||||||
("texlive" ,texlive-tiny)))
|
("texlive" ,texlive-tiny)))
|
||||||
(home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html")
|
(home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html")
|
||||||
(synopsis "Computer algebra system")
|
(synopsis "Computer algebra system")
|
||||||
|
Loading…
Reference in New Issue
Block a user