diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-03-04 13:52:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 13:52:00 -0800 |
| commit | 5c415ff8a0aad831ee90ee4327f26992d5fe3fb3 (patch) | |
| tree | ec368af3c4723a26d2af7347512e44bd1bdad2d3 /ports/superlu/remove-make.inc.patch | |
| parent | 42dee421afd75b967e22bc51d1dc1936fccb4fea (diff) | |
| download | vcpkg-5c415ff8a0aad831ee90ee4327f26992d5fe3fb3.tar.gz vcpkg-5c415ff8a0aad831ee90ee4327f26992d5fe3fb3.zip | |
[superlu] Add new port (#9930)
Diffstat (limited to 'ports/superlu/remove-make.inc.patch')
| -rw-r--r-- | ports/superlu/remove-make.inc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/superlu/remove-make.inc.patch b/ports/superlu/remove-make.inc.patch new file mode 100644 index 000000000..8f7716aad --- /dev/null +++ b/ports/superlu/remove-make.inc.patch @@ -0,0 +1,12 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index b414f5f..22f29ce 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -155,7 +155,6 @@ endif() + # 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) + + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/superlu.pc.in ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc @ONLY) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc |
