summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
AgeCommit message (Expand)Author
2019-09-24gnu: glm: Update to 0.9.9.6....* 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. Tobias Geerinckx-Rice
2019-09-21gnu: wxmaxima: Update to 19.09.0....* gnu/packages/maths.scm (wxmaxima): Update to 19.09.0. Tobias Geerinckx-Rice
2019-09-20gnu: octave: Use texlive-union....* gnu/packages/maths.scm (octave)[native-inputs]: Replace texlive with texlive-union containing texlive-epsf. Ricardo Wurmus
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-13gnu: gmsh: Update home page....This addresses a 'guix lint' warning. * gnu/packages/maths.scm (gmsh)[home-page]: Update to avoid URL redirection. Paul Garlick
2019-09-13gnu: openblas: Set 'NUM_THREADS'....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'. Ludovic Courtès
2019-09-12gnu: gmsh: Fetch source from Git....* gnu/packages/maths.scm (gmsh)[source]: Switch to GIT-FETCH. Paul Garlick
2019-09-12gnu: hypre: Update texlive-union....* 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. Ricardo Wurmus
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-09-04gnu: hdf4: Update to 4.2.14....* gnu/packages/maths.scm (hdf4): Update to 4.2.14. Marius Bakke
2019-09-03gnu: hdf-eos2: Add libtirpc input....* gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC. Marius Bakke
2019-09-03gnu: hdf4: Build with libtirpc....* 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. Marius Bakke
2019-08-31gnu: Add speedcrunch....* gnu/packages/maths.scm (speedcrunch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Steve Sprang
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-26gnu: python-cvxopt: Update to 1.2.3....* gnu/packages/maths.scm (python-cvxopt): Update to 1.2.3. Tobias Geerinckx-Rice
2019-08-22Merge branch 'master' into core-updatesMark H Weaver
2019-08-20gnu: wxmaxima: Update to 19.08.0....* gnu/packages/maths.scm (wxmaxima): Update to 19.08.0. Kei Kebreau
2019-08-13Merge branch 'master' into core-updatesMarius Bakke
2019-08-08Merge branch 'master' into stagingMarius Bakke
2019-08-06gnu: r-desolve: Update to 1.24....* gnu/packages/maths.scm (r-desolve): Update to 1.24. Ricardo Wurmus
2019-08-04gnu: double-conversion: Update to 3.1.5....* gnu/packages/maths.scm (double-conversion): Update to 3.1.5. Marius Bakke
2019-07-17Merge branch 'master' into core-updatesLudovic Courtès
2019-07-16gnu: Add opencascade-occt....* gnu/packages/maths.scm (opencascade-occt): New variable. Paul Garlick
2019-07-14gnu: Adjust uses of C{,PLUS}_INCLUDE_PATH for GCC 7....These variables are no longer set in the build environment by default. GCC still respects these search paths and treats them as "system headers" so we can continue to use them, just not expect them to be available. * gnu/packages/mpi.scm (openmpi)[arguments]: Do not attempt to read from C_INCLUDE_PATH, nor CPLUS_INCLUDE_PATH. * gnu/packages/games.scm (kiki)[arguments]: Likewise. * gnu/packages/networking.scm (hcxtools)[arguments]: Likewise. * gnu/packages/synergy.scm (synergy)[arguments]: Likewise. * gnu/packages/bioinformatics.scm (gemma, sailfish)[arguments]: Likewise. * gnu/packages/maths.scm (dune-alugrid)[arguments]: Likewise. Marius Bakke
2019-07-02Merge branch 'staging' into core-updatesMarius Bakke
2019-07-02gnu: octave-cli: Sort inputs alphabetically....* gnu/packages/maths.scm (octave-cli)[inputs]: Sort inputs alphabetically. Efraim Flashner
2019-06-28gnu: atlas: All phases return #t....* gnu/packages/maths.scm (atlas)[arguments]: Ensure all custom phases return #t. Efraim Flashner
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-21gnu: gnuplot: Update to 5.2.7....* gnu/packages/maths.scm (gnuplot): Update to 5.2.7. Tobias Geerinckx-Rice
2019-06-20Merge branch 'staging' into core-updatesMarius Bakke
2019-06-20gnu: Add ppl....* gnu/packages/maths.scm (ppl): New variable. Andreas Enge
2019-06-20gnu: Move ratpoints into a different module....* gnu/packages/maths.scm (ratpoints): Move... * gnu/packages/algebra.scm: ...here. Nicolas Goaziou
2019-06-19gnu: Add ratpoints....* gnu/packages/maths.scm (ratpoints): New variable. * gnu/packages/patches/ratpoints-sturm_and_rp_private.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference patch. Nicolas Goaziou
2019-06-17gnu: edge-addition-planarity-suite: Move to the (gnu packages graph) module....* gnu/packages/maths.scm (edge-addition-planarity-suite): Move from here... * gnu/packages/maths.scm (edge-addition-planarity-suite): ...to here. Andreas Enge
2019-06-17gnu: Add edge-addition-planarity-suite....* gnu/packages/maths.scm (edge-addition-planarity-suite): New variable. Andreas Enge
2019-06-15gnu: units: Update to 2.19....* gnu/packages/maths.scm (units): Update to 2.19. Ludovic Courtès
2019-06-13Merge branch 'master' into core-updatesLudovic Courtès
2019-06-04gnu: wxmaxima: Update to 19.05.7....* gnu/packages/maths.scm (wxmaxima): Update to 19.05.7. Kei Kebreau
2019-06-04gnu: maxima: Update to 5.43.0....* gnu/packages/maths.scm (maxima): Update to 5.43.0. [arguments]: Adjust "patch-paths" and "post-install" phases. Kei Kebreau
2019-05-31gnu: dealii-openmpi: Add hdf5-parallel-openmpi input....* gnu/packages/maths.scm (dealii-openmpi)[inputs]: Add hdf5-parallel-openmpi. Eric Bavier
2019-05-31gnu: slepc: Update to 3.11.1....* gnu/packages/maths.scm (slepc): Update to 3.11.1. [native-inputs]: Add petsc:examples. [arguments]: Add PETSCCONFIGDIR to #:make-flags. Eric Bavier
2019-05-31gnu: petsc: Update to 3.11.2....* gnu/packages/maths.scm (petsc): Update to 3.11.2. Eric Bavier
2019-05-31gnu: petsc-complex-mpi: Setup MPI for tests....* gnu/packages/maths.scm (petsc-complex-mpi)[arguments]: Add 'mpi-setup phase. Eric Bavier
2019-05-25Merge branch 'staging' into core-updatesMarius Bakke
2019-05-22gnu: mumps: Fix typo "Gaussian"....* gnu/packages/maths (mumps)[description]: Fix typo. Vagrant Cascadian
2019-05-22gnu: hdf5-parallel-openmpi: Fix typo "explicitly"....* gnu/packages/maths (hdf5-parallel-openmpi): Fix typo. Vagrant Cascadian
2019-05-17gnu: mlucas: Update source hash....The tarball was modified in-place with too many small changes to list here, all of them apparently intended as minor bug fixes. * gnu/packages/maths.scm (mlucas)[source]: Update sha256. Tobias Geerinckx-Rice
2019-05-16gnu: Add nauty....* gnu/packages/maths.scm (nauty): New variable. Nicolas Goaziou
2019-05-14gnu: hdf5: Add dependency on Perl....* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL. Ludovic Courtès
2019-05-14gnu: hdf5: Build a thread-safe library....* gnu/packages/maths.scm (hdf5)[arguments]: Pass "--enable-threadsafe --with-pthread --enable-unsupported". Ludovic Courtès