gnu: cubicle: Fix evaluation.
* gnu/packages/maths.scm (cubicle)[native-inputs]: Retrieve WHICH from
(gnu packages base).
gnu: Add cubicle.
* gnu/packages/maths.scm (cubicle): New variable.
gnu: r-pracma: Update to 2.0.7.
* gnu/packages/maths.scm (r-pracma): Update to 2.0.7.
gnu: vc: Limit to x86_64 and i686.
* gnu/packages/maths.scm (vc)[supported-systems]: New field.
gnu: hdf4: Update to 4.12.13.
* gnu/packages/maths.scm (hdf4): Update to 4.12.13.
gnu: Add z3.
* gnu/packages/maths.scm (z3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: glpk: Update to 4.63.
* gnu/packages/maths.scm (glpk): Update to 4.63.
gnu: maxima: Ensure binutils are available at runtime.
* gnu/packages/maths.scm (maxima)[arguments]: Use modify-phases syntax.
Modify 'post-install' phase.
gnu: wxmaxima: Update to 17.05.0.
* gnu/packages/maths.scm (wxmaxima): Update to 17.05.0.
[source]: Update URL and add file-name.
[native-inputs]: Add autoconf, automake and gettext-minimal.
[arguments]: Add 'autoconf' phase.
gnu: maxima: Ensure gcc is available at runtime.
* gnu/packages/maths.scm (maxima)[inputs]: Add gcc.
[arguments]: Use modify-phases syntax. Add 'set-gcc-path' phase.
gnu: itpp: Use texlive-tiny and ghostscript.
* gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with
texlive-tiny; add ghostscript.
gnu: gnuplot: Use texlive-tiny.
* gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
gnu: lapack: Install libraries to PREFIX/lib, not PREFIX/lib64.
This fixes a regression introduced in
ef39a17717a10a7f406730258acfdb07934c7255, which would break
python-scipy ("undefined reference to `zungqr_'").
* gnu/packages/maths.scm (lapack)[arguments]: Add
"-DCMAKE_INSTALL_LIBDIR" to #:configure-flags.
gnu: scotch: Build in 64-bit mode on 64-bit machines.
* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add
"INTSIZE64" CPP flag.
gnu: lapack: Build with LAPACKE_WITH_TMG=ON.
* gnu/packages/maths.scm (lapack)[arguments]: Pass
"-DLAPACKE_WITH_TMG=ON".
gnu: lapack: Update to 3.7.1.
* gnu/packages/maths.scm (lapack): Update to 3.7.1.
gnu: hdf5: Update to 1.8.19.
* gnu/packages/maths.scm (hdf5): Update to 1.8.19.
[source]: Update uri.
gnu: gsl: Update to 2.4.
* gnu/packages/maths.scm (gsl): Update to 2.4.
[arguments]: Remove #:parallel-tests?.