summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
AgeCommit message (Collapse)Author
2019-07-16gnu: Add opencascade-occt.Paul Garlick
* gnu/packages/maths.scm (opencascade-occt): New variable.
2019-07-02gnu: octave-cli: Sort inputs alphabetically.Efraim Flashner
* gnu/packages/maths.scm (octave-cli)[inputs]: Sort inputs alphabetically.
2019-06-28gnu: atlas: All phases return #t.Efraim Flashner
* gnu/packages/maths.scm (atlas)[arguments]: Ensure all custom phases return #t.
2019-06-21gnu: gnuplot: Update to 5.2.7.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (gnuplot): Update to 5.2.7.
2019-06-20gnu: Add ppl.Andreas Enge
* gnu/packages/maths.scm (ppl): New variable.
2019-06-20gnu: Move ratpoints into a different module.Nicolas Goaziou
* gnu/packages/maths.scm (ratpoints): Move... * gnu/packages/algebra.scm: ...here.
2019-06-19gnu: Add ratpoints.Nicolas Goaziou
* 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.
2019-06-17gnu: edge-addition-planarity-suite: Move to the (gnu packages graph) module.Andreas Enge
* gnu/packages/maths.scm (edge-addition-planarity-suite): Move from here... * gnu/packages/maths.scm (edge-addition-planarity-suite): ...to here.
2019-06-17gnu: Add edge-addition-planarity-suite.Andreas Enge
* gnu/packages/maths.scm (edge-addition-planarity-suite): New variable.
2019-06-15gnu: units: Update to 2.19.Ludovic Courtès
* gnu/packages/maths.scm (units): Update to 2.19.
2019-06-04gnu: wxmaxima: Update to 19.05.7.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 19.05.7.
2019-06-04gnu: maxima: Update to 5.43.0.Kei Kebreau
* gnu/packages/maths.scm (maxima): Update to 5.43.0. [arguments]: Adjust "patch-paths" and "post-install" phases.
2019-05-31gnu: dealii-openmpi: Add hdf5-parallel-openmpi input.Eric Bavier
* gnu/packages/maths.scm (dealii-openmpi)[inputs]: Add hdf5-parallel-openmpi.
2019-05-31gnu: slepc: Update to 3.11.1.Eric Bavier
* gnu/packages/maths.scm (slepc): Update to 3.11.1. [native-inputs]: Add petsc:examples. [arguments]: Add PETSCCONFIGDIR to #:make-flags.
2019-05-31gnu: petsc: Update to 3.11.2.Eric Bavier
* gnu/packages/maths.scm (petsc): Update to 3.11.2.
2019-05-31gnu: petsc-complex-mpi: Setup MPI for tests.Eric Bavier
* gnu/packages/maths.scm (petsc-complex-mpi)[arguments]: Add 'mpi-setup phase.
2019-05-22gnu: mumps: Fix typo "Gaussian".Vagrant Cascadian
* gnu/packages/maths (mumps)[description]: Fix typo.
2019-05-22gnu: hdf5-parallel-openmpi: Fix typo "explicitly".Vagrant Cascadian
* gnu/packages/maths (hdf5-parallel-openmpi): Fix typo.
2019-05-17gnu: mlucas: Update source hash.Tobias Geerinckx-Rice
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.
2019-05-16gnu: Add nauty.Nicolas Goaziou
* gnu/packages/maths.scm (nauty): New variable.
2019-05-14gnu: hdf5: Add dependency on Perl.Ludovic Courtès
* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
2019-05-14gnu: hdf5: Build a thread-safe library.Ludovic Courtès
* gnu/packages/maths.scm (hdf5)[arguments]: Pass "--enable-threadsafe --with-pthread --enable-unsupported".
2019-05-11gnu: r-quadprog: Update to 1.5-7.Ricardo Wurmus
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-7.
2019-04-28gnu: hypre: Unconditionally return #T from build phases.Ricardo Wurmus
* gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally return #T from build phases.
2019-04-28gnu: jacal: Unconditionally return #T from configure phase.Ricardo Wurmus
* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase.
2019-04-28gnu: z3: Unconditionally return #T from build phases.Ricardo Wurmus
* gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases.
2019-04-28gnu: atlas: Always return #T from build phases.Ricardo Wurmus
* gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE.
2019-04-28gnu: make-blis: Always return #T from configure phase.Ricardo Wurmus
* gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE.
2019-04-28Merge branch 'staging'Ludovic Courtès
2019-04-27gnu: r-quadprog: Update to 1.5-6.Ricardo Wurmus
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-6.
2019-04-23Merge branch 'master' into stagingMarius Bakke
2019-04-22gnu: maxima: Return #t from custom 'check' phase.Mark H Weaver
* gnu/packages/maths.scm (maxima)[arguments]: Use invoke in the custom check phase.
2019-04-17Merge branch 'master' into stagingMarius Bakke
2019-04-15gnu: hypre: Update to 2.15.1.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hypre): Update to 2.15.1.
2019-04-15gnu: hypre: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hypre)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: openspecfun: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (openspecfun)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: muparser: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (muparser)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: r-pracma: Update to 2.2.5.Ricardo Wurmus
* gnu/packages/maths.scm (r-pracma): Update to 2.2.5.
2019-04-11gnu: openlibm: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (openlibm)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: opencascade-oce: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (opencascade-oce)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-11gnu: gctp: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (gctp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-08Merge branch 'master' into stagingLudovic Courtès
2019-04-08gnu: scalapack: Use 'non-copyleft' as the license.Ludovic Courtès
* gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT.
2019-04-08Merge branch 'master' into stagingMarius Bakke
2019-04-07gnu: Add clp.Ricardo Wurmus
* gnu/packages/maths.scm (clp): New variable.
2019-04-04gnu: glm: Update to 0.9.9.5.Marius Bakke
* gnu/packages/maths.scm (glm): Update to 0.9.9.5.
2019-04-02gnu: wxmaxima: Update to 19.03.1.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 19.03.1.
2019-04-01gnu: Add mlucas.Arun Isaac
* gnu/packages/maths.scm (mlucas): New variable.
2019-04-01Merge branch 'master' into stagingMarius Bakke
2019-03-27gnu: hdf-java: Adjust indentation.Ricardo Wurmus
* gnu/packages/maths.scm (hdf-java): Adjust indentation.