summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
Commit message (Collapse)AuthorAge
...
* Merge remote-tracking branch 'origin/master' into wip-texliveRicardo Wurmus2019-08-06
|\
| * gnu: giac: Update to 1.5.0-63.Nicolas Goaziou2019-08-02
| | | | | | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-63.
* | gnu: Replace uses of texlive-*-amsfonts.Ricardo Wurmus2019-07-24
|/ | | | | | | | | | | | | * gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-fonts-amsfonts and texlive-latex-amsfonts with texlive-amsfonts in texlive-union. * gnu/packages/docbook.scm (dblatex)[inputs]: Same. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Same. * gnu/packages/python-xyz.scm (python-numpy-documentation, python-matplotlib-documentation, python-ipython-documentation) [native-inputs]: Same. * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Same. * gnu/packages/tex.scm (teximpatient)[native-inputs]: Same.
* gnu: gap: Update to 4.10.2.Tobias Geerinckx-Rice2019-07-16
| | | | * gnu/packages/algebra.scm (gap): Update to 4.10.2.
* gnu: pari-gp: Update to 2.11.2.Tobias Geerinckx-Rice2019-07-16
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.11.2.
* gnu: gp2c: Update to 0.0.11pl2.Tobias Geerinckx-Rice2019-07-16
| | | | * gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl2.
* gnu: cmh: Fix build.Tobias Geerinckx-Rice2019-07-08
| | | | | | | This follows up on commit 1de48e8f8afec23847458c533d2fae0d69d8942a. * gnu/packages/algebra.scm (fplll-4-cmh): New variable. (cmh)[inputs]: Use it.
* gnu: giac: Update to 1.5.0-61.Nicolas Goaziou2019-07-02
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-61.
* gnu: Move ratpoints into "sagemath.scm"Nicolas Goaziou2019-06-21
| | | | | * gnu/packages/algebra.scm (ratpoints): Move package from here... * gnu/packages/sagemath.scm (ratpoints): ... to here.
* gnu: ratpoints: Generate position-independent code.Andreas Enge2019-06-21
| | | | * gnu/packages/algebra.scm (ratpoints): Add "CCFLAGS=-fPIC" to make flags.
* gnu: symmetrica: Generate position-independent code.Andreas Enge2019-06-21
| | | | * gnu/packages/algebra.scm (symmetrica): Add -fPIC compiler flag.
* gnu: iml: Enable shared library.Andreas Enge2019-06-21
| | | | * gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
* gnu: lrcalc: Add a patch for identifying include files.Andreas Enge2019-06-21
| | | | | | * gnu/packages/patches/lrcalc-includes.patch: New file. * gnu/packages/algebra.scm (lrcalc): Use patch. * gnu/local.mk (dist_patch_DATA): Register patch.
* gnu: Add iml.Andreas Enge2019-06-20
| | | | * gnu/packages/algebra.scm (iml): New variable.
* gnu: Add lrcalc.Andreas Enge2019-06-20
| | | | * gnu/packages/algebra.scm (lrcalc): New variable.
* gnu: Add eclib.Andreas Enge2019-06-20
| | | | * gnu/packages/algebra.scm (eclib): New variable.
* gnu: Add m4rie.Andreas Enge2019-06-20
| | | | * gnu/packages/algebra.scm (m4rie): New variable.
* gnu: Add python-fpylll.Nicolas Goaziou2019-06-20
| | | | * gnu/packages/algebra.scm (python-fpylll): New variable.
* gnu: fplll: Update to 5.2.1.Nicolas Goaziou2019-06-20
| | | | | | | | * gnu/packages/algebra.scm (fplll): Update to 5.2.1. [source]: Use Github tagged release: the original tarball no longer exists. [native-inputs]: Add Autoconf and al. [homepage]: Update it, the previous one no longer exists. [description]: Expound description.
* gnu: Add symmetrica.Nicolas Goaziou2019-06-20
| | | | | | | | | * gnu/packages/algebra.scm (symmetrica): New variable. * gnu/packages/patches/symmetrica-bruch.patch: * gnu/packages/patches/symmetrica-int32.patch: * gnu/packages/patches/symmetrica-return_values.patch: * gnu/packages/patches/symmetrica-sort_sum_rename.patch: New files. * gnu/local.mk (dist_patch_DATA): Add patches.
* gnu: Move ratpoints into a different module.Nicolas Goaziou2019-06-20
| | | | | * gnu/packages/maths.scm (ratpoints): Move... * gnu/packages/algebra.scm: ...here.
* gnu: Add m4ri.Andreas Enge2019-06-19
| | | | * gnu/packages/algebra.scm (m4ri): New variable.
* gnu: Add gf2x.Andreas Enge2019-06-19
| | | | * gnu/packages/algebra.scm (gf2x): New variable.
* gnu: Add linbox.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (linbox): New variable.
* gnu: Add fflas-ffpack.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (fflas-ffpack): New variable.
* gnu: Add givaro.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (givaro): New variable.
* gnu: gap: Update to 4.10.1.Andreas Enge2019-06-17
| | | | | | | | * gnu/packages/algebra.scm (gap): Update to 4.10.1. Install headers and library files by hand, since the make targets have disappeared. Delete the special check phase, since the "make check" target has appeared. Remove a package that is no longer recommended, and enable two recommended packages with clarified licenses.
* gnu: giac: Update to 1.5.0-57.Nicolas Goaziou2019-06-02
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-57.
* gnu: xtensor: Update to 0.20.5.Tobias Geerinckx-Rice2019-05-11
| | | | * gnu/packages/algebra.scm (xtensor): Update to 0.20.5.
* gnu: Fix missing bison package in (gnu packages algebra).Christopher Baines2019-04-28
| | | | | | | This fixes a regression introduced in 6d3896b9fc115b03046860a9aa12966926bccf53. * gnu/packages/algebra.scm: Use the (gnu packages bison) module.
* gnu: Fix typo.Nicolas Goaziou2019-04-28
| | | | * gnu/packages/algebra.scm (giac-xcas): Fix typo.
* gnu: giac-xcas: Rename to "giac" to match upstream name.Nicolas Goaziou2019-04-28
| | | | | * gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate.
* gnu: giac-xcas: Add inputs.Nicolas Goaziou2019-04-28
| | | | | * gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex.
* gnu: giac-xcas: Fix documentation.Nicolas Goaziou2019-04-28
| | | | | | | | * gnu/packages/algebra.scm (giac-xcas): Use a single output. Fix licensing issues in documentation. Xcas expects documentation to be located at a fixed location, not compatible with a "doc" output.
* gnu: singular: Update to 4.1.2p1.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/algebra.scm (singular): Update to 4.1.2p1.
* gnu: Add eigen-for-tensorflow.Ricardo Wurmus2019-04-08
| | | | * gnu/packages/algebra.scm (eigen-for-tensorflow): New variable.
* gnu: giac-xcas: Update to 1.5.0-49.Nicolas Goaziou2019-04-04
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-49.
* gnu: Add python-flint.Andreas Enge2019-03-19
| | | | | | * gnu/packages/algebra.scm (python-flint): New variable. * gnu/packages/patches/python-flint-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch.
* gnu: arb: Update to 2.16.0.Andreas Enge2019-03-18
| | | | * gnu/packages/algebra.scm (arb): Update to 2.16.0.
* gnu: giac-xcas: Update to 1.5.0-43.Nicolas Goaziou2019-02-28
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-43.
* gnu: Add gap.Andreas Enge2019-02-17
| | | | * gnu/packages/algebra.scm (gap): New variable.
* Update copyright header.Nicolas Goaziou2019-02-02
|
* gnu: giac-xcas: Update to 1.5.0-37.Nicolas Goaziou2019-02-02
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-37.
* gnu: fftw-openmpi: Setup MPI for tests.Eric Bavier2019-01-31
| | | | * gnu/packages/algebra.scm (fftw-openmpi)[arguments]: Add 'mpi-setup phase.
* gnu: flint: Unconditionally return #T from build phases.Ricardo Wurmus2019-01-24
| | | | | * gnu/packages/algebra.scm (flint)[arguments]: Use INVOKE in "configure" phases.
* gnu: pari-gp: Address TeX errors.Ricardo Wurmus2019-01-24
| | | | | | * gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-tiny with texlive-union of texlive-fonts-amsfonts and texlive-latex-amsfonts. [arguments]: Use INVOKE in configure phase.
* gnu: giac-xcas: Update to 1.5.0-29.Nicolas Goaziou2018-12-29
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-29.
* gnu: pari-gp: Update to 2.11.1.Andreas Enge2018-12-04
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.11.1.
* Merge branch 'core-updates'Ludovic Courtès2018-12-03
|\
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-24
| |\