From 25157d5097afc35aafa55a286d244fcf8d48597e Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Mon, 27 Feb 2023 23:38:53 +0000 Subject: sci-libs/lapack: Fix cross-compiling by disabling Fortran compiler tests Upstream has already decided to disable these tests by default in the next release for this and other reasons. Signed-off-by: James Le Cuirot --- sci-libs/lapack/lapack-3.11.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/lapack/lapack-3.11.ebuild b/sci-libs/lapack/lapack-3.11.ebuild index d6b016878d7d..c13b5b123b6d 100644 --- a/sci-libs/lapack/lapack-3.11.ebuild +++ b/sci-libs/lapack/lapack-3.11.ebuild @@ -44,6 +44,9 @@ src_configure() { -DBUILD_DEPRECATED=$(usex deprecated) -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=$(usex test) + + # Breaks cross, will default to OFF in next release. + -DTEST_FORTRAN_COMPILER=OFF ) cmake_src_configure -- cgit v1.2.3-65-gdbad