commit:     f5230544d0b35f02b6953606d307e253c6f6ec51
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 23 17:23:16 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 23 19:14:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5230544

llvm-runtimes/openmp: Disable Fortran tests for now

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild 
b/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild
index 660381879538..e0aff8a1bafd 100644
--- a/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild
+++ b/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild
@@ -78,6 +78,9 @@ multilib_src_configure() {
 
                -DOPENMP_TEST_C_COMPILER="$(type -P "${CHOST}-clang")"
                -DOPENMP_TEST_CXX_COMPILER="$(type -P "${CHOST}-clang++")"
+               # disable Fortran tests for now
+               # (TODO: enable where we have flang keyworded)
+               -DOPENMP_TEST_Fortran_COMPILER=
        )
        cmake_src_configure
 }

Reply via email to