From 80469139f77f357b974af84e65c59f428dc130ea Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 27 Aug 2021 15:32:06 -0700 Subject: math/octave: Update 3.1.2 -> 5.7.0 --- math/sundials/files/patch-src_ida_CMakeLists.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 math/sundials/files/patch-src_ida_CMakeLists.txt (limited to 'math/sundials/files/patch-src_ida_CMakeLists.txt') diff --git a/math/sundials/files/patch-src_ida_CMakeLists.txt b/math/sundials/files/patch-src_ida_CMakeLists.txt deleted file mode 100644 index b44f0c2b63a6..000000000000 --- a/math/sundials/files/patch-src_ida_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ ---- src/ida/CMakeLists.txt.orig 2017-11-07 23:48:06 UTC -+++ src/ida/CMakeLists.txt -@@ -117,6 +117,18 @@ IF(BUILD_SHARED_LIBS) - TARGET_LINK_LIBRARIES(sundials_ida_shared m) - ENDIF() - -+ IF(UNIX) -+ TARGET_LINK_LIBRARIES(sundials_ida_shared m) -+ ENDIF() -+ -+ IF(LAPACK_FOUND) -+ TARGET_LINK_LIBRARIES(sundials_ida_shared ${LAPACK_LIBRARIES}) -+ ENDIF() -+ -+ IF(KLU_FOUND) -+ TARGET_LINK_LIBRARIES(sundials_ida_shared ${KLU_LIBRARIES}) -+ ENDIF() -+ - # Set the library name and make sure it is not deleted - SET_TARGET_PROPERTIES(sundials_ida_shared - PROPERTIES OUTPUT_NAME sundials_ida CLEAN_DIRECT_OUTPUT 1) -- cgit v1.2.3