summaryrefslogtreecommitdiff
path: root/math/sundials/files/patch-config_SundialsSuperLUMT.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_SundialsSuperLUMT.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_SundialsSuperLUMT.cmake')
-rw-r--r--math/sundials/files/patch-config_SundialsSuperLUMT.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/sundials/files/patch-config_SundialsSuperLUMT.cmake b/math/sundials/files/patch-config_SundialsSuperLUMT.cmake
deleted file mode 100644
index 2b0a1670ab19..000000000000
--- a/math/sundials/files/patch-config_SundialsSuperLUMT.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/SundialsSuperLUMT.cmake.orig 2017-12-28 04:44:39 UTC
-+++ config/SundialsSuperLUMT.cmake
-@@ -61,7 +61,7 @@ if(SUPERLUMT_LIBRARY AND SUPERLUMT_LIBRA
- "}\n")
-
- # Attempt to link the "ltest" executable
-- try_compile(LTEST_OK ${SUPERLUMT_TEST_DIR} ${SUPERLUMT_TEST_DIR} ltest OUTPUT_VARIABLE MY_OUTPUT)
-+ try_compile(LTEST_OK ${SUPERLUMT_TEST_DIR} ${SUPERLUMT_TEST_DIR} LINK_DIRECTORIES ${FREEBSD_GCC_DIR} ltest OUTPUT_VARIABLE MY_OUTPUT)
-
- # To ensure we do not use stuff from the previous attempts,
- # we must remove the CMakeFiles directory.