summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
Commit message (Collapse)AuthorAge
...
* | gnu: Use 'search-input-file' when searching for Automake files.Ludovic Courtès2021-07-24
| | | | | | | | | | | | * gnu/packages/audio.scm (libsbsms)[arguments]: Use 'search-input-file' when searching for Automake file. * gnu/packages/maths.scm (hdf-java): Likewise.
* | gnu: gsl: Update to 2.7.Marius Bakke2021-07-23
| | | | | | | | | | * gnu/packages/maths.scm (gsl): Update to 2.7. [arguments]: Remove trailing #t's.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: Add blitz.Ivan Gankevich2021-07-16
| | | | | | | | | | | | * gnu/packages/maths.scm (blitz): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: gmsh: Sort inputs alphabetically.Efraim Flashner2021-07-13
| | | | | | | | * gnu/packages/maths.scm (gmsh)[propagated-inputs]: Sort alphabetically.
| * gnu: gmsh: Simply downloading source logic.Efraim Flashner2021-07-13
| | | | | | | | * gnu/packages/maths.scm (gmsh)[source]: Use string-replace-substring.
| * gnu: gmsh: Update to 4.8.4.Paul A. Patience2021-07-13
| | | | | | | | | | | | * gnu/packages/maths.scm (gmsh): Update to 4.8.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: gmsh: Install Python API in standard directory.Paul Garlick2021-07-12
| | | | | | | | | | | | | | * gnu/packages/maths.scm (gmsh)[imported-modules]: New argument. [modules]: New argument. [phases]: New argument. [inputs]: Add python.
| * gnu: mcrl2: Update to 202106.0.Jan (janneke) Nieuwenhuizen2021-07-08
| | | | | | | | * gnu/packages/maths.scm (mcrl2): Update to 202106.0.
| * gnu: openblas: Fix building on powerpc64le-linux.Efraim Flashner2021-07-07
| | | | | | | | | | * gnu/packages/maths.scm (openblas)[arguments]: Add make-flags to enable building for powerpc64le-linux.
| * gnu: openblas: Fix building on armhf-linux.Efraim Flashner2021-07-07
| | | | | | | | | | * gnu/packages/maths.scm (openblas)[arguments]: Add make-flag to set target architecture.
| * gnu: atlas: Extend build time-out.Tobias Geerinckx-Rice2021-07-02
| | | | | | | | * gnu/packages/maths.scm (atlas)[properties]: Quadruple the timeout.
| * gnu: gnuplot: Update to 5.4.2.Tobias Geerinckx-Rice2021-07-02
| | | | | | | | * gnu/packages/maths.scm (gnuplot): Update to 5.4.2.
| * gnu: scotch: Update to 6.1.1.Ludovic Courtès2021-06-29
| | | | | | | | | | | | | | | | * gnu/packages/maths.scm (scotch): Update to 6.1.1. [native-inputs]: Add GFORTRAN. [arguments]: Set 'FC' in 'Makefile.in'. (scotch32)[arguments]: Likewise. (scotch-shared)[arguments]: Likewise.
| * gnu: scotch: Add 'release-monitoring-url' property.Ludovic Courtès2021-06-29
| | | | | | | | * gnu/packages/maths.scm (scotch)[properties]: New field.
| * gnu: suitesparse: Update to 5.10.1.Ludovic Courtès2021-06-25
| | | | | | | | * gnu/packages/maths.scm (suitesparse): Update to 5.10.1.
| * gnu: suitesparse: Link against OpenBLAS rather than LAPACK.Ludovic Courtès2021-06-25
| | | | | | | | | | | | * gnu/packages/maths.scm (suitesparse)[inputs]: Replace LAPACK with OPENBLAS. [arguments]: Add "BLAS"and "LAPACK" to #:make-flags.
| * gnu: maxima: Update to 5.45.1.Kei Kebreau2021-06-24
| | | | | | | | | | * gnu/packages/maths.scm (maxima): Update to 5.45.1. [home-page]: Follow redirect.
* | Merge branch 'master' into core-updatesTobias Geerinckx-Rice2021-06-23
|\| | | | | | | | | | | | | | | Conflicts: gnu/packages/cups.scm gnu/packages/python-web.scm gnu/packages/web.scm guix/build/maven/pom.scm
| * gnu: petsc: Link against OpenBLAS rather than LAPACK.Ludovic Courtès2021-06-22
| | | | | | | | | | | | | | | | | | OpenBLAS performs better than LAPACK, the reference implementation. This is also consistent with the choice of BLAS/LAPACK implementations made in most other packages. * gnu/packages/maths.scm (petsc)[inputs]: Replace LAPACK by OPENBLAS. [arguments]: Pass "--with-openblas=1".
| * gnu: why3: Update to 1.3.3.Julien Lepiller2021-06-20
| | | | | | | | | | * gnu/packages/maths.scm (why3): Update to 1.3.3. [arguments]: Adjust for newer ocaml-num.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: wxmaxima: Update to 21.05.2.Kei Kebreau2021-06-14
| | | | | | | | * gnu/packages/maths.scm (wxmaxima): Update to 21.05.2.
| * gnu: maxima: Update to 5.45.0.Kei Kebreau2021-06-14
| | | | | | | | * gnu/packages/maths.scm (maxima): Update to 5.45.0.
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
| * gnu: qalculate-gtk: Update to 3.19.0.Jack Hill2021-06-12
| | | | | | | | | | | | | | * gnu/packages/maths.scm (qalculate-gtk): Update to 3.19.0. [phases]: Remove 'add-pot-file. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: libqalculate: Update to 3.19.0.Jack Hill2021-06-12
| | | | | | | | | | | | * gnu/packages/maths (libqalculate): Update to 3.19.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: Add frama-c.Julien Lepiller2021-06-02
| | | | | | | | * gnu/packages/maths.scm (frama-c): New variable.
| * gnu: Add why3.Julien Lepiller2021-06-02
| | | | | | | | * gnu/packages/maths.scm (why3): New variable.
| * gnu: ipopt: Update to 3.13.4Eric Brown2021-05-28
| | | | | | | | | | | | | | * gnu/packages/maths.scm (ipopt): Update to 3.13.4, update URL. [license]: Change to LICENSE:EPL2.0. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add cbc.Eric Brown2021-05-28
| | | | | | | | | | | | * gnu/packages/maths.scm (cbc): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: qhull: Build position independent.Efraim Flashner2021-05-25
| | | | | | | | | | * gnu/packages/maths.scm (qhull)[arguments]: Add configure-flag to build code position independent.
| * gnu: qhull: Link binaries to shared library.Efraim Flashner2021-05-25
| | | | | | | | | | | | | | This drops the package size by nearly 60%. * gnu/packages/maths.scm (qhull)[arguments]: Add configure-flag to link binaries to shared library.
| * gnu: HYPRE: Update source and home page URLs.Marius Bakke2021-05-24
| | | | | | | | | | * gnu/packages/maths.scm (hypre)[source]: Change to new repository home. [home-page]: Follow redirect.
| * gnu: Fix erroneous uses of 'package/inherit'.Marius Bakke2021-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages use a different source/version from the inherited package, and thus should not inherit replacements. * gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record inheritance instead of PACKAGE/INHERIT. * gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4, rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23, rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1, rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3, rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17, rust-webpki-roots-0.14): Likewise. * gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise. * gnu/packages/guile.scm (guile-2.2.4): Likewise. * gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise. * gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6): Likewise. * gnu/packages/python-web.scm (python2-html2text): Likewise. * gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy, python2-urwid, python2-markdown, python2-fonttools): Likewise. * gnu/packages/racket.scm (racket): Likewise. * gnu/packages/sequoia.scm (sequoia4pEp): Likewise.
* | gnu: hypre: Update to 2020.0.Marius Bakke2021-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (hypre): Update to 2020.0. [source](modules, snippet): Remove. [native-inputs]: Remove PERL, NETPBM and GHOSTSCRIPT. Add PYTHON, PYTHON-SPHINX and PYTHON-BREATHE. Add TEXLIVE-ADJUSTBOX, TEXLIVE-AMSFONTS, TEXLIVE-CAPTION, TEXLIVE-ETOOLBOX, TEXLIVE-JKNAPPEN, TEXLIVE-SECTSTY, TEXLIVE-TEX-GYRE, TEXLIVE-WASY, TEXLIVE-XCOLOR, TEXLIVE-GENERIC-LISTOFITEMS, TEXLIVE-GENERIC-ULEM, TEXLIVE-LATEX-CAPT-OF, TEXLIVE-LATEX-CMAP, TEXLIVE-LATEX-COLORTBL, TEXLIVE-LATEX-ETOC, TEXLIVE-LATEX-FANCYHDR, TEXLIVE-LATEX-FANCYVRB, TEXLIVE-LATEX-FLOAT, TEXLIVE-LATEX-FNCYCHAP, TEXLIVE-LATEX-FRAMED, TEXLIVE-LATEX-GEOMETRY, TEXLIVE-LATEX-HANGING, TEXLIVE-LATEX-MULTIROW, TEXLIVE-LATEX-NATBIB, TEXLIVE-LATEX-NEEDSPACE, TEXLIVE-LATEX-NEWUNICODECHAR, TEXLIVE-LATEX-PARSKIP, TEXLIVE-LATEX-STACKENGINE, TEXLIVE-LATEX-TABULARY, TEXLIVE-LATEX-TITLESEC, TEXLIVE-LATEX-TOCLOFT, TEXLIVE-LATEX-UPQUOTE, TEXLIVE-LATEX-VARWIDTH, TEXLIVE-LATEX-WASYSYM, and TEXLIVE-LATEX-WRAPFIG to TEXLIVE-UPDMAP.CFG. [arguments]: Adjust doc build target and installation phase. Remove trailing #t's.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: Add numdiff.Paul A. Patience2021-05-21
| | | | | | | | * gnu/packages/maths.scm (numdiff): New variable.
| * gnu: hdf5: Fix invalid regex range.Marius Bakke2021-05-18
| | | | | | | | | | * gnu/packages/maths.scm (hdf5-1.8)[arguments]: Use [a-zA-Z] instead of [a-Z] as range in regular expression.
| * gnu: qhull: Update to 2020.2.Marius Bakke2021-05-18
| | | | | | | | * gnu/packages/maths.scm (qhull): Update to 2020.2.
| * gnu: arpack-ng@3.3: Don't use unstable source tarball.Marius Bakke2021-05-15
| | | | | | | | | | * gnu/packages/maths.scm (arpack-ng-3.3.0)[name, home-page]: Remove. [source]: Switch to GIT-FETCH. Inline uses of NAME and HOME-PAGE.
| * gnu: arpack-ng: Update to 3.8.0.Marius Bakke2021-05-15
| | | | | | | | | | | | * gnu/packages/maths.scm (arpack-ng): Update to 3.8.0. [native-inputs]: Add PKG-CONFIG. [inputs]: Add EIGEN.
* | gnu: ATLAS: Fix build with GCC 10.Marius Bakke2021-05-22
| | | | | | | | | | | | * gnu/packages/patches/atlas-gfortran-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/maths.scm (atlas)[source](patches): New field.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: Add cglm.Tobias Geerinckx-Rice2021-05-06
| | | | | | | | * gnu/packages/maths.scm (cglm): New public variable.
| * gnu: Add libcerf.Vinicius Monego2021-05-05
| | | | | | | | | | | | * gnu/packages/maths.scm (libcerf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: octave, octave-cli: Explain difference.Konrad Hinsen2021-05-03
| | | | | | | | | | | | * gnu/packages/maths.scm (octave-cli, octave): Extended synopsis. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: xaos: Update to 4.2.1.Kei Kebreau2021-04-29
| | | | | | | | | | * gnu/packages/maths.scm (xaos): Update to 4.2.1. [arguments]: Patch call to "lrelease" in XaoS.pro.
| * gnu: wxmaxima: Update to 21.04.0.Kei Kebreau2021-04-21
| | | | | | | | * gnu/packages/maths.scm (wxmaxima): Update to 21.04.0.