Files
haikuports/sci-libs/superlu/patches/superlu-5.2.1.patchset
François Revol e34c95b617 Add recipe & patch for SuperLU
For now as a static lib.
2016-11-15 00:45:40 +01:00

26 lines
631 B
Plaintext

From 1b128432e354b8d9277872f7679c1ac439cb781b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= <revol@free.fr>
Date: Sun, 13 Nov 2016 03:15:05 +0100
Subject: Disable Fortran support for now
We don't really build gcc with the fortran frontend yet...
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e79ad41..3455ab7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,8 +39,8 @@ else()
endif()
enable_language(C)
-enable_language (Fortran)
-set(NOFORTRAN FALSE)
+#enable_language (Fortran)
+#set(NOFORTRAN FALSE)
set(SUPERLU_VERSION "${PROJECT_VERSION}")
set(SUPERLU_REV "${PROJECT_REV}")
--
2.7.0