summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
AgeCommit message (Collapse)Author
2020-04-04gnu: scotch: Make some inputs native.Vincent Legoll
* gnu/packages/math.scm (scotch)[inputs]: Move flex & bison from here... [native-inputs]: ...to this new field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03gnu: Add qalculate-gtk.R Veera Kumar
* gnu/packages/maths.scm (qalculate-gtk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-03gnu: Add libqalculate.R Veera Kumar
* gnu/packages/maths.scm (libqalculate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-29gnu: z3: Fix build determinism.Jakub Kądziołka
* gnu/packages/maths.scm (z3)[arguments]: Add a phase to set PYTHONHASHSEED=0.
2020-03-29gnu: Remove more packages deprecated for over almost a year.Tobias Geerinckx-Rice
* gnu/packages/games.scm (armagetron-advanced) (cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts) (the-battle-for-wesnoth, the-battle-for-wesnoth-server) (project-starfighter, kiki-the-nano-bot, fish-fillets-ng) (dungeon-crawl-stone-soup): Let's forget this ever happened. * gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name) (magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb) (ert-runner, groovy-emacs-modes): Remove variable. * gnu/packages/engineering.scm (emacs-emms-player-simple-mpv) (emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise. * gnu/packages/finance.scm (monero-core): Likewise. * gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles) (tales-of-maj-eyal, battle-tanks, the-legend-of-edgar) (gnome-tweak-tool): Likewise. * gnu/packages/gnuzilla.scm (conkeror): Likewise. * gnu/packages/guile-xyz.scm (mcron2): Likewise. * gnu/packages/image.scm (pngcrunch): Likewise. * gnu/packages/linux.scm (eudev-with-hwdb): Likewise. * gnu/packages/maths.scm (qtoctave): Likewise. * gnu/packages/package-management.scm (guile2.0-guix): Likewise. * gnu/packages/php.scm (php-with-bcmath): Likewise. * gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next): Likewise. * gnu/packages/video.scm (livestreamer): Likewise. * gnu/packages/virtualization.scm (lookingglass): Likewise. * gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. (newsboat)[description]: Remove historical footnote.
2020-03-28Update email address and Savannah handle for Amin Bandali.Amin Bandali
* .mailmap, gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/fonts.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm, gnu/packages/pulseaudio.scm: Update my email address. * build-aux/git-authenticate.scm: Update my Savannah handle.
2020-03-28gnu: armadillo: Fix typo in description.Nicolas Goaziou
* gnu/packages/maths.scm (armadillo): Fix spaces after "eg.".
2020-03-22gnu: wxmaxima: Update to 20.03.1.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 20.03.1.
2020-03-21gnu: hdf-eos2: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS.
2020-03-14gnu: openlibm: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
2020-03-14gnu: define dune-*-openmpi packagesFelix Gruber
* gnu/packages/maths.scm (dune-common-openmpi, dune-geometry-openmpi, dune-istl-openmpi, dune-typetree-openmpi, dune-uggrid-openmpi, dune-grid-openmpi, dune-alugrid-openmpi, dune-subgrid-openmpi, dune-localfunctions-openmpi, dune-functions-openmpi, dune-pdelab-openmpi): New variables. (add-openmpi-to-dune-package): New function to add openmpi to the inputs of a dune-* package and replace all dune-* packages in its input with the corresponding dune-*-openmpi package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-14gnu: dune-*: remove openmpi dependencyFelix Gruber
* gnu/packages/maths.scm (dune-*)[inputs]: Remove openmpi dependency. [arguments]: remove code to setup openmpi for tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-14gnu: suitesparse: Build with cmake-minimal.Marius Bakke
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL.
2020-03-12gnu: dune-istl: Build with suitesparseFelix Gruber
* gnu/packages/maths.scm (dune-istl)[inputs]: Add suitesparse to build additional solvers in dune-istl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-12gnu: Add dune-subgridFelix Gruber
* gnu/packages/maths.scm (dune-subgrid): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-12gnu: Add dune-uggrid.Felix Gruber
* gnu/packages/maths.scm (dune-uggrid): New variable. (dune-grid)[propagated-inputs]: Add dune-uggrid dependency, so that the UGGrid class in dune-grid can be used by packages that have dune-grid as input. (dune-functions)[arguments]: Enable tests that previously weren't built as they require dune-uggrid. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-12gnu: dune-*: set up MPI for testsFelix Gruber
* gnu/packages/maths.scm (dune-common, dune-grid, dune-istl, dune-alugrid): [arguments]: correctly set up MPI instead of disabling tests that require MPI. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-09gnu: speedcrunch: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (speedcrunch)[home-page]: Use HTTPS.
2020-03-07gnu: openblas: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (openblas)[home-page]: Use HTTPS.
2020-03-06gnu: wxmaxima: Update to 20.02.4.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 20.02.4. [arguments]: Enable tests and set #:test-target to "test". [native-inputs]: Add xorg-server-for-tests.
2020-03-04gnu: SuiteSparse: Update to 5.7.1.Felix Gruber
* gnu/packages/maths.scm (suitesparse): Update to 5.7.1. [source]: The latest releases of SuiteSparse have only been published on GitHub. Fetch from git tag as GitHub releases page only contains autogenerated tarballs that guix lint complains about. Apply new patch for Mongoose's CMakeList.txt to find SuiteSparse_config. [arguments]: Add CMake flags used by new components GraphBLAS and Mongoose. [native-inputs]: Add CMake and m4 needed to build GraphBLAS and Mongoose. * gnu/packages/patches/suitesparse-mongoose-cmake.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-02-23gnu: z3: Build the Python bindingsJakub Kądziołka
* gnu/packages/maths.scm (z3)[arguments]: Add the --python and --pypkgdir flags to configure. To facilitate the latter, add (guix build python-build-system) to #:modules and #:imported-modules.
2020-02-21gnu: Add vinci.Andreas Enge
* gnu/packages/maths.scm (vinci): New variable.
2020-02-10gnu: octave, octave-cli: Update to 5.2.0.Kei Kebreau
* gnu/packages/maths.scm (octave, octave-cli): Update to 5.2.0. [inputs]: Add bdb.
2020-01-31gnu: superlu-dist: Update to 6.2.0.Eric Bavier
* gnu/packages/maths.scm (superlu-dist): Update to 6.2.0. [source]: Update upstream url. Remove mpi deprecations patch. * gnu/packages/patches/superlu-dist-fix-mpi-deprecations.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-31gnu: superlu: Update upstream url.Eric Bavier
* gnu/packages/maths.scm (superlu)[source,home-page]: Update url.
2020-01-23gnu: wxmaxima: Update to 20.01.3.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 20.01.3. [home-page]: Update URL.
2020-01-19gnu: elemental: Update home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (elemental)[home-page]: Use repository home page.
2020-01-19gnu: petsc: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (petsc)[home-page, license]: Use HTTPS.
2020-01-17gnu: Use HTTPS for www.hdfgroup.org.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hdf5)[home-page, license]: Use HTTPS. (hdf-java, h5check)[source]: Likewise.
2020-01-17gnu: netcdf: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (netcdf)[home-page]: Use HTTPS.
2020-01-17gnu: scotch: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (scotch)[home-page]: Use HTTPS.
2020-01-17Update email address for Amin Bandali.Amin Bandali
* .mailmap: Add name and email addresses for Amin Bandali. * gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm: Update email address for Amin Bandali. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-01-14gnu: python-slepc4py: Update to 3.11.0.Paul Garlick
* gnu/packages/maths.scm (python-slepc4py): Update to 3.11.0.
2020-01-14gnu: python-petsc4py: Update to 3.11.0.Paul Garlick
* gnu/packages/maths.scm (python-petsc4py): Update to 3.11.0.
2020-01-10gnu: hdf5@1.10: Update to 1.10.6.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.6.
2020-01-07gnu: lapack: Update to 3.9.0.Konrad Hinsen
* gnu/packages/maths.scm (lapack): Update to 3.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-13gnu: hdf5@1.10: Update to 1.10.5.Ludovic Courtès
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.5. Remove "hdf5-mpi-deprecations.patch". * gnu/packages/patches/hdf5-mpi-deprecations.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-12-06gnu: Add lrslib.Andreas Enge
* gnu/packages/maths.scm (lrslib): New variable.
2019-12-04Merge branch 'staging'Marius Bakke
2019-12-01gnu: z3: Update to 4.8.7.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (z3): Update to 4.8.7.
2019-12-01gnu: nauty: Update to 2.6r12.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (nauty): Update to 2.6r12.
2019-11-28Merge branch 'master' into stagingMarius Bakke
2019-11-27gnu: Remove obsolete import of R build system module.Ricardo Wurmus
* gnu/packages/maths.scm: Remove import of (guix build-system r).
2019-11-27gnu: r-subplex: Move to (gnu packages cran).zimoun
* gnu/packages/maths.scm (r-subplex): Move from here... * gnu/packages/cran.scm (r-subplex): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-11-27gnu: r-pracma: Move to (gnu packages cran).zimoun
* gnu/packages/maths.scm (r-pracma): Move from here... * gnu/packages/cran.scm (r-pracma): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-11-27gnu: r-desolve: Move to (gnu packages cran).zimoun
* gnu/packages/maths.scm (r-desolve): Move from here... * gnu/packages/cran.scm (r-desolve): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-11-27gnu: r-quadprog: Move to (gnu packages cran).zimoun
* gnu/packages/maths.scm (r-quadprog): Move from here... * gnu/packages/cran.scm (r-quadprog): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-11-23gnu: wxmaxima: Update to 19.11.1.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 19.11.1.
2019-11-23gnu: r-quadprog: Update to 1.5-8.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-8.