summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
AgeCommit message (Collapse)Author
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.
2019-11-23gnu: r-desolve: Update to 1.25.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (r-desolve): Update to 1.25.
2019-11-21Merge branch 'master' into stagingMarius Bakke
2019-11-19gnu: Add minisat.Robert Smith
* gnu/packages/patches/minisat-friend-declaration.patch: New file. * gnu/packages/patches/minisat-install.patch: New file. * gnu/local.mk (dist_patch_DATA): Add both files above. * gnu/packages/maths.scm (minisat): New exported variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-21Merge branch 'master' into stagingMarius Bakke
2019-10-20gnu: vc: Update to 1.4.1.Marius Bakke
* gnu/packages/maths.scm (vc): Update to 1.4.1. [native-inputs]: Add VIRTEST and a test data origin. [arguments]: Add phase to copy test data.
2019-10-18Merge branch 'master' into stagingMarius Bakke
2019-10-14gnu: mumps: Build and install shared libraries.Maurice Brémond
* gnu/packages/patches/mumps-shared-libseq.patch, gnu/packages/patches/mumps-shared-mumps.patch, gnu/packages/patches/mumps-shared-pord.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/maths.scm (mumps)[source](patches): Add them. [arguments]: In 'configure' phase, adjust "Makefile.inc" for shared library support. In 'install' phase, install libmpiseq.so when it exists. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2019-10-14gnu: mumps: Update to 5.2.1.Maurice Brémond
* gnu/packages/maths.scm (mumps): Update to 5.2.1. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2019-10-13Merge branch 'master' into stagingMarius Bakke
2019-10-08gnu: mcrl2: Update source url.Jan Nieuwenhuizen
* gnu/packages/maths.scm (mcrl2): Update source url.
2019-10-08gnu: OpenBLAS: Update to 0.3.7.Marius Bakke
* gnu/packages/maths.scm (openblas): Update to 0.3.7.
2019-10-08gnu: OpenBLAS: Incorporate grafted changes.Marius Bakke
* gnu/packages/maths.scm (openblas)[replacement]: Remove. [arguments]: Add NUM_THREADS in #:make-flags. (openblas/fixed-num-threads): Remove variable.
2019-10-08Merge branch 'core-updates'Ludovic Courtès
2019-10-08gnu: maxflow: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (maxflow)[home-page]: Use HTTPS.
2019-10-08gnu: maxflow: Correct version to 3.0.5.Tobias Geerinckx-Rice
This won't be picked up by ‘guix package -u’, but the code is identical anyway. By changing this now, fewer installations will fail to upgrade at all if upstream ever release a new <3.4. * gnu/packages/maths.scm (maxflow)[version]: Change to 3.0.5. [source]: Use version tag instead of raw matching commit.
2019-10-08gnu: maxflow: Use GIT-FILE-NAME.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (maxflow)[source]: Use GIT-FILE-NAME.
2019-10-01Merge branch 'master' into core-updatesLudovic Courtès
2019-09-30gnu: Add mcrl2-minimal.Jan Nieuwenhuizen
* gnu/packages/maths.scm (mcrl2-minimal): New variable.
2019-09-30gnu: mcrl2: Update to 201908.0.Jan Nieuwenhuizen
* gnu/packages/maths.scm (mcrl2): Update to 201908.0.
2019-09-28gnu: z3: Update to 4.8.6.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (z3): Update to 4.8.6.
2019-09-27gnu: dealii: Update to 9.1.1.Eric Bavier
* gnu/packages/maths.scm (dealii): Update to 9.1.1. [source]: Remove patch no longer needed. * gnu/local.mk (dist_patch_DATA): ditto. * gnu/packages/patches/dealii-mpi-deprecations.patch: Delete it.
2019-09-27Merge branch 'master' into core-updatesMarius Bakke
2019-09-24Merge branch 'master' into core-updatesLudovic Courtès
2019-09-24gnu: glm: Update to 0.9.9.6.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (glm): Update to 0.9.9.6. [source]: Add patch. * gnu/packages/patches/glm-restore-install-target.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2019-09-21gnu: wxmaxima: Update to 19.09.0.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (wxmaxima): Update to 19.09.0.
2019-09-20gnu: octave: Use texlive-union.Ricardo Wurmus
* gnu/packages/maths.scm (octave)[native-inputs]: Replace texlive with texlive-union containing texlive-epsf.
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-13gnu: gmsh: Update home page.Paul Garlick
This addresses a 'guix lint' warning. * gnu/packages/maths.scm (gmsh)[home-page]: Update to avoid URL redirection.
2019-09-13gnu: openblas: Set 'NUM_THREADS'.Ludovic Courtès
Until now, OpenBLAS would use at most the N threads, where N is the number of cores that happened to be available on the build machine (typically N=8). * gnu/packages/maths.scm (openblas/fixed-num-threads): New variable. (openblas)[replacement]: New field. (openblas-ilp64): Use 'package/inherit'.
2019-09-12gnu: gmsh: Fetch source from Git.Paul Garlick
* gnu/packages/maths.scm (gmsh)[source]: Switch to GIT-FETCH.
2019-09-12gnu: hypre: Update texlive-union.Ricardo Wurmus
* gnu/packages/maths.scm (hypre)[native-inputs]: Replace texlive-generic-xypic and texlive-fonts-xypic with texlive-xypic; add texlive-cm to the texlive-union.
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-09-04gnu: hdf4: Update to 4.2.14.Marius Bakke
* gnu/packages/maths.scm (hdf4): Update to 4.2.14.
2019-09-03gnu: hdf-eos2: Add libtirpc input.Marius Bakke
* gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
2019-09-03gnu: hdf4: Build with libtirpc.Marius Bakke
* gnu/packages/patches/hdf4-tirpc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (hdf4)[source](patches): Use it. [inputs]: Add LIBTIRPC. [arguments]: Adjust #:configure-flags accordingly.