Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lapack/
Date: Sat, 18 Mar 2023 21:37:00
Message-Id: 1679175392.25157d5097afc35aafa55a286d244fcf8d48597e.chewi@gentoo
1 commit: 25157d5097afc35aafa55a286d244fcf8d48597e
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 23:38:53 2023 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 21:36:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25157d50
7
8 sci-libs/lapack: Fix cross-compiling by disabling Fortran compiler tests
9
10 Upstream has already decided to disable these tests by default in the
11 next release for this and other reasons.
12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 sci-libs/lapack/lapack-3.11.ebuild | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/sci-libs/lapack/lapack-3.11.ebuild b/sci-libs/lapack/lapack-3.11.ebuild
19 index d6b016878d7d..c13b5b123b6d 100644
20 --- a/sci-libs/lapack/lapack-3.11.ebuild
21 +++ b/sci-libs/lapack/lapack-3.11.ebuild
22 @@ -44,6 +44,9 @@ src_configure() {
23 -DBUILD_DEPRECATED=$(usex deprecated)
24 -DBUILD_SHARED_LIBS=ON
25 -DBUILD_TESTING=$(usex test)
26 +
27 + # Breaks cross, will default to OFF in next release.
28 + -DTEST_FORTRAN_COMPILER=OFF
29 )
30
31 cmake_src_configure