summaryrefslogtreecommitdiff
path: root/math/sundials/files/patch-config_SundialsFortran90.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'math/sundials/files/patch-config_SundialsFortran90.cmake')
-rw-r--r--math/sundials/files/patch-config_SundialsFortran90.cmake15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/sundials/files/patch-config_SundialsFortran90.cmake b/math/sundials/files/patch-config_SundialsFortran90.cmake
deleted file mode 100644
index 081d9cbc4dc5..000000000000
--- a/math/sundials/files/patch-config_SundialsFortran90.cmake
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/SundialsFortran90.cmake.orig 2017-11-07 23:47:45 UTC
-+++ config/SundialsFortran90.cmake
-@@ -35,9 +35,9 @@ if(CMAKE_Fortran_COMPILER)
- (NOT "${ENV_FCFLAGS}" STREQUAL "") AND
- ("${CMAKE_Fortran_FLAGS}" STREQUAL ""))
- # check if environment variables are equal
-- IF (NOT "${ENV_FFLAGS}" STREQUAL "${ENV_FCFLAGS}")
-- PRINT_ERROR("FFLAGS='${ENV_FFLAGS}' and FCFLAGS='${ENV_FCFLAGS}' are both set but are not equal.")
-- ENDIF()
-+ #IF (NOT "${ENV_FFLAGS}" STREQUAL "${ENV_FCFLAGS}")
-+ # PRINT_ERROR("FFLAGS='${ENV_FFLAGS}' and FCFLAGS='${ENV_FCFLAGS}' are both set but are not equal.")
-+ #ENDIF()
- ENDIF()
-
- # Enable the language for next steps