guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 02/03: gnu: giac-xcas: Add inputs.


From: Christopher Baines
Subject: Re: 02/03: gnu: giac-xcas: Add inputs.
Date: Mon, 29 Apr 2019 00:04:26 +0100
User-agent: mu4e 1.0; emacs 26.1

address@hidden writes:

> ngz pushed a commit to branch master
> in repository guix.
>
> commit 6d3896b9fc115b03046860a9aa12966926bccf53
> Author: Nicolas Goaziou <address@hidden>
> Date:   Sun Apr 28 21:35:07 2019 +0200
>
>     gnu: giac-xcas: Add inputs.
>
>     * gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, 
> bison
>       and flex.
> ---
>  gnu/packages/algebra.scm | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
> index 93dc756..fe039d8 100644
> --- a/gnu/packages/algebra.scm
> +++ b/gnu/packages/algebra.scm
> @@ -42,6 +42,7 @@
>    #:use-module (gnu packages mpi)
>    #:use-module (gnu packages multiprecision)
>    #:use-module (gnu packages perl)
> +  #:use-module (gnu packages pulseaudio)
>    #:use-module (gnu packages python)
>    #:use-module (gnu packages python-xyz)
>    #:use-module (gnu packages readline)
> @@ -301,13 +302,16 @@ precision.")
>                 (delete-file (string-append out "/bin/xcasnew"))
>                 #t))))))
>      (inputs
> +     ;;; TODO: Add libnauty.
>       `(("fltk" ,fltk)
> +       ("glpk" ,glpk)
>         ("gmp" ,gmp)
>         ("gsl" ,gsl)
>         ("lapack" ,lapack)
>         ("libao" ,ao)
>         ("libjpeg" ,libjpeg)
>         ("libpng" ,libpng)
> +       ("libsamplerate" ,libsamplerate)
>         ("libx11" ,libx11)
>         ("libxinerama" ,libxinerama)
>         ("libxft" ,libxft)
> @@ -320,7 +324,9 @@ precision.")
>         ("pari-gp" ,pari-gp)
>         ("tcsh" ,tcsh)))
>      (native-inputs
> -     `(("readline" ,readline)
> +     `(("bison" ,bison)

For future reference, I believe bison here wasn't available, as the (gnu
packages bison) module isn't available here. I think this was causing
the evaluations to fail on ci.guix.info, so I've pushed a fix as [1].

1: 
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=fdb513a7045f9731ddffff23bc8fb78b012d58ce

> +       ("flex" ,flex)
> +       ("readline" ,readline)
>         ("texlive" ,texlive-tiny)))
>      (home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html";)
>      (synopsis "Computer algebra system")

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]