Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnu: octave: Build with gl2ps support.•••* gnu/packages/maths.scm (octave)[inputs]: Add gl2ps. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Arun Isaac | 2017-04-08 | 1 | -0/+1 |
* | gnu: flann: Move .mex file to a separate "octave" output.•••That way the closure of flann:out is down from 1 GiB to 290 MiB. * gnu/packages/maths.scm (flann)[outputs]: New field. [arguments]: Add 'set-octave-directory' phase. | Ludovic Courtès | 2017-04-07 | 1 | -0/+10 |
* | gnu: armadillo: Change license to ASL 2.0.•••Armadillo versions 7.800 and onwards are licensed under the Apache License 2.0. * gnu/packages/maths.scm (armadillo)[license]: Change to ASL 2.0. | Ricardo Wurmus | 2017-04-06 | 1 | -1/+1 |
* | gnu: Remove armadillo-for-rcpparmadillo.•••This package is no longer useful, because upstream does not keep the tarballs of older releases. We use the bundled armadillo sources in the r-rccparmadillo package instead. * gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Remove variable. | Ricardo Wurmus | 2017-04-06 | 1 | -11/+0 |
* | gnu: armadillo: Update to 7.800.2.•••* gnu/packages/maths.scm (armadillo): Update to 7.800.2. | Ricardo Wurmus | 2017-04-06 | 1 | -2/+2 |
* | gnu: r-pracma: Update to 2.0.4.•••* gnu/packages/maths.scm (r-pracma): Update to 2.0.4. | Ricardo Wurmus | 2017-04-06 | 1 | -2/+2 |
* | Merge branch 'master' into core-updates•••Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698. | Marius Bakke | 2017-03-30 | 1 | -7/+7 |
|\ | |||||
| * | gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.•••All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. | Tobias Geerinckx-Rice | 2017-03-30 | 1 | -8/+8 |
* | | gnu: gsl: Disable tests on aarch64-linux.•••* gnu/packages/maths.scm (gsl)[arguments]: Do not run the test suite on aarch64-linux. [home-page]: Use https. | Efraim Flashner | 2017-03-28 | 1 | -2/+8 |
* | | Merge branch 'master' into core-updates | Leo Famulari | 2017-03-27 | 1 | -1/+3 |
|\| | |||||
| * | gnu: gnuplot: Enable tikz backend.•••* gnu/packages/maths.scm (gnuplot)[inputs]: Add lua. | Danny Milosavljevic | 2017-03-27 | 1 | -1/+3 |
* | | gnu: scotch: Build with flex-2.6.1.•••* gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not flex. | Efraim Flashner | 2017-03-23 | 1 | -1/+1 |
* | | gnu: openblas: Add support for aarch64.•••* gnu/packages/maths.scm (openblas)[arguments]: Mark aarch64 as substitutable, build for target ARMv8. | Efraim Flashner | 2017-03-21 | 1 | -2/+6 |
|/ | |||||
* | gnu: Add maxflow.•••* gnu/packages/maths.scm (maxflow): New variable. | John Darrington | 2017-03-18 | 1 | -0/+24 |
* | gnu: Add itpp.•••* gnu/packages/maths.scm (itpp): New variable. | John Darrington | 2017-03-18 | 1 | -1/+29 |
* | gnu: Add ocaml-gsl.•••* gnu/packages/maths.scm (ocaml-gsl): New variable. | Ben Woodcroft | 2017-03-17 | 1 | -0/+27 |
* | gnu: units: Update to 2.14.•••* gnu/packages/maths.scm (units): Update to 2.14. | Tobias Geerinckx-Rice | 2017-03-15 | 1 | -2/+2 |
* | gnu: octave: Build with curl and graphicsmagick.•••* gnu/packages/maths.scm (octave)[inputs]: Add curl and graphicsmagick. Signed-off-by: Leo Famulari <leo@famulari.name> | Arun Isaac | 2017-03-09 | 1 | -1/+4 |
* | gnu: Add jacal.•••* gnu/packages/maths.scm (jacal): New variable. * gnu/packages/patches/jacal-fix-texinfo.patch: New file. | John Darrington | 2017-03-02 | 1 | -0/+52 |
* | gnu: octave: Update to 4.2.1.•••* gnu/packages/maths.scm (octave): Update to 4.2.1. | Efraim Flashner | 2017-03-01 | 1 | -2/+2 |
* | gnu: wxmaxima: Downgrade to 16.04.2.•••* gnu/packages/maths.scm (wxmaxima): Do it. Signed-off-by: Kei Kebreau <kei@openmailbox.org> | Federico Beffa | 2017-02-28 | 1 | -2/+4 |
* | gnu: coda: Update to 2.18.•••* gnu/packages/python.scm (coda): Update to 2.18. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Thomas Danckaert | 2017-02-27 | 1 | -2/+2 |
* | installer: Aris: update synopis and description.•••* gnu/packages/maths.scm (aris): Use the synopsis and description from the web page instead of the README file. | John Darrington | 2017-02-17 | 1 | -18/+20 |
* | gnu: Add aris.•••* gnu/packages/maths.scm(aris): New variable. | John Darrington | 2017-02-17 | 1 | -0/+21 |
* | gnu: wxmaxima: Update to 16.12.2.•••* gnu/packages/maths.scm (wxmaxima): Update to 16.12.2. | Kei Kebreau | 2017-02-10 | 1 | -2/+2 |
* | gnu: gmsh: Propagate opencascade-oce.•••* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Add opencascade-oce. [arguments]: Remove #:phases parameter for component8_in_a_box test Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Paul Garlick | 2017-02-09 | 1 | -9/+2 |
* | gnu: cddlib: Fix source URI.•••* gnu/packages/maths.scm (cddlib)[source]: Update source URI. | Ben Woodcroft | 2017-02-04 | 1 | -1/+1 |
* | gnu: reducelcs: Fix license.•••* gnu/packages/maths.scm (reducelcs)[license]: Change to GPL3+. Signed-off-by: Kei Kebreau <kei@openmailbox.org> | ng0 | 2017-02-01 | 1 | -2/+1 |
* | gnu: gmsh: Update to 2.16.0•••* gnu/packages/maths.scm (gmsh): Update to 2.16.0 Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Paul Garlick | 2017-01-31 | 1 | -2/+2 |
* | gnu: Add reducelcs.•••* gnu/packages/maths.scm (reducelcs): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> | ng0 | 2017-01-30 | 1 | -0/+45 |
* | gnu: Add opencascade-oce.•••* gnu/packages/maths.scm (opencascade-oce): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Paul Garlick | 2017-01-30 | 1 | -1/+57 |
* | gnu: glpk: Update to 4.61.•••* gnu/packages/maths.scm (glpk): Update to 4.61. [home-page]: Use HTTPS. | Marius Bakke | 2017-01-23 | 1 | -3/+3 |
* | gnu: hdf4: Update to 4.2.12.•••* gnu/packages/maths.scm (hdf4): Update to 4.2.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Thomas Danckaert | 2017-01-09 | 1 | -2/+2 |
* | gnu: r-rcpparmadillo: Update to 0.7.600.1.0.•••* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.600.1.0. * gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to 7.600.1. | Ricardo Wurmus | 2016-12-29 | 1 | -2/+2 |
* | gnu: armadillo: Update to 7.600.2.•••* gnu/packages/maths.scm (armadillo): Update to 7.600.2. | Ricardo Wurmus | 2016-12-29 | 1 | -2/+2 |
* | gnu: netcdf: Enable HDF4 support.•••* gnu/packages/maths.scm (netcdf)[inputs]: Add hdf4-alt and libjpeg. [arguments]: Add "--enable-hdf4" configure flag. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Thomas Danckaert | 2016-12-24 | 1 | -3/+5 |
* | gnu: gnuplot: Update to 5.0.5.•••* gnu/packages/maths.scm (gnuplot): Update to 5.0.5. | Kei Kebreau | 2016-12-18 | 1 | -30/+25 |
* | gnu: wxmaxima: Update to 16.12.0.•••* gnu/packages/maths.scm (wxmaxima): Update to 16.12.0. | Kei Kebreau | 2016-12-18 | 1 | -2/+2 |
* | gnu: maxima: Update to 5.39.0.•••* gnu/packages/maths.scm (maxima): Update to 5.39.0. | Kei Kebreau | 2016-12-18 | 1 | -2/+2 |
* | gnu: gsl: Update to 2.3.•••* gnu/packages/maths.scm (gsl): Update to 2.3. | Tobias Geerinckx-Rice | 2016-12-12 | 1 | -2/+2 |
* | gnu: gmsh: Update to 2.15.0.•••* gnu/packages/maths.scm (gmsh): Update to 2.15.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Paul Garlick | 2016-12-09 | 1 | -2/+2 |
* | gnu: netcdf: Upgrade to 4.4.1.1.•••* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): Upgrade to 4.4.1.1. [source]: Adjust patch name, add netcdf-tst_h_par.patch * gnu/packages/patches/netcdf-config.date.patch: Rename to... * gnu/packages/patches/netcdf-date-time.patch: ...this. Adjust for latest source. * gnu/packages/patches/netcdf-tst_h_par.patch: New patch. * gnu/local.mk (dist_patch_DATA): Adjust patches. | Eric Bavier | 2016-12-01 | 1 | -3/+4 |
* | gnu: hdf5: Update to 1.8.18 [fixes CVE-2016-{4330,4331,4332,4333}].•••* gnu/packages/maths.scm (hdf5): Update to 1.8.18. [source]: Add alternate URL. | Leo Famulari | 2016-11-30 | 1 | -5/+10 |
* | gnu: hdf5: Build the C++ interface.•••* gnu/packages/maths.scm (hdf5)[arguments]: Add #:configure-flags. | Ludovic Courtès | 2016-11-24 | 1 | -1/+4 |
* | gnu: Remove redundancy where mkdir-p <dir> is followed by install-file <file>...•••* gnu/packages/bioinformatics.scm (bwa)[arguments]: Remove redundant mkdir-p. (eigensoft)[arguments]: Likewise. (snap-aligner)[arguments]: Likewise. (pardre)[arguments]: Likewise. (piranha)[arguments]: Likewise. * gnu/packages/maths.scm (hypre)[arguments]: Likewise. * gnu/packages/mp3.scm (mpc123)[arguments]: Likewise. * gnu/packages/music.scm (tuxguitar)[arguments]: Likewise. * gnu/packages/pdf.scm (impressive)[arguments]: Likewise. * gnu/packages/qemu.scm (qemu)[arguments]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name> | Petter | 2016-11-21 | 1 | -1/+0 |
* | gnu: octave: Update to 4.2.0.•••* gnu/packages/maths.scm (octave): Update to 4.2.0. [native-inputs]: Add lzip. [home-page]: Use https. | Efraim Flashner | 2016-11-15 | 1 | -5/+6 |
* | Merge branch 'core-updates' | Ludovic Courtès | 2016-11-13 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch 'master' into core-updates | Mark H Weaver | 2016-11-06 | 1 | -3/+4 |
| |\ | |||||
| * \ | Merge branch 'master' into core-updates | Leo Famulari | 2016-10-29 | 1 | -17/+14 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into core-updates | Leo Famulari | 2016-10-26 | 1 | -5/+81 |
| |\ \ \ |