summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
Commit message (Collapse)AuthorAge
* algebra.scm: Add a copyright lineJakub Kądziołka2020-03-29
| | | | This is a follow-up to commit d96ad7fa1dcb12082db1acc07876f1ff219489df.
* gnu: ntl: Update to 11.4.3.Jakub Kądziołka2020-03-29
| | | | | | | | | | | | | * gnu/packages/algebra.scm (ntl): Update to 11.4.3. [source], [home-page]: Use https URL. [source](snippet): Remove bundled libtool. [inputs]: Add gf2x. [arguments](configure): Use invoke insteam of system*. Remove the no longer supported WIZARD argument. Add a LIBTOOL parameter, since it's now required. Enable building with gf2x. Pass the paths to dependencies explicitly. (eclib)[inputs]: Remove the transitive dependency on gmp, which is now handled automatically by libtool.
* gnu: Remove packages deprecated for over a year.Tobias Geerinckx-Rice2020-03-29
| | | | | * gnu/packages/admin.scm (intel-gpu-tools): Remove variable. * gnu/packages/algebra.scm (giac-xcas): Likewise.
* gnu: eigen: Update to 3.3.7.Tobias Geerinckx-Rice2020-03-17
| | | | | | | * gnu/packages/algebra.scm (eigen): Update to 3.3.7. [source]: Add a patch to fix a test failure. * gnu/packages/patches/eigen-stabilise-sparseqr-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: java-jlargearrays: Update source URI.Björn Höfling2020-03-10
| | | | * gnu/packages/algebra.scm (java-jlargearrays)[source]: Update URI.
* gnu: java-jtransforms: Update source URI.Björn Höfling2020-03-10
| | | | * gnu/packages/algebra.scm (java-jtransforms)[source]: Update URI.
* gnu: lrcalc: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-01
| | | | * gnu/packages/algebra.scm (lrcalc)[home-page]: Use HTTPS.
* gnu: giac: Update to 1.5.0-87.Nicolas Goaziou2020-03-01
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-87.
* gnu: Follow multiprecision.org subdomain redirections.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/algebra.scm (mpfrcx, cm)[home-page]: Follow permanent redirections.
* gnu: giac: Update to 1.5.0-85.Nicolas Goaziou2019-12-30
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-85.
* gnu: giac: Update to 1.5.0-75.Nicolas Goaziou2019-12-01
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-75.
* gnu: Add 'file-name' where appropriate.Efraim Flashner2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (detox, neofetch), gnu/packages/algebra.scm (python-fpylll), gnu/packages/bioinformatics.scm (tbsp, genrich), gnu/packages/crypto.scm (hpenc), gnu/packages/digest.scm (xxhash), gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode, emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode, emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm, emacs-gif-screencast, emacs-exec-path-from-shell), gnu/packages/engineering.scm (gpx), gnu/packages/freedesktop.scm (waylandpp), gnu/packages/golang.scm (go-github-com-sirupsen-logrus, go-github-com-shirou-gopsutil), gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language, jupyter-guile-kernel), gnu/packages/image-viewers.scm (qview), gnu/packages/java-maths.scm (java-jblas), gnu/packages/llvm.scm (libclc), gnu/packages/logging.scm (spdlog), gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith), gnu/packages/terminals.scm (libtsm), gnu/packages/tigervnc.scm (tigervnc-client), gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name.
* gnu: xtensor: Update to 0.20.10.Tobias Geerinckx-Rice2019-11-03
| | | | * gnu/packages/algebra.scm (xtensor): Update to 0.20.10.
* gnu: arb: Update to 2.17.0.Tobias Geerinckx-Rice2019-10-30
| | | | | * gnu/packages/algebra.scm (arb): Update to 2.17.0. [home-page]: Replace with a working one.
* gnu: giac: Update to 1.5.0-69.Tobias Geerinckx-Rice2019-10-25
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-69.
* gnu: giac: Update to 1.5.0-65.Nicolas Goaziou2019-09-29
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-65.
* gnu: xtensor: Use HTTPS home page.Tobias Geerinckx-Rice2019-09-28
| | | | * gnu/packages/algebra.scm (xtensor)[home-page]: Use HTTPS.
* gnu: xtensor: Update to 0.20.9.Tobias Geerinckx-Rice2019-09-28
| | | | * gnu/packages/algebra.scm (xtensor): Update to 0.20.9.
* gnu: eclib: Update to 20190909.Tobias Geerinckx-Rice2019-09-10
| | | | * gnu/packages/algebra.scm (eclib): Update to 20190909.
* 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.