Age | Commit message (Collapse) | Author |
|
* gnu/packages/algebra.scm (xtensor): Update to 0.20.5.
|
|
This fixes a regression introduced in
6d3896b9fc115b03046860a9aa12966926bccf53.
* gnu/packages/algebra.scm: Use the (gnu packages bison) module.
|
|
* gnu/packages/algebra.scm (giac-xcas): Fix typo.
|
|
* gnu/packages/algebra.scm (giac): New variable.
(giac-xcas): Deprecate.
|
|
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison
and flex.
|
|
* 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.
|
|
* gnu/packages/algebra.scm (singular): Update to 4.1.2p1.
|
|
* gnu/packages/algebra.scm (eigen-for-tensorflow): New variable.
|
|
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-49.
|
|
* 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.
|
|
* gnu/packages/algebra.scm (arb): Update to 2.16.0.
|
|
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-43.
|
|
* gnu/packages/algebra.scm (gap): New variable.
|
|
|
|
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-37.
|
|
* gnu/packages/algebra.scm (fftw-openmpi)[arguments]: Add 'mpi-setup phase.
|
|
* gnu/packages/algebra.scm (flint)[arguments]: Use INVOKE in "configure"
phases.
|
|
* 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.
|
|
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-29.
|
|
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.1.
|
|
|
|
* gnu/packages/algebra.scm (kiss-fft-for-extempore)[source]: Fetch from git.
|
|
* gnu/packages/algebra.scm (arb)[source]: Fetch from git.
|
|
|
|
* gnu/packages/algebra.scm (giac-xcas): Add "doc" output.
[arguments]: Add phase to install documentation in the appropriate directory.
|
|
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-19.
|
|
|
|
* gnu/packages/algebra.scm (cmh): New variable.
|
|
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl1.
|
|
|
|
* gnu/packages/algebra.scm (fftw): Update to 3.3.8.
|
|
* gnu/packages/algebra.scm (xtensor): Update to 0.17.1.
[source]: Use git-fetch.
|
|
* gnu/packages/algebra.scm (singular): Update to 4.1.1p3.
|
|
* gnu/packages/algebra.scm (eigen): Update to 3.3.5.
[source]: Remove upstreamed ARM patch and obsolete substitutions.
* gnu/packages/patches/eigen-arm-neon-fixes.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/algebra.scm (eigen)[arguments]: Substitute INVOKE for
SYSTEM*.
|
|
* gnu/packages/algebra.scm (arb): Update to 2.14.0.
[arguments]: Substitute invoke for system*.
[license]: Change to lgpl2.1+.
|
|
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11.
|
|
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.0.
|
|
* gnu/packages/algebra.scm (arb): Update to 2.13.0.
|
|
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
|
|
|
|
* gnu/packages/algebra.scm (eigen)[source]: Do not build the tests for
unsupported features, but include the files.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
|
|
|
* gnu/packages/algebra.scm (xtensor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/algebra.scm (mpfrcx): Update to 0.5 and change licence to
lgpl3+.
|
|
This is a followup to commit 65bb22796f854cbc3eae053a80b1d64365dad376.
* gnu/packages/algebra.scm (fftw)[arguments]: In the configure-flags, avoid
two-layer quasiquotation by changing the inner quasiquote to a normal quote.
Remove "--enable-armv7a-cntvct" on 32-bit ARM, and "--enable-armv8-cntvct-el0"
on 64-bit ARM, since these generate instructions that are not normally
available from user mode. Remove "--enable-mips-zbus-timer" on MIPS, since
the needed hardware support may not be available. Add a default case to the
conditional to support unrecognized targets.
(fftwf)[arguments]: Restore the "--enable-single" flag, which was present
prior to commit 65bb22796.
|
|
|
|
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-59.
|
|
* gnu/packages/algebra.scm (fftw)[arguments]: Remove 'no-native phase; use
configure cache value instead. Add configure flags for SIMD codelets.
(fftwf)[arguments]: Add neon configuration flag for 32-bit arm.
(fftw-avx): Remove variable.
|