summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
AgeCommit message (Collapse)Author
2019-07-08gnu: cmh: Fix build.Tobias Geerinckx-Rice
This follows up on commit 1de48e8f8afec23847458c533d2fae0d69d8942a. * gnu/packages/algebra.scm (fplll-4-cmh): New variable. (cmh)[inputs]: Use it.
2019-07-02gnu: giac: Update to 1.5.0-61.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.5.0-61.
2019-06-21gnu: Move ratpoints into "sagemath.scm"Nicolas Goaziou
* gnu/packages/algebra.scm (ratpoints): Move package from here... * gnu/packages/sagemath.scm (ratpoints): ... to here.
2019-06-21gnu: ratpoints: Generate position-independent code.Andreas Enge
* gnu/packages/algebra.scm (ratpoints): Add "CCFLAGS=-fPIC" to make flags.
2019-06-21gnu: symmetrica: Generate position-independent code.Andreas Enge
* gnu/packages/algebra.scm (symmetrica): Add -fPIC compiler flag.
2019-06-21gnu: iml: Enable shared library.Andreas Enge
* gnu/packages/algebra.scm (iml): Add configure flag --enable-shared.
2019-06-21gnu: lrcalc: Add a patch for identifying include files.Andreas Enge
* gnu/packages/patches/lrcalc-includes.patch: New file. * gnu/packages/algebra.scm (lrcalc): Use patch. * gnu/local.mk (dist_patch_DATA): Register patch.
2019-06-20gnu: Add iml.Andreas Enge
* gnu/packages/algebra.scm (iml): New variable.
2019-06-20gnu: Add lrcalc.Andreas Enge
* gnu/packages/algebra.scm (lrcalc): New variable.
2019-06-20gnu: Add eclib.Andreas Enge
* gnu/packages/algebra.scm (eclib): New variable.
2019-06-20gnu: Add m4rie.Andreas Enge
* gnu/packages/algebra.scm (m4rie): New variable.
2019-06-20gnu: Add python-fpylll.Nicolas Goaziou
* gnu/packages/algebra.scm (python-fpylll): New variable.
2019-06-20gnu: fplll: Update to 5.2.1.Nicolas Goaziou
* 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.
2019-06-20gnu: Add symmetrica.Nicolas Goaziou
* 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.
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 m4ri.Andreas Enge
* gnu/packages/algebra.scm (m4ri): New variable.
2019-06-19gnu: Add gf2x.Andreas Enge
* gnu/packages/algebra.scm (gf2x): New variable.
2019-06-18gnu: Add linbox.Andreas Enge
* gnu/packages/algebra.scm (linbox): New variable.
2019-06-18gnu: Add fflas-ffpack.Andreas Enge
* gnu/packages/algebra.scm (fflas-ffpack): New variable.
2019-06-18gnu: Add givaro.Andreas Enge
* gnu/packages/algebra.scm (givaro): New variable.
2019-06-17gnu: gap: Update to 4.10.1.Andreas Enge
* 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.
2019-06-02gnu: giac: Update to 1.5.0-57.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.5.0-57.
2019-05-11gnu: xtensor: Update to 0.20.5.Tobias Geerinckx-Rice
* gnu/packages/algebra.scm (xtensor): Update to 0.20.5.
2019-04-28gnu: Fix missing bison package in (gnu packages algebra).Christopher Baines
This fixes a regression introduced in 6d3896b9fc115b03046860a9aa12966926bccf53. * gnu/packages/algebra.scm: Use the (gnu packages bison) module.
2019-04-28gnu: Fix typo.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Fix typo.
2019-04-28gnu: giac-xcas: Rename to "giac" to match upstream name.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate.
2019-04-28gnu: giac-xcas: Add inputs.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex.
2019-04-28gnu: giac-xcas: Fix documentation.Nicolas Goaziou
* 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.
2019-04-16gnu: singular: Update to 4.1.2p1.Tobias Geerinckx-Rice
* gnu/packages/algebra.scm (singular): Update to 4.1.2p1.
2019-04-08gnu: Add eigen-for-tensorflow.Ricardo Wurmus
* gnu/packages/algebra.scm (eigen-for-tensorflow): New variable.
2019-04-04gnu: giac-xcas: Update to 1.5.0-49.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-49.
2019-03-19gnu: Add python-flint.Andreas Enge
* 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.
2019-03-18gnu: arb: Update to 2.16.0.Andreas Enge
* gnu/packages/algebra.scm (arb): Update to 2.16.0.
2019-02-28gnu: giac-xcas: Update to 1.5.0-43.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-43.
2019-02-17gnu: Add gap.Andreas Enge
* gnu/packages/algebra.scm (gap): New variable.
2019-02-02Update copyright header.Nicolas Goaziou
2019-02-02gnu: giac-xcas: Update to 1.5.0-37.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-37.
2019-01-31gnu: fftw-openmpi: Setup MPI for tests.Eric Bavier
* gnu/packages/algebra.scm (fftw-openmpi)[arguments]: Add 'mpi-setup phase.
2019-01-24gnu: flint: Unconditionally return #T from build phases.Ricardo Wurmus
* gnu/packages/algebra.scm (flint)[arguments]: Use INVOKE in "configure" phases.
2019-01-24gnu: pari-gp: Address TeX errors.Ricardo Wurmus
* 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.
2018-12-29gnu: giac-xcas: Update to 1.5.0-29.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-29.
2018-12-04gnu: pari-gp: Update to 2.11.1.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.1.
2018-12-03Merge branch 'core-updates'Ludovic Courtès
2018-11-29gnu: kiss-fft-for-extempore: Fetch sources from git.Ricardo Wurmus
* gnu/packages/algebra.scm (kiss-fft-for-extempore)[source]: Fetch from git.
2018-11-29gnu: arb: Fetch sources from git.Ricardo Wurmus
* gnu/packages/algebra.scm (arb)[source]: Fetch from git.
2018-11-24Merge branch 'master' into core-updatesMarius Bakke
2018-11-22gnu: giac-xcas: Add a "doc" outputNicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Add "doc" output. [arguments]: Add phase to install documentation in the appropriate directory.
2018-11-22gnu: giac-xcas: Update to 1.5.0-19.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-19.
2018-11-20Merge branch 'master' into core-updatesMarius Bakke
2018-11-16gnu: Add cmh.Andreas Enge
* gnu/packages/algebra.scm (cmh): New variable.