summaryrefslogtreecommitdiff
path: root/math/sundials/files/patch-config_SundialsFortran90.cmake
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-27 15:32:06 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-27 15:33:14 -0700
commit80469139f77f357b974af84e65c59f428dc130ea (patch)
tree130b69776d83217e99b614115efc08f66caf4f40 /math/sundials/files/patch-config_SundialsFortran90.cmake
parentnet/mosquitto: update rc.d script to fix mosquitto_pidfile override (diff)
math/octave: Update 3.1.2 -> 5.7.0
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