aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-environment.sh
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-26 10:02:30 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-27 09:30:16 -0500
commit18c38c18989aab28a654c9e546243603690cc75e (patch)
tree358da5c1db18f9aeacbda00998619135f3710e99 /tests/guix-environment.sh
parentcfcead2e515c0dae02127e5a76496463898be6b6 (diff)
downloadguix-18c38c18989aab28a654c9e546243603690cc75e.tar.gz
guix-18c38c18989aab28a654c9e546243603690cc75e.zip
gnu: nss-certs: Sync with the sources used for nss.
* gnu/packages/certs.scm (nss-certs)[version]: Reuse nss version. [source]: Reuse nss source. [phases]{install}: Adjust for the new NSS source files hierarchy. Remove trailing #t.
Diffstat (limited to 'tests/guix-environment.sh')
0 files changed, 0 insertions, 0 deletions
Update to 2.15.5....* 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