diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 15:32:06 -0700 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 15:33:14 -0700 |
| commit | 80469139f77f357b974af84e65c59f428dc130ea (patch) | |
| tree | 130b69776d83217e99b614115efc08f66caf4f40 /math/sundials/files/patch-src_cvodes_CMakeLists.txt | |
| parent | net/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-src_cvodes_CMakeLists.txt')
| -rw-r--r-- | math/sundials/files/patch-src_cvodes_CMakeLists.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/math/sundials/files/patch-src_cvodes_CMakeLists.txt b/math/sundials/files/patch-src_cvodes_CMakeLists.txt deleted file mode 100644 index 9cc862d4f65d..000000000000 --- a/math/sundials/files/patch-src_cvodes_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ ---- src/cvodes/CMakeLists.txt.orig 2017-11-07 23:48:01 UTC -+++ src/cvodes/CMakeLists.txt -@@ -116,6 +116,18 @@ IF(BUILD_SHARED_LIBS) - TARGET_LINK_LIBRARIES(sundials_cvodes_shared m) - ENDIF() - -+ IF(UNIX) -+ TARGET_LINK_LIBRARIES(sundials_cvodes_shared m) -+ ENDIF() -+ -+ IF(LAPACK_FOUND) -+ TARGET_LINK_LIBRARIES(sundials_cvodes_shared ${LAPACK_LIBRARIES}) -+ ENDIF() -+ -+ IF(KLU_FOUND) -+ TARGET_LINK_LIBRARIES(sundials_cvodes_shared ${KLU_LIBRARIES}) -+ ENDIF() -+ - # Set the library name and make sure it is not deleted - SET_TARGET_PROPERTIES(sundials_cvodes_shared - PROPERTIES OUTPUT_NAME sundials_cvodes CLEAN_DIRECT_OUTPUT 1) |
