vcpkg/ports/superlu/remove-make.inc.patch

13 lines
562 B
Diff
Raw Normal View History

2020-03-05 05:52:00 +08:00
diff --git a/CMakeLists.txt b/CMakeLists.txt
2024-03-29 03:50:41 +08:00
index d059e89..fb0fb46 100644
2020-03-05 05:52:00 +08:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2024-03-29 03:50:41 +08:00
@@ -234,7 +234,6 @@ add_subdirectory(DOC)
2020-03-05 05:52:00 +08:00
# file(WRITE "make.defs" "# can be exposed to users"
# ${CMAKE_C_COMPILER} )
# configure_file(${CMAKE_SOURCE_DIR}/make.inc.in ${CMAKE_SOURCE_DIR}/make.inc)
-configure_file(${SuperLU_SOURCE_DIR}/make.inc.in ${SuperLU_SOURCE_DIR}/make.inc)
2024-03-29 03:50:41 +08:00
2020-03-05 05:52:00 +08:00
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/superlu.pc.in ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc