aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rust-ndarray-remove-blas-src-dep.patch
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2023-10-12 10:02:25 -0400
committerLudovic Courtès <ludo@gnu.org>2023-10-21 00:27:26 +0200
commitfed6ac2ae182597a492b17a29ed8b26986498755 (patch)
tree085d6d159f779bd4d3143add0ad9358512c7adef /gnu/packages/patches/rust-ndarray-remove-blas-src-dep.patch
parentc942f4dcaba8f44d9f89540c22825e935c5acfd1 (diff)
downloadguix-fed6ac2ae182597a492b17a29ed8b26986498755.tar.gz
guix-fed6ac2ae182597a492b17a29ed8b26986498755.zip
gnu: trilinos-for-dealii-openmpi: Fix build.
This fixes the error error: ‘std::hypot’ has not been declared caused by using an older version of gcc, but requires some patches to placate newer versions of gcc. * gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[origin]: Add patches. [native-inputs]: Remove gcc-7. * gnu/packages/patches/teuchos-remove-duplicate-using.patch: New file. * gnu/packages/patches/tpetra-remove-duplicate-using.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/rust-ndarray-remove-blas-src-dep.patch')
0 files changed, 0 insertions, 0 deletions
pan title='2023-09-28 11:44:08 +0200'>2023-09-28gnu: openssl@1.1: Upgrade replacement to 1.1.1u....Includes fixes for CVE-2023-0215, CVE-2023-0286, CVE-2023-0464, CVE-2023-0465, CVE-2023-0466, CVE-2023-2650, CVE-2022-4304, CVE-2022-4450. * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1u. Co-authored-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Ludovic Courtès 2023-09-28gnu: openssl@1.1: Really replace with fixed version....The ‘replacement’ field of ‘openssl-1.1’ was apparently lost in a previous merge commit ca. Jan. 2023; consequently, ‘openssl/fixed’ was unused. * gnu/packages/tls.scm (openssl-1.1)[replacement]: New field. Ludovic Courtès 2023-08-13gnu: libressl: Update to 3.7.3 [fixes CVE-2023-35784]....Thanks to Dennis 'GNUtoo' Carikli for <https://issues.guix.gnu.org/64982>, but upgrading to 3.8.0 breaks (at least) OpenSMTPd. * gnu/packages/tls.scm (libressl): Update to 3.7.3. Tobias Geerinckx-Rice