summaryrefslogtreecommitdiff
path: root/gnu/packages/sagemath.scm
AgeCommit message (Collapse)Author
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: zn-poly: Install all libraries.Andreas Enge
* gnu/packages/sagemath.scm (zn-poly): Install the static and the dynamic library with its symlinks, and end a phase with #t.
2019-06-21gnu: Add lcalc.Andreas Enge
* gnu/packages/sagemath.scm (lcalc): New variable. * gnu/packages/patches/lcalc-default-parameters-1.patch, gnu/packages/patches/lcalc-default-parameters-2.patch, gnu/packages/patches/lcalc-lcommon-h.patch, gnu/packages/patches/lcalc-using-namespace-std.patch: New files. * gnu/local.mk (dist_patch_DATA): Register patches.
2019-06-20gnu: zn_poly: Rename to zn-poly, according to our naming conventions.Andreas Enge
Reported by Nicolas Goaziou <mail@nicolasgoaziou.fr>. This is a follow-up to commit 01822e3ebf24031d6438fc4e7ad3a869ea12fdf4. * gnu/packages/sagemath.scm (zn_poly): Rename to... * gnu/packages/sagemath.scm (zn-poly): ...this.
2019-06-19gnu: Add brial.Andreas Enge
* gnu/packages/sagemath.scm (brial): New variable.
2019-06-19gnu: Add zn_poly.Andreas Enge
* gnu/packages/sagemath.scm (zn_poly): New variable.
2019-06-19gnu: Add pynac.Andreas Enge
* gnu/packages/sagemath.scm (pynac): New variable.
2019-06-19gnu: python-gmpy2: Update to 2.1.0b1.Andreas Enge
The gmpy2 package has become a standard package in sage-8.7, and the latest stable release is too old. * gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.0b1.
2019-06-18gnu: linbox: Add version 1.5.2.Andreas Enge
* gnu/packages/sagemath.scm (linbox-1.5.2): New variable.
2019-06-18gnu: fflas-ffpack: Add version 2.3.2.Andreas Enge
* gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable.
2019-06-18gnu: givaro: Add version 4.0.4.Andreas Enge
* gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
2019-06-18gnu: Add libhomfly.Andreas Enge
* gnu/packages/sagemath.scm (libhomfly): New variable.
2019-06-18gnu: Add libbraiding.Andreas Enge
* gnu/packages/sagemath.scm (libbraiding): New variable.
2019-06-17gnu: python-cypari2: Update to 2.1.1.Andreas Enge
* gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.1.
2019-06-17gnu: Add cliquer.Andreas Enge
* gnu/packages/sagemath.scm (cliquer): New variable.
2019-02-17gnu: python-cypari2: Adjust indentation.Andreas Enge
* gnu/packages/sagemath.scm (python-cypari2): Reindent.
2019-02-17gnu: python-gmpy2: Extend description.Andreas Enge
* gnu/packages/sagemath.scm (python-gmpy2): Provide a full sentence for the description. This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9.
2019-02-17gnu: python-gmpy2: Adjust indentation.Marius Bakke
* gnu/packages/sagemath.scm (python-gmpy2): Reindent.
2019-02-17gnu: python-gmpy2: Add license.Marius Bakke
This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9. * gnu/packages/sagemath.scm (python-gmpy2)[license]: Set to LGPL3+.
2019-02-17gnu: Add python-gmpy2 and python2-gmpy2.Andreas Enge
* gnu/packages/sagemath.scm (python-gmpy2, python2-gmpy2): New variables.
2019-01-31gnu: Add python-cypari2 and python2-cypari2.Andreas Enge
* gnu/packages/sagemath.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new module.