summaryrefslogtreecommitdiff
path: root/math/sundials/files/patch-src_kinsol_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'math/sundials/files/patch-src_kinsol_CMakeLists.txt')
-rw-r--r--math/sundials/files/patch-src_kinsol_CMakeLists.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/math/sundials/files/patch-src_kinsol_CMakeLists.txt b/math/sundials/files/patch-src_kinsol_CMakeLists.txt
deleted file mode 100644
index 18ee03deee25..000000000000
--- a/math/sundials/files/patch-src_kinsol_CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/kinsol/CMakeLists.txt.orig 2017-11-07 23:48:14 UTC
-+++ src/kinsol/CMakeLists.txt
-@@ -110,6 +110,18 @@ IF(BUILD_SHARED_LIBS)
- TARGET_LINK_LIBRARIES(sundials_kinsol_shared m)
- ENDIF()
-
-+ IF(UNIX)
-+ TARGET_LINK_LIBRARIES(sundials_kinsol_shared m)
-+ ENDIF()
-+
-+ IF(LAPACK_FOUND)
-+ TARGET_LINK_LIBRARIES(sundials_kinsol_shared ${LAPACK_LIBRARIES})
-+ ENDIF()
-+
-+ IF(KLU_FOUND)
-+ TARGET_LINK_LIBRARIES(sundials_kinsol_shared ${KLU_LIBRARIES})
-+ ENDIF()
-+
- # Set the library name and make sure it is not deleted
- SET_TARGET_PROPERTIES(sundials_kinsol_shared
- PROPERTIES OUTPUT_NAME sundials_kinsol CLEAN_DIRECT_OUTPUT 1)