~ruther/guix-local

ref: 8e2f3e5e036336482b57b81bc443b0ef892efe5e guix-local/gnu/packages/maths.scm -rw-r--r-- 129.3 KiB
2509522c — Eric Bavier 8 years ago
gnu: suitesparse: Use modify-phases.

* gnu/packages/maths.scm (suitesparse)[arguments]: Use modify-phases.
9731c412 — Eric Bavier 8 years ago
gnu: petsc, slepc: Use 'parallel-job-count'.

* gnu/packages/maths.scm (petsc, slepc)[arguments]: Set #:make-flags to
override default unlimited '-j'.
(petsc)[arguments]: Scrub build machine cores from installed files in
'clean-local-references' phase.
baeaf882 — Eric Bavier 8 years ago
gnu: slepc: Update to 3.7.4.

* gnu/packages/maths.scm (slepc): Update to 3.7.4.
[source]: Use direct source link.  Remove 'file-name' field.
41a46a50 — Eric Bavier 8 years ago
gnu: petsc: Update to 3.7.6.

* gnu/packages/maths.scm (petsc): Update to 3.7.6.
83fef82b — Marius Bakke 8 years ago
gnu: cubicle: Fix evaluation.

* gnu/packages/maths.scm (cubicle)[native-inputs]: Retrieve WHICH from
(gnu packages base).
3d5d87a3 — Julien Lepiller 8 years ago
gnu: Add cubicle.

* gnu/packages/maths.scm (cubicle): New variable.
0f2eee0d — Ricardo Wurmus 8 years ago
gnu: r-pracma: Update to 2.0.7.

* gnu/packages/maths.scm (r-pracma): Update to 2.0.7.
a8ead6f9 — Efraim Flashner 8 years ago
gnu: vc: Limit to x86_64 and i686.

* gnu/packages/maths.scm (vc)[supported-systems]: New field.
0abf5264 — Thomas Danckaert 8 years ago
gnu: hdf4: Update to 4.12.13.

* gnu/packages/maths.scm (hdf4): Update to 4.12.13.
313844d9 — Theodoros Foradis 8 years ago
gnu: Add z3.

* gnu/packages/maths.scm (z3): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1cae188e — Efraim Flashner 8 years ago
gnu: glpk: Update to 4.63.

* gnu/packages/maths.scm (glpk): Update to 4.63.
0093b126 — Kei Kebreau 8 years ago
gnu: maxima: Ensure binutils are available at runtime.

* gnu/packages/maths.scm (maxima)[arguments]: Use modify-phases syntax.
Modify 'post-install' phase.
6b2eafaa — Kei Kebreau 8 years ago
Revert "gnu: maxima: Ensure gcc is available at runtime."

This reverts commit f2fa86cc82b5941bde63b666337eea59aa609e55.
Commit 5ea8dbf0c906d51779ba0cf775ec9967f5f42382 fixes the underlying
issue in GNU Common Lisp.
7c0d4c3a — Maxim Cournoyer 8 years ago
gnu: lapack: Fix hash of release 3.7.1

Apparently the release was modified (cleaned-up) in-place. An issue was opened
at https://github.com/Reference-LAPACK/lapack-release/issues/4.

* gnu/packages/maths.scm (lapack): Fix sha256 hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
5143517c — Kei Kebreau 8 years ago
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.
f2fa86cc — Kei Kebreau 8 years ago
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.
3a4d5df2 — Ricardo Wurmus 8 years ago
gnu: itpp: Use texlive-tiny and ghostscript.

* gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with
texlive-tiny; add ghostscript.
612a387f — Ricardo Wurmus 8 years ago
gnu: gnuplot: Use texlive-tiny.

* gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
3ab869b6 — Ludovic Courtès 8 years ago
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.
26599d69 — Ludovic Courtès 8 years ago
gnu: scotch: Build in 64-bit mode on 64-bit machines.

* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add
"INTSIZE64" CPP flag.
Next