summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: itpp: Use texlive-tiny and ghostscript.•••* gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with texlive-tiny; add ghostscript. Ricardo Wurmus2017-06-301-2/+6
* gnu: gnuplot: Use texlive-tiny.•••* gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal with texlive-tiny. Ricardo Wurmus2017-06-301-3/+4
* 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. Ludovic Courtès2017-06-291-5/+12
* gnu: scotch: Build in 64-bit mode on 64-bit machines.•••* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add "INTSIZE64" CPP flag. Ludovic Courtès2017-06-261-0/+1
* gnu: lapack: Build with LAPACKE_WITH_TMG=ON.•••* gnu/packages/maths.scm (lapack)[arguments]: Pass "-DLAPACKE_WITH_TMG=ON". Ludovic Courtès2017-06-261-1/+4
* gnu: lapack: Update to 3.7.1.•••* gnu/packages/maths.scm (lapack): Update to 3.7.1. Ludovic Courtès2017-06-261-2/+2
* gnu: hdf5: Update to 1.8.19.•••* gnu/packages/maths.scm (hdf5): Update to 1.8.19. [source]: Update uri. Thomas Danckaert2017-06-251-4/+5
* gnu: gsl: Update to 2.4.•••* gnu/packages/maths.scm (gsl): Update to 2.4. [arguments]: Remove #:parallel-tests?. Arun Isaac2017-06-211-4/+3
* 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. Arun Isaac2017-06-201-1/+0
* gnu: glpk: Update to 4.62.•••* gnu/packages/maths.scm (glpk): Update to 4.62. Efraim Flashner2017-06-191-2/+2
* gnu: maxima: Update to 5.40.0.•••* gnu/packages/maths.scm (maxima): Update to 5.40.0. Kei Kebreau2017-06-061-2/+2
* gnu: Add ocaml4.01-gsl.•••* gnu/packages/maths.scm (ocaml4.01-gsl): New variable. Ben Woodcroft2017-05-101-0/+3
* gnu: Add netcdf-fortran.•••* gnu/packages/maths.scm (netcdf-fortran): New variable. Thomas Danckaert2017-04-301-0/+24
* gnu: gnuplot: Update to 5.0.6.•••* gnu/packages/maths.scm (gnuplot): Update to 5.0.6. Kei Kebreau2017-04-221-2/+2
* gnu: Fix typos in descriptions.•••* gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise. Tobias Geerinckx-Rice2017-04-171-1/+1
* gnu: octave: Build with gl2ps support.•••* gnu/packages/maths.scm (octave)[inputs]: Add gl2ps. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Arun Isaac2017-04-081-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ès2017-04-071-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 Wurmus2017-04-061-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 Wurmus2017-04-061-11/+0
* gnu: armadillo: Update to 7.800.2.•••* gnu/packages/maths.scm (armadillo): Update to 7.800.2. Ricardo Wurmus2017-04-061-2/+2
* gnu: r-pracma: Update to 2.0.4.•••* gnu/packages/maths.scm (r-pracma): Update to 2.0.4. Ricardo Wurmus2017-04-061-2/+2
* Merge branch 'master' into core-updates•••Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698. Marius Bakke2017-03-301-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-Rice2017-03-301-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 Flashner2017-03-281-2/+8
* | Merge branch 'master' into core-updatesLeo Famulari2017-03-271-1/+3
|\|
| * gnu: gnuplot: Enable tikz backend.•••* gnu/packages/maths.scm (gnuplot)[inputs]: Add lua. Danny Milosavljevic2017-03-271-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 Flashner2017-03-231-1/+1
* | gnu: openblas: Add support for aarch64.•••* gnu/packages/maths.scm (openblas)[arguments]: Mark aarch64 as substitutable, build for target ARMv8. Efraim Flashner2017-03-211-2/+6
|/
* gnu: Add maxflow.•••* gnu/packages/maths.scm (maxflow): New variable. John Darrington2017-03-181-0/+24
* gnu: Add itpp.•••* gnu/packages/maths.scm (itpp): New variable. John Darrington2017-03-181-1/+29
* gnu: Add ocaml-gsl.•••* gnu/packages/maths.scm (ocaml-gsl): New variable. Ben Woodcroft2017-03-171-0/+27
* gnu: units: Update to 2.14.•••* gnu/packages/maths.scm (units): Update to 2.14. Tobias Geerinckx-Rice2017-03-151-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 Isaac2017-03-091-1/+4
* gnu: Add jacal.•••* gnu/packages/maths.scm (jacal): New variable. * gnu/packages/patches/jacal-fix-texinfo.patch: New file. John Darrington2017-03-021-0/+52
* gnu: octave: Update to 4.2.1.•••* gnu/packages/maths.scm (octave): Update to 4.2.1. Efraim Flashner2017-03-011-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 Beffa2017-02-281-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 Danckaert2017-02-271-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 Darrington2017-02-171-18/+20
* gnu: Add aris.•••* gnu/packages/maths.scm(aris): New variable. John Darrington2017-02-171-0/+21
* gnu: wxmaxima: Update to 16.12.2.•••* gnu/packages/maths.scm (wxmaxima): Update to 16.12.2. Kei Kebreau2017-02-101-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 Garlick2017-02-091-9/+2
* gnu: cddlib: Fix source URI.•••* gnu/packages/maths.scm (cddlib)[source]: Update source URI. Ben Woodcroft2017-02-041-1/+1
* gnu: reducelcs: Fix license.•••* gnu/packages/maths.scm (reducelcs)[license]: Change to GPL3+. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-02-011-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 Garlick2017-01-311-2/+2
* gnu: Add reducelcs.•••* gnu/packages/maths.scm (reducelcs): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-01-301-0/+45
* gnu: Add opencascade-oce.•••* gnu/packages/maths.scm (opencascade-oce): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick2017-01-301-1/+57
* gnu: glpk: Update to 4.61.•••* gnu/packages/maths.scm (glpk): Update to 4.61. [home-page]: Use HTTPS. Marius Bakke2017-01-231-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 Danckaert2017-01-091-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 Wurmus2016-12-291-2/+2
* gnu: armadillo: Update to 7.600.2.•••* gnu/packages/maths.scm (armadillo): Update to 7.600.2. Ricardo Wurmus2016-12-291-2/+2