]> git.pld-linux.org Git - packages/SuperLU.git/blame - SuperLU-shared.patch
- updated to 5.2.0 (note: soname is now libsuperlu.so.5, following upstream)
[packages/SuperLU.git] / SuperLU-shared.patch
CommitLineData
3bb9c8d6
JB
1--- SuperLU_5.5.1/TESTING/MATGEN/CMakeLists.txt.orig 2015-12-04 02:06:38.000000000 +0100
2+++ SuperLU_5.5.1/TESTING/MATGEN/CMakeLists.txt 2016-03-16 17:43:13.950101349 +0100
3@@ -104,4 +104,4 @@
4 )
5 endif()
6
7-add_library(matgen ${sources})
8+add_library(matgen STATIC ${sources})
dc80a11b
JB
9--- SuperLU_5.2.0/SRC/CMakeLists.txt.orig 2016-04-21 21:59:21.051327176 +0200
10+++ SuperLU_5.2.0/SRC/CMakeLists.txt 2016-04-21 22:07:43.064639436 +0200
11@@ -233,9 +233,9 @@
12 VERSION ${PROJECT_VERSION} SOVERSION ${VERSION_MAJOR}
13 )
14 install(TARGETS superlu
3bb9c8d6
JB
15- DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
16+ DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
17 )
18
19 install(FILES ${headers}
20- DESTINATION ${CMAKE_INSTALL_PREFIX}/include
21+ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/superlu
22 )
This page took 0.06414 seconds and 4 git commands to generate.