~ruther/guix-local

ref: 4b512f54912eba69ea8f21ee6d2f0e7ea608ddbc guix-local/gnu/packages/maths.scm -rw-r--r-- 382.8 KiB
4b512f54 — David Elsing 2 years ago
gnu: Add suitesparse-klu.

* gnu/packages/maths.scm (suitesparse-klu): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ec2c7d2d — David Elsing 2 years ago
gnu: Add suitesparse-cxsparse.

* gnu/packages/maths.scm (suitesparse-cxsparse): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
75faca26 — David Elsing 2 years ago
gnu: Add suitesparse-cholmod.

* gnu/packages/maths.scm (suitesparse-cholmod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7c5d3592 — David Elsing 2 years ago
gnu: Add metis-suitesparse.

* gnu/packages/maths.scm (metis-suitesparse): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
95ecbdc9 — David Elsing 2 years ago
gnu: Add gklib-suitesparse.

* gnu/packages/maths.scm (gklib-suitesparse): New variable.
* gnu/packages/patches/gklib-suitesparse.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9b5dbc46 — David Elsing 2 years ago
gnu: Add metis-5.2.

* gnu/packages/maths.scm (metis-5.2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
998a7935 — David Elsing 2 years ago
gnu: Add gklib.

* gnu/packages/maths.scm (gklib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a764c7c0 — David Elsing 2 years ago
gnu: Add suitesparse-ccolamd.

* gnu/packages/maths.scm (suitesparse-ccolamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3fc3b357 — David Elsing 2 years ago
gnu: Add suitesparse-colamd.

* gnu/packages/maths.scm (suitesparse-colamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
97edef50 — David Elsing 2 years ago
gnu: Add suitesparse-camd.

* gnu/packages/maths.scm (suitesparse-camd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
913e2dd6 — David Elsing 2 years ago
gnu: Add suitesparse-btf.

* gnu/packages/maths.scm (suitesparse-btf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2eb40f8b — David Elsing 2 years ago
gnu: Add suitesparse-amd.

* gnu/packages/maths.scm (suitesparse-amd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a6fc1164 — David Elsing 2 years ago
gnu: Add suitesparse-config.

The suitesparse-source variable contains the entire SuiteSparse source code,
which is used for all subpackages.

* gnu/packages/maths.scm (suitesparse-version, suitesparse-source,
suitesparse-config): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4a368c3a — David Elsing 2 years ago
gnu: suitesparse: Tweak description.

* gnu/packages/maths.scm (suitesparse)[description]: Mention that all
subpackages are included.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e7186479 — David Elsing 2 years ago
gnu: Remove suitesparse-3.

* gnu/packages/maths.scm (suitesparse-3): Delete variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
151687a7 — David Elsing 2 years ago
gnu: scilab: Update to 2023.1.0.

* gnu/packages/maths.scm (scilab): Update to 2023.1.0.
[source] Use git-fetch.
<modules>: Add (guix build utils) and (ice-9 ftw).
<patches>: Add patch for hdf5 >= 1.10.
<snippet>: Move contents of the "scilab" directory to its parents. Remove
the other files and autogenerated files.
[native-inputs]: Add autoconf, autoconf-archive, automake, bison, eigen, flex,
libtool, ocaml and ocaml-findlib.
[inputs]: Add ocaml-num, replace hdf5-1.8 by hdf5-1.14 and suitesparse-3 by
suitesparse.
[arguments]: Remove quasiquote. Add --enable-build-parser,
--with-eigen-include=..., OCAMLC=... and OCAMLOPT=... to #:configure-flags.
<#:phases>: Add fix-ocaml-num, remove-desktop-files,
bootstrap-dynamic_link-scripts and build-parsers phases. Remove fixes for
compilation and linker errors from the pre-build phase.
[home-page]: Update URL.
[description]: Add two spaces between sentences.
[license]: Update to gpl2 and bsd-3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
962e2465 — Vinicius Monego 2 years ago
gnu: ceres: Propagate eigen and gflags.

* gnu/packages/maths.scm (ceres)[inputs]: Move eigen and gflags to ...
[propagated-inputs]: ... here.
35a00cf3 — Vinicius Monego 2 years ago
gnu: Add pagmo.

* gnu/packages/maths.scm (pagmo): New variable.
39eb0d8a — Vinicius Monego 2 years ago
gnu: Add bonmin.

* gnu/packages/maths.scm (bonmin): New variable.
5cb1766a — Vinicius Monego 2 years ago
gnu: Add cminpack.

* gnu/packages/maths.scm (cminpack): New variable.
Next