summaryrefslogtreecommitdiff
path: root/gnu/packages/sagemath.scm
Commit message (Collapse)AuthorAge
* gnu: brial: Update to 1.2.7.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/sagemath.scm (brial): Update to 1.2.7.
* gnu: zn-poly: Update to 0.9.2.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2.
* gnu: brial: Use the source repository as home page.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (brial)[home-page]: Use upstream repository.
* gnu: brial: Update to 1.2.6.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (brial): Update to 1.2.6.
* gnu: pynac: Update to 0.7.26.Tobias Geerinckx-Rice2019-11-03
| | | | * gnu/packages/sagemath.scm (pynac): Update to 0.7.26.
* gnu: Remove more GCC < 7 workarounds.Marius Bakke2019-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/abiword.scm (abiword)[arguments]: Do not pass "-std=c++11" to the GCC command line. * gnu/packages/aidc.scm (zbar)[arguments]: Likewise. * gnu/packages/android.scm (android-libbase, android-libcutils, android-libziparchive, fastboot)[arguments]: Likewise. * gnu/packages/audio.scm (azr3, guitarix, suil)[arguments]: Likewise. * gnu/packages/bioinformatics.scm (bless)[arguments]: Likewise. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Likewise. * gnu/packages/code.scm (rtags)[arguments]: Likewise. * gnu/packages/coq.scm (coq-gappa)[arguments]: Likewise. * gnu/packages/emulators.scm (dolphin-emu)[arguments]: Likewise. * gnu/packages/engineering.scm (xyce-serial, xyce-parallel)[arguments]: Likewise. * gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Likewise. * gnu/packages/gobby.scm (libnet6, obby)[arguments]: Likewise. * gnu/packages/graph.scm (python-faiss)[arguments]: Likewise. * gnu/packages/graphics.scm (povray)[arguments]: Likewise. * gnu/packages/image-processing.scm (opencv, itk-snap)[arguments]: Likewise. * gnu/packages/image.scm (freeimage)[arguments]: Likewise. * gnu/packages/kodi.scm (crossguid)[arguments]: Likewise. * gnu/packages/music.scm (amsynth, qmidiarp, qmidiroute, seq24)[arguments]: Likewise. * gnu/packages/pdf.scm (python-poppler-qt5)[arguments]: Likewise. * gnu/packages/sagemath.scm (lcalc)[arguments]: Likewise. * gnu/packages/video.scm (vlc, mlt, v4l-utils)[arguments]: Likewise.
* 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: zn-poly: Install all libraries.Andreas Enge2019-06-21
| | | | | * gnu/packages/sagemath.scm (zn-poly): Install the static and the dynamic library with its symlinks, and end a phase with #t.
* gnu: Add lcalc.Andreas Enge2019-06-21
| | | | | | | | | * 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.
* gnu: zn_poly: Rename to zn-poly, according to our naming conventions.Andreas Enge2019-06-20
| | | | | | | | 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.
* gnu: Add brial.Andreas Enge2019-06-19
| | | | * gnu/packages/sagemath.scm (brial): New variable.
* gnu: Add zn_poly.Andreas Enge2019-06-19
| | | | * gnu/packages/sagemath.scm (zn_poly): New variable.
* gnu: Add pynac.Andreas Enge2019-06-19
| | | | * gnu/packages/sagemath.scm (pynac): New variable.
* gnu: python-gmpy2: Update to 2.1.0b1.Andreas Enge2019-06-19
| | | | | | | 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.
* gnu: linbox: Add version 1.5.2.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (linbox-1.5.2): New variable.
* gnu: fflas-ffpack: Add version 2.3.2.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable.
* gnu: givaro: Add version 4.0.4.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
* gnu: Add libhomfly.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (libhomfly): New variable.
* gnu: Add libbraiding.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (libbraiding): New variable.
* gnu: python-cypari2: Update to 2.1.1.Andreas Enge2019-06-17
| | | | * gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.1.
* gnu: Add cliquer.Andreas Enge2019-06-17
| | | | * gnu/packages/sagemath.scm (cliquer): New variable.
* gnu: python-cypari2: Adjust indentation.Andreas Enge2019-02-17
| | | | * gnu/packages/sagemath.scm (python-cypari2): Reindent.
* gnu: python-gmpy2: Extend description.Andreas Enge2019-02-17
| | | | | | | * gnu/packages/sagemath.scm (python-gmpy2): Provide a full sentence for the description. This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9.
* gnu: python-gmpy2: Adjust indentation.Marius Bakke2019-02-17
| | | | * gnu/packages/sagemath.scm (python-gmpy2): Reindent.
* gnu: python-gmpy2: Add license.Marius Bakke2019-02-17
| | | | | | This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9. * gnu/packages/sagemath.scm (python-gmpy2)[license]: Set to LGPL3+.
* gnu: Add python-gmpy2 and python2-gmpy2.Andreas Enge2019-02-17
| | | | * gnu/packages/sagemath.scm (python-gmpy2, python2-gmpy2): New variables.
* gnu: Add python-cypari2 and python2-cypari2.Andreas Enge2019-01-31
* gnu/packages/sagemath.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new module.