Age | Commit message (Expand) | Author |
2016-10-28 | gnu: mumps: Upgrade to 5.0.2....* gnu/packages/maths.scm (mumps): Upgrade to 5.0.2.
[arguments]: Properly return boolean from install phase.
| Eric Bavier |
2016-10-26 | gnu: r-rcpparmadillo: Update to 0.7.500.0.0....* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to
7.500.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.500.0.0.
| Ricardo Wurmus |
2016-10-26 | gnu: armadillo: Update to 7.500.0....* gnu/packages/maths.scm (armadillo): Update to 7.500.0.
| Ricardo Wurmus |
2016-10-25 | gnu: coda: Remove bundled libraries....* gnu/packages/maths.scm (coda): Remove bundled libraries.
[source]: Add patch and snippet to remove bundled zlib, pcre and expat.
[inputs]: Add system zlib, pcre and expat.
* gnu/packages/patches/coda-use-system-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert |
2016-10-24 | gnu: Add coda....* gnu/packages/maths.scm (coda): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert |
2016-10-24 | gnu: Add hdf-eos2....* gnu/packages/maths.scm (hdf-eos2): New variable.
* gnu/packages/patches/hdf-eos2-build-shared.patch: New file.
* gnu/packages/patches/hdf-eos2-remove-gctp.patch: New file.
* gnu/packages/patches/hdf-eos2-fortrantests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert |
2016-10-18 | gnu: hdf4: Really fix non-x86 architectures....This is a follow-up to commit 60da9fb1100787c49ed4910eacf50e83c6462dcc.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/maths.scm (hdf4)[source]: Add patch.
| Andreas Enge |
2016-10-12 | gnu: Add hdf4...* gnu/packages/maths.scm (hdf4, hdf4-alt): New variables.
* gnu/packages/patches/hdf4-reproducibility.patch: New file.
* gnu/packages/patches/hdf4-shared-fortran.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patches.
Co-Authored-By: Jeremy Robst <jpro@bas.ac.uk>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert |
2016-10-06 | gnu: Add hdf-eos5....* gnu/packages/maths.scm (hdf-eos5): New variable.
* gnu/packages/patches/hdf-eos5-build-shared.patch: New file.
* gnu/packages/patches/hdf-eos5-remove-gctp.patch: New file.
* gnu/packages/patches/hdf-eos5-fix-szip.patch: New file.
* gnu/packages/patches/hdf-eos5-fortrantests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert |
2016-10-05 | gnu: Add Vc....* gnu/packages/maths.scm (vc): New variable.
| Leo Famulari |
2016-10-05 | gnu: gsl: Disable failing tests on i686....* gnu/packages/patches/gsl-test-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (gsl)[source](patches): New field.
| Ludovic Courtès |
2016-10-04 | gnu: gsl: Update to 2.2.1....* gnu/packages/maths.scm (gsl): Update to 2.2.1.
| Ludovic Courtès |
2016-10-03 | gnu: gctp: 'license' field now has a <license> value....* gnu/packages/maths.scm (gctp)[license]: Change to a <license> record.
| Ludovic Courtès |
2016-09-27 | gnu: Add gctp....* gnu/packages/maths.scm (gctp): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Thomas Danckaert |
2016-09-21 | gnu: openlibm: Remove support for mips....* gnu/packages/maths.scm (openlibm)[supported-systems]: New field,
remove support for mips64el.
| Efraim Flashner |
2016-09-12 | gnu: r-rcpparmadillo: Update to 0.7.400.2.0....* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to 7.400.2.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.400.2.0.
| Ricardo Wurmus |
2016-09-12 | gnu: r-pracma: Update to 1.9.5....* gnu/packages/maths.scm (r-pracma): Update to 1.9.5.
[propagated-inputs]: Add "r-quadprog".
| Ricardo Wurmus |
2016-09-12 | gnu: Add r-quadprog....* gnu/packages/maths.scm (r-quadprog): New variable.
| Ricardo Wurmus |
2016-09-01 | Revert "gnu: gsl: Update to 2.2."...This reverts commit b16b16e6c2ba9780ebdf936c325e06ebcc0a950b.
Rationale: gsl-2.2 consistently fails its test suite on i686. Inkscape
depends on gsl, and the grub background image is converted using
inkscape, so i686 systems can no longer be built.
| Mark H Weaver |
2016-08-30 | gnu: gsl: Update to 2.2....* gnu/packages/maths.scm (gsl): Update to 2.2.
| Efraim Flashner |
2016-08-27 | gnu: octave: Update to 4.0.3....* gnu/packages/maths.scm (octave): Update to 4.0.3.
[inputs]: Remove unnecessary curl, cyrus-sasl and openssl dependencies.
| Kei Kebreau |
2016-08-22 | gnu: atlas: Update to 3.10.3....* gnu/packages/maths.scm (atlas): Update to 3.10.3.
| Efraim Flashner |
2016-08-19 | gnu: atlas: Use 'modify-phases'....* gnu/packages/maths.scm (atlas)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-08-04 | Merge branch 'core-updates' | Mark H Weaver |
2016-08-04 | Revert "Merge branch 'core-updates'"...This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
| Mark H Weaver |
2016-08-03 | Rename references to (gnu packages tcsh)....* gnu/packages/algebra.scm, gnu/packages/boost.scm,
gnu/packages/maths.scm, gnu/packages/tex.scm, gnu/packages/vim.scm:
Change broken references to module (gnu packages tcsh) to (gnu packages
shells).
| ng0 |
2016-08-01 | Merge branch 'core-updates' | Ludovic Courtès |
2016-07-31 | Merge branch 'master' into core-updates | Mark H Weaver |
2016-08-01 | gnu: units: Update to 2.13....* gnu/packages/maths.scm (units): Update to 2.13.
| Ludovic Courtès |
2016-07-31 | gnu: dealii: Update to 8.4.1....* gnu/packages/maths.scm (dealii): Update to 8.4.1.
* gnu/packages/patches/dealii-p4est-interface.patch: Remove file.
| Andreas Enge |
2016-07-29 | Merge branch 'master' into core-updates | Mark H Weaver |
2016-07-29 | gnu: Sync GNU descriptions with upstream....From 'guix lint -c gnu-description'.
* gnu/packages/gnunet.scm (gnunet): Adjust description.
* gnu/packages/marst.scm (marst): Likewise.
* gnu/packages/maths.scm (c-graph): Likewise.
* gnu/packages/networking.scm (macchanger): Likewise.
| Ludovic Courtès |
2016-07-26 | gnu: lpsolve: Fix compilation issue....Reported by Andreas Enge <andreas@enge.fr>
at <https://lists.gnu.org/archive/html/guix-devel/2016-07/msg01018.html>.
* gnu/packages/maths.scm (lpsolve)[source]: Augment 'snippet'.
| Ludovic Courtès |
2016-07-26 | gnu: lpsolve: Fail as early as possible....* gnu/packages/maths.scm (lpsolve)[arguments]: In 'build' phase, check
the return value of 'system*' and honor it.
| Ludovic Courtès |
2016-07-22 | gnu: gnuplot: Update to upstream's re-release of 5.0.4....* gnu/packages/maths.scm (gnuplot): Add a guix revision number to the
version scheme of gnuplot to force an update.
| Efraim Flashner |
2016-07-21 | gnu: muparser: Update source URL....* gnu/packages/maths.scm (muparser)[source]: Update source URL to new location.
Use URL-FETCH instead of SVN-FETCH. Update hash and package revision.
| Leo Famulari |
2016-07-21 | gnu: Update URLs for sourceforge.net....* gnu/packages/admin.scm: Update URLs pointing to sourceforge.net.
* gnu/packages/audacity.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/bioinformatics.scm: Likewise.
* gnu/packages/boost.scm: Likewise.
* gnu/packages/cdrom.scm: Likewise.
* gnu/packages/code.scm: Likewise.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/cups.scm: Likewise.
* gnu/packages/djvu.scm: Likewise.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/documentation.scm: Likewise.
* gnu/packages/flashing-tools.scm: Likewise.
* gnu/packages/fonts.scm: Likewise.
* gnu/packages/fontutils.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/ghostscript.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gnucash.scm: Likewise.
* gnu/packages/graphviz.scm: Likewise.
* gnu/packages/image.scm: Likewise.
* gnu/packages/libreoffice.scm: Likewise.
* gnu/packages/libusb.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/lirc.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/mcrypt.scm: Likewise.
* gnu/packages/mp3.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/onc-rpc.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/pdf.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/popt.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/rdesktop.scm: Likewise.
* gnu/packages/screen.scm: Likewise.
* gnu/packages/swig.scm: Likewise.
* gnu/packages/tcl.scm: Likewise.
* gnu/packages/version-control.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/w3m.scm: Likewise.
* gnu/packages/web.scm: Likewise.
* gnu/packages/wm.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/packages/xml.scm: Likewise.
| Leo Famulari |
2016-07-21 | gnu: gnuplot: Update to 5.0.4....* gnu/packages/maths.scm (gnuplot): Update to 5.0.4.
| Efraim Flashner |
2016-07-20 | gnu: superlu-dist: Remove non-free source....* gnu/packages/maths.scm (superlu-dist)[source]: Replace non-free
mc64ad.c source with stub.
| Eric Bavier |
2016-07-20 | gnu: slepc: Update to 3.7.1....* gnu/packages/maths.scm (slepc): Update to 3.7.1.
| Eric Bavier |
2016-07-20 | gnu: petsc: Update to 3.7.2....* gnu/packages/maths.scm (petsc): Update to 3.7.2.
[arguments]: Adjust scrubbed files.
| Eric Bavier |
2016-07-20 | gnu: petsc: Make header generation reproducible....* gnu/packages/maths.scm (petsc)[arguments]: Scrub timestamp from
petscmachineinfo.h header.
| Eric Bavier |
2016-07-20 | gnu: petsc: Use modify-phases....* gnu/packages/maths.scm (petsc)[arguments]: Use modify-phases.
| Eric Bavier |
2016-07-20 | gnu: superlu: Update to 5.2.1....* gnu/packages/maths.scm (superlu): Update to 5.2.1.
[source]: Remove non-free MC64 code.
[inputs]: Use openblas instead of lapack's BLAS.
[build-system]: Use cmake-build-system.
[arguments]: Remove custom phases and replace with CMake flags.
[license]: List additional licenses for some source and example files.
| Eric Bavier |
2016-07-20 | gnu: Add libhilbert....* gnu/packages/maths.scm (libhilbert): New variable.
| Eric Bavier |
2016-07-19 | gnu: atlas: Use @example in description....* gnu/packages/maths.scm (atlas)[description]: Use "@example".
| Ludovic Courtès |
2016-07-19 | gnu: atlas: Use cpupower in description....* gnu/packages/maths.scm (atlas)[description]: Replace 'cpufreq-selector'
with its replacement 'cpupower --governor'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tobias Geerinckx-Rice |
2016-07-17 | gnu: lapack: Build the LAPACKE library....* gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON".
| Ricardo Wurmus |
2016-07-03 | gnu: openspecfun: Update to 0.5.2....* gnu/packages/maths.scm (openspecfun): Update to 0.5.2.
| Efraim Flashner |
2016-07-03 | gnu: openlibm: Update to 0.5.1....* gnu/packages/maths.scm (openlibm): Update to 0.5.1.
| Efraim Flashner |