aboutsummaryrefslogtreecommitdiff
path: root/gnu/home
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-04-18 22:58:02 +0100
committerLeo Famulari <leo@famulari.name>2023-04-18 19:50:56 -0400
commitcd6abb5de53ddbb368e644e0899bc0f8edb9bf58 (patch)
tree1d91c81caf7cf5ac842ae0aa7635f8fd028d8d6c /gnu/home
parentbb721d88618d93d38aa5dfc33629e223c8b1c884 (diff)
downloadguix-cd6abb5de53ddbb368e644e0899bc0f8edb9bf58.tar.gz
guix-cd6abb5de53ddbb368e644e0899bc0f8edb9bf58.zip
gnu: calcmysky: Update to 0.3.0.
* gnu/packages/astronomy.scm (calcmysky): Update to 0.3.0. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/home')
0 files changed, 0 insertions, 0 deletions
class='msg-avail'>...* gnu/packages/algebra.scm (pari-gp): Update to 2.15.5. Change-Id: I1facc04b52153b924f4575725404eab4477dad9f Andreas Enge 2024-04-04gnu: giac: Switch to openblas....* gnu/packages/algebra.scm (giac): Switch input dependency from lapack to openblas. Change-Id: I1ba95b5b606baf3192fdd3f651c9a74ab6e820c1 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE 2024-03-29gnu: fftw-cmake: New Variables....This is a clone of the fftw function, but uses cmake to build in order for the FFTW3LibraryDepends.cmake file to be built, neccesary for packages with cmake builds that depend on fftw3. See: https://bugzilla.redhat.com/show_bug.cgi?id=1729652#c5 This variable inherits from the existing fftw3 in order to not break any downstream packages that make use of the target optimizations given by the gnu build. * gnu/packages/algebra.scm (fftw-cmake): New variable. Change-Id: Idb06f86031123de3b2621953a385f4f57d9b5cc5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Mehmet Tekman 2024-03-17gnu: giac: Update to 1.9.0-93....* gnu/packages/algebra.scm (giac): Update to 1.9.0-93. Change-Id: I04edd98fc1f0573f4100e7cdbe94eeaee0ab93e2 Nicolas Goaziou 2024-02-26gnu: Add paritwine....* gnu/packages/algebra.scm (paritwine): New variable. Change-Id: If2a55dd4a42d4d27a67249bd11592635ade20351 Andreas Enge 2024-02-26gnu: cm: Update to 0.4.3....* gnu/packages/algebra.scm (cm): Update to 0.4.3. [inputs]: Add flint. Change-Id: Icb1a01a2abcdf6a0685503a0d032a21b42d464d6 Andreas Enge 2024-01-26gnu: arb: Deprecate package....* gnu/packages/algebra.scm (arb): Deprecate in favor of flint, of which it is now a part. Change-Id: I02ee2110e77c582b8daf70502f7092eba7c44547 Andreas Enge 2024-01-26gnu: python-flint: Update to 0.5.0 and build with flint@3....* gnu/packages/patches/python-flint-includes.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister file. * gnu/packages/algebra.scm (python-flint): Update to 0.5.0. [source]: Drop patch. [inputs]: Drop arb. [native-inputs]: Use python-cython-3. Change-Id: I5fa9b201efff76e16f957aee0ebcd453ea823e69 Andreas Enge 2024-01-26gnu: flint: Update to 3.0.1....* gnu/packages/algebra.scm (flint): Update to 3.0.1. [arguments]: Remove obsolete phase additions. Change-Id: Iebac9d3a0b1e19147df9402d522c55cb168148d7 Andreas Enge 2024-01-24gnu: singular: Update to 4.3.2p10....* gnu/packages/algebra.scm (singular): Update to 4.3.2p10. Change-Id: I196d31e3f5605dd51385146ce091d63a4e9eb340 Andreas Enge 2024-01-19gnu: symengine: Update to 0.11.2....* gnu/packages/algebra.scm (symengine): Update to 0.11.2. Change-Id: I34c24dd8591e306a7740f0a3d51077aceec67fab Vinicius Monego 2023-12-25gnu: Adjust to removing ed.scm and nano.scm...This is a follow-up to f6817e71dff7d0d9fdb55db8b85a1d3d04e2bf5a and e11e65a9ad08e18ea2faac3c9f4639a7b189bf76. * gnu/installer.scm, gnu/packages/algebra.scm, gnu/packages/base.scm, gnu/packages/cook.scm, gnu/packages/lisp.scm, gnu/packages/patchutils.scm, gnu/packages/version-control.scm, gnu/packages/web-browsers.scm, gnu/system.scm: Adjust module imports. Change-Id: I25e5519fa003c35a14b81c3dda37b24527858634 Efraim Flashner 2023-11-26gnu: fftw: Update to 3.3.10...* gnu/packages/algebra.scm (fftw): Update to 3.3.10 Change-Id: Icd6e199aa4e863f0d5c0883326a02e2991b811d3 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> mtekman