ports/math/superlu/files/patch-SRC_CMakeLists.txt
Rainer Hurling 197b4335e7 math/superlu: Fix mastersite and update to 5.2.2
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
2021-01-01 15:27:54 +00:00

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)