From d9c009973f61a03688f1436c37d61b30f0971f00 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 16 Mar 2024 00:40:45 -0700 Subject: =?UTF-8?q?science/quantum-espresso:=20update=206.7.0=20=E2=86=92?= =?UTF-8?q?=207.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../files/patch-cmake_GNUFortranCompiler.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 science/quantum-espresso/files/patch-cmake_GNUFortranCompiler.cmake (limited to 'science/quantum-espresso/files/patch-cmake_GNUFortranCompiler.cmake') diff --git a/science/quantum-espresso/files/patch-cmake_GNUFortranCompiler.cmake b/science/quantum-espresso/files/patch-cmake_GNUFortranCompiler.cmake new file mode 100644 index 000000000000..4062ba6f5a3c --- /dev/null +++ b/science/quantum-espresso/files/patch-cmake_GNUFortranCompiler.cmake @@ -0,0 +1,11 @@ +--- cmake/GNUFortranCompiler.cmake.orig 2024-02-29 10:18:05 UTC ++++ cmake/GNUFortranCompiler.cmake +@@ -29,7 +29,7 @@ else() + + target_link_options(qe_openmp_fortran INTERFACE "$<$:${OpenMP_Fortran_FLAGS}>") + else() +- target_compile_options(qe_openmp_fortran INTERFACE "-foffload=disable") ++ target_compile_options(qe_openmp_fortran INTERFACE "--offload=disable") + endif() + + ############################################################ -- cgit v1.2.3