~ruther/guix-local

ref: 575e5e4e51e01aed1044cd8ba9e00a9631eba794 guix-local/gnu/packages/maths.scm -rw-r--r-- 127.1 KiB
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 9 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 9 years ago
gnu: gnuplot: Use texlive-tiny.

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

* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add
"INTSIZE64" CPP flag.
11f0c4e8 — Ludovic Courtès 9 years ago
gnu: lapack: Build with LAPACKE_WITH_TMG=ON.

* gnu/packages/maths.scm (lapack)[arguments]: Pass
"-DLAPACKE_WITH_TMG=ON".
ef39a177 — Ludovic Courtès 9 years ago
gnu: lapack: Update to 3.7.1.

* gnu/packages/maths.scm (lapack): Update to 3.7.1.
2da63064 — Thomas Danckaert 9 years ago
gnu: hdf5: Update to 1.8.19.

* gnu/packages/maths.scm (hdf5): Update to 1.8.19.
[source]: Update uri.
f885fc05 — Arun Isaac 9 years ago
gnu: gsl: Update to 2.4.

* gnu/packages/maths.scm (gsl): Update to 2.4.
[arguments]: Remove #:parallel-tests?.
148585c2 — Arun Isaac 9 years ago
gnu: Move contents of zip module into compression module.

* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
299b0525 — Efraim Flashner 9 years ago
gnu: glpk: Update to 4.62.

* gnu/packages/maths.scm (glpk): Update to 4.62.
89b8df97 — Kei Kebreau 9 years ago
gnu: maxima: Update to 5.40.0.

* gnu/packages/maths.scm (maxima): Update to 5.40.0.
61b1df6f — Marius Bakke 9 years ago
Merge branch 'master' into staging
Next