]> git.pld-linux.org Git - packages/SuperLU.git/blob - SuperLU-shared.patch
- updated to 5.2.0 (note: soname is now libsuperlu.so.5, following upstream)
[packages/SuperLU.git] / SuperLU-shared.patch
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})
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
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.042592 seconds and 3 git commands to generate.