[superlu] update to 6.0.1 (#37790)

This commit is contained in:
Jia Yue Hua 2024-03-29 03:50:41 +08:00 committed by GitHub
parent 595fde3f04
commit e87d7a1a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 16 additions and 10 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xiaoyeli/superlu
REF "v${VERSION}"
SHA512 8feeb08404cad58724f0f6478bc785b56d8c725b549f1fdc07d3578c4e14bdbdbd8bcda1cdfd366a39417eda60765825e87cf781c68e6723a8246cb357b41439
SHA512 6dd2baeff9ca7ed4761845b9a30c6dca4e19ca498e10ea7360013b3aece576ca996a8bf31c4479321feda6f5266235d68ea9a2e256f0ffe91f804d4cdecd3847
HEAD_REF master
PATCHES
remove-make.inc.patch
@ -20,6 +20,7 @@ vcpkg_cmake_configure(
-Denable_tests=OFF
-Denable_internal_blaslib=OFF
-Denable_doc=OFF
-Denable_examples=OFF
)
vcpkg_cmake_install()

View File

@ -1,12 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b414f5f..22f29ce 100644
index d059e89..fb0fb46 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -155,7 +155,6 @@ endif()
@@ -234,7 +234,6 @@ add_subdirectory(DOC)
# 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

View File

@ -1,10 +1,10 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d733990..11f429a 100644
index fb0fb46..772f56c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -230,7 +230,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
@@ -240,7 +240,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
configure_file(${SuperLU_SOURCE_DIR}/SRC/superlu_config.h.in ${SuperLU_BINARY_DIR}/SRC/superlu_config.h)
-configure_file(${SuperLU_SOURCE_DIR}/SRC/superlu_config.h.in ${SuperLU_SOURCE_DIR}/SRC/superlu_config.h)

View File

@ -1,6 +1,6 @@
{
"name": "superlu",
"version": "6.0.0",
"version": "6.0.1",
"description": "Supernodal sparse direct solver.",
"homepage": "https://github.com/xiaoyeli/superlu",
"license": "BSD-3-Clause-LBNL",

View File

@ -8445,7 +8445,7 @@
"port-version": 0
},
"superlu": {
"baseline": "6.0.0",
"baseline": "6.0.1",
"port-version": 0
},
"swenson-sort": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9ae6007b0b5334eb0dc0e8ee97e8c24355a77323",
"version": "6.0.1",
"port-version": 0
},
{
"git-tree": "8187a877fbae6bdc54d5922753a1d67141576be0",
"version": "6.0.0",