summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
Commit message (Expand)AuthorAgeFilesLines
* 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 Wurmus2016-10-261-2/+2
* gnu: armadillo: Update to 7.500.0.•••* gnu/packages/maths.scm (armadillo): Update to 7.500.0. Ricardo Wurmus2016-10-261-3/+3
* 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 Danckaert2016-10-251-2/+12
* gnu: Add coda.•••* gnu/packages/maths.scm (coda): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert2016-10-241-0/+31
* 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 Danckaert2016-10-241-0/+35
* 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 Enge2016-10-181-1/+2
* 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 Danckaert2016-10-121-0/+59
* 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 Danckaert2016-10-061-0/+37
* gnu: Add Vc.•••* gnu/packages/maths.scm (vc): New variable. Leo Famulari2016-10-051-0/+34
* 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ès2016-10-051-8/+8
* gnu: gsl: Update to 2.2.1.•••* gnu/packages/maths.scm (gsl): Update to 2.2.1. Ludovic Courtès2016-10-041-2/+2
* gnu: gctp: 'license' field now has a <license> value.•••* gnu/packages/maths.scm (gctp)[license]: Change to a <license> record. Ludovic Courtès2016-10-031-1/+1
* gnu: Add gctp.•••* gnu/packages/maths.scm (gctp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Thomas Danckaert2016-09-271-0/+26
* gnu: openlibm: Remove support for mips.•••* gnu/packages/maths.scm (openlibm)[supported-systems]: New field, remove support for mips64el. Efraim Flashner2016-09-211-0/+2
* 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 Wurmus2016-09-121-3/+3
* 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 Wurmus2016-09-121-2/+4
* gnu: Add r-quadprog.•••* gnu/packages/maths.scm (r-quadprog): New variable. Ricardo Wurmus2016-09-121-0/+21
* 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 Weaver2016-09-011-2/+2
* gnu: gsl: Update to 2.2.•••* gnu/packages/maths.scm (gsl): Update to 2.2. Efraim Flashner2016-08-301-2/+2
* 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 Kebreau2016-08-271-6/+3
* gnu: atlas: Update to 3.10.3.•••* gnu/packages/maths.scm (atlas): Update to 3.10.3. Efraim Flashner2016-08-221-2/+2
* gnu: atlas: Use 'modify-phases'.•••* gnu/packages/maths.scm (atlas)[arguments]: Use 'modify-phases'. Efraim Flashner2016-08-191-49/+44
* Merge branch 'core-updates'Mark H Weaver2016-08-041-9/+14
|\
| * Merge branch 'master' into core-updatesMark H Weaver2016-07-311-2/+2
| |\
| * | 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 Enge2016-07-311-3/+2
| * | Merge branch 'master' into core-updatesMark H Weaver2016-07-291-3/+6
| |\ \
| * | | 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ès2016-07-261-1/+8
| * | | 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ès2016-07-261-5/+4
* | | | Revert "Merge branch 'core-updates'"•••This reverts commit 455859a50f88f625d13fc2f304111f02369b366b. Mark H Weaver2016-08-041-14/+9
* | | | 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). ng02016-08-031-1/+1
* | | | Merge branch 'core-updates'Ludovic Courtès2016-08-011-9/+14
| |_|/ |/| |
* | | gnu: units: Update to 2.13.•••* gnu/packages/maths.scm (units): Update to 2.13. Ludovic Courtès2016-08-011-2/+2
| |/ |/|
* | 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ès2016-07-291-3/+6
|/
* 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 Flashner2016-07-221-25/+30
* 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 Famulari2016-07-211-24/+31
* 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 Famulari2016-07-211-10/+9
* gnu: gnuplot: Update to 5.0.4.•••* gnu/packages/maths.scm (gnuplot): Update to 5.0.4. Efraim Flashner2016-07-211-2/+2
* gnu: superlu-dist: Remove non-free source.•••* gnu/packages/maths.scm (superlu-dist)[source]: Replace non-free mc64ad.c source with stub. Eric Bavier2016-07-201-0/+24
* gnu: slepc: Update to 3.7.1.•••* gnu/packages/maths.scm (slepc): Update to 3.7.1. Eric Bavier2016-07-201-8/+5
* gnu: petsc: Update to 3.7.2.•••* gnu/packages/maths.scm (petsc): Update to 3.7.2. [arguments]: Adjust scrubbed files. Eric Bavier2016-07-201-5/+8
* gnu: petsc: Make header generation reproducible.•••* gnu/packages/maths.scm (petsc)[arguments]: Scrub timestamp from petscmachineinfo.h header. Eric Bavier2016-07-201-2/+4
* gnu: petsc: Use modify-phases.•••* gnu/packages/maths.scm (petsc)[arguments]: Use modify-phases. Eric Bavier2016-07-201-24/+21
* 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 Bavier2016-07-201-58/+42
* gnu: Add libhilbert.•••* gnu/packages/maths.scm (libhilbert): New variable. Eric Bavier2016-07-201-0/+22
* gnu: atlas: Use @example in description.•••* gnu/packages/maths.scm (atlas)[description]: Use "@example". Ludovic Courtès2016-07-191-0/+2
* 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-Rice2016-07-191-6/+3
* gnu: lapack: Build the LAPACKE library.•••* gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON". Ricardo Wurmus2016-07-171-1/+2
* gnu: openspecfun: Update to 0.5.2.•••* gnu/packages/maths.scm (openspecfun): Update to 0.5.2. Efraim Flashner2016-07-031-2/+2
* gnu: openlibm: Update to 0.5.1.•••* gnu/packages/maths.scm (openlibm): Update to 0.5.1. Efraim Flashner2016-07-031-2/+2
* gnu: ceres-solver: Propagate GLOG.•••* gnu/packages/maths.scm (ceres)[inputs]: Move GLOG to... [propagated-inputs]: ... here. New field. Ludovic Courtès2016-06-291-1/+2