From 0113c4c9eb49e26aee006787c9564c1165909926 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Mar 2024 13:06:09 +0000 Subject: gentoo auto-resync : 06:03:2024 - 13:06:09 --- sci-libs/scalapack/Manifest | 2 +- sci-libs/scalapack/scalapack-2.1.0.ebuild | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'sci-libs/scalapack') diff --git a/sci-libs/scalapack/Manifest b/sci-libs/scalapack/Manifest index e10ca51143f3..fb30be7ba563 100644 --- a/sci-libs/scalapack/Manifest +++ b/sci-libs/scalapack/Manifest @@ -1,4 +1,4 @@ DIST scalapack-2.1.0-gcc10.patch 231026 BLAKE2B dacecca8307cd2bf7a20e6453fb17bc1f5a3f2926b6d8f3b89f7f8d34993368574804f0427f228de4525f2b2d73105de561588ba5a4d2fb609d5ed035f51ddc9 SHA512 a11057599639c167e907f8e4d45204174fd326e2ffb9e2d05533db23d8e2dd8cfc1d37f06d5502baa3d5714092fbf4638cf4d9fea84ca9d4fb150e21cc57861e DIST scalapack-2.1.0.tgz 5307441 BLAKE2B 4aea055fc3e437bce7108d1555e93c50109bcfe84354903fd711509eedbe686349fda4030e2fa70faf1a9e7e3255e46e48c32b96a2916af6812b8aebceb750c2 SHA512 0e77fb535ebcc28e2d97499ef4bd5161f76ca0ba4a3e308c26ce5071cfc4be4f3814262f3fb38f378ce0b5b31c0913432fea00a1e9e3f7717b853d1182bdf5b4 -EBUILD scalapack-2.1.0.ebuild 1790 BLAKE2B 33a3d322d9179bc605a8176b4d397582b20b48ae70a0498c572ccb5d0e4ab1bfdff0dfa8a3ab47fccdbeface73f961c1a6d81430f466782d27a48c1ba2897f2f SHA512 678787f939291807aad976e97d6e01f2ae154c05c888d57c958d3b6bfed4be5bdf50cb4a7dfc8da37fc9d3186c8a434a407eb6e8db2c32063902d03fd7ed6bb7 +EBUILD scalapack-2.1.0.ebuild 2012 BLAKE2B 62162e5b8edb227b33f2d29e09fe97ae932a606563112075b171d2aab1d205751ff77ebc9376603c0e71ab9ca8fd53f203cf47ae3989428a343dc55fbb4ab2ab SHA512 2063c41101a86dc3f7a84a4fc465a3c13400d484d1ba64d5b411e147df348cea93f87ce7ef81e64ec8fd05edf4df15d4f746f2401a83b8914dc390288ad96931 MISC metadata.xml 663 BLAKE2B 1ee0fc27d42f7a31f6cd38f7c4af6ac8a9010c40c2460409bb2e8885fb29c8c4345da17465a7b730d819712ed0b5324798de8b1e0ac6731928ba1f20ec78778f SHA512 bc348c99f67c4bec37415a716093d1dbdc429e1923b8850af8c4c23c801377296cac49764bae89fb8d3b5e403b37d995f06f127573cb9681e7caf4a20655c051 diff --git a/sci-libs/scalapack/scalapack-2.1.0.ebuild b/sci-libs/scalapack/scalapack-2.1.0.ebuild index e102c27d3b80..843d2ff0d166 100644 --- a/sci-libs/scalapack/scalapack-2.1.0.ebuild +++ b/sci-libs/scalapack/scalapack-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake fortran-2 toolchain-funcs +inherit cmake flag-o-matic fortran-2 toolchain-funcs GCC10_PATCH_HASH="bc6cad585362aa58e05186bb85d4b619080c45a9" @@ -39,6 +39,14 @@ src_prepare() { } src_configure() { + # -Werror=strict-aliasing + # https://bugs.gentoo.org/862924 + # https://github.com/Reference-ScaLAPACK/scalapack/issues/95 + # + # Do not trust it for LTO either. + append-flags -fno-strict-aliasing + filter-lto + scalapack_configure() { local mycmakeargs=( -DUSE_OPTIMIZED_LAPACK_BLAS=ON -- cgit v1.2.3