mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
[superlu] update to 6.0.1 (#37790)
This commit is contained in:
parent
595fde3f04
commit
e87d7a1a65
@ -6,7 +6,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO xiaoyeli/superlu
|
REPO xiaoyeli/superlu
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 8feeb08404cad58724f0f6478bc785b56d8c725b549f1fdc07d3578c4e14bdbdbd8bcda1cdfd366a39417eda60765825e87cf781c68e6723a8246cb357b41439
|
SHA512 6dd2baeff9ca7ed4761845b9a30c6dca4e19ca498e10ea7360013b3aece576ca996a8bf31c4479321feda6f5266235d68ea9a2e256f0ffe91f804d4cdecd3847
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
remove-make.inc.patch
|
remove-make.inc.patch
|
||||||
@ -20,6 +20,7 @@ vcpkg_cmake_configure(
|
|||||||
-Denable_tests=OFF
|
-Denable_tests=OFF
|
||||||
-Denable_internal_blaslib=OFF
|
-Denable_internal_blaslib=OFF
|
||||||
-Denable_doc=OFF
|
-Denable_doc=OFF
|
||||||
|
-Denable_examples=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_install()
|
vcpkg_cmake_install()
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
index b414f5f..22f29ce 100644
|
index d059e89..fb0fb46 100644
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/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"
|
# file(WRITE "make.defs" "# can be exposed to users"
|
||||||
# ${CMAKE_C_COMPILER} )
|
# ${CMAKE_C_COMPILER} )
|
||||||
# configure_file(${CMAKE_SOURCE_DIR}/make.inc.in ${CMAKE_SOURCE_DIR}/make.inc)
|
# configure_file(${CMAKE_SOURCE_DIR}/make.inc.in ${CMAKE_SOURCE_DIR}/make.inc)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
index d733990..11f429a 100644
|
index fb0fb46..772f56c 100644
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -230,7 +230,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc
|
@@ -240,7 +240,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc
|
||||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
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_BINARY_DIR}/SRC/superlu_config.h)
|
||||||
-configure_file(${SuperLU_SOURCE_DIR}/SRC/superlu_config.h.in ${SuperLU_SOURCE_DIR}/SRC/superlu_config.h)
|
-configure_file(${SuperLU_SOURCE_DIR}/SRC/superlu_config.h.in ${SuperLU_SOURCE_DIR}/SRC/superlu_config.h)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "superlu",
|
"name": "superlu",
|
||||||
"version": "6.0.0",
|
"version": "6.0.1",
|
||||||
"description": "Supernodal sparse direct solver.",
|
"description": "Supernodal sparse direct solver.",
|
||||||
"homepage": "https://github.com/xiaoyeli/superlu",
|
"homepage": "https://github.com/xiaoyeli/superlu",
|
||||||
"license": "BSD-3-Clause-LBNL",
|
"license": "BSD-3-Clause-LBNL",
|
||||||
|
@ -8445,7 +8445,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"superlu": {
|
"superlu": {
|
||||||
"baseline": "6.0.0",
|
"baseline": "6.0.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"swenson-sort": {
|
"swenson-sort": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "9ae6007b0b5334eb0dc0e8ee97e8c24355a77323",
|
||||||
|
"version": "6.0.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "8187a877fbae6bdc54d5922753a1d67141576be0",
|
"git-tree": "8187a877fbae6bdc54d5922753a1d67141576be0",
|
||||||
"version": "6.0.0",
|
"version": "6.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user