mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Fix MASTER_SITES, update and rework the port. Changelog: https://portal.nersc.gov/project/sparse/superlu/changes.html#slu_change PR: 252271 Reported by: Guangyuan Yang <ygy@freebsd.org> Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27868
12 lines
333 B
Text
12 lines
333 B
Text
--- SRC/CMakeLists.txt.orig 2020-10-17 22:23:21 UTC
|
|
+++ SRC/CMakeLists.txt
|
|
@@ -256,7 +256,8 @@ install(TARGETS superlu
|
|
)
|
|
|
|
install(FILES ${headers}
|
|
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
|
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/superlu
|
|
+# DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
|
)
|
|
|
|
include(CMakePackageConfigHelpers)
|