aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangli28 <47812810+wangli28@users.noreply.github.com>2019-05-13 17:00:16 +0000
committerPhil Christensen <philc@microsoft.com>2019-05-13 10:00:16 -0700
commit68267e29a1fa86158787309624081dfd8319c9f0 (patch)
treeb659f46b56df59e5d18839e40b8b66f5f4329981
parent5a8961b051d4f5db36ca9b7bbfd07c02f6fbda19 (diff)
downloadvcpkg-68267e29a1fa86158787309624081dfd8319c9f0.tar.gz
vcpkg-68267e29a1fa86158787309624081dfd8319c9f0.zip
[suitesparse]Fix build error in linux (#6425)
-rw-r--r--ports/suitesparse/CONTROL2
-rw-r--r--ports/suitesparse/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/suitesparse/CONTROL b/ports/suitesparse/CONTROL
index 67b72bb49..43621f9fe 100644
--- a/ports/suitesparse/CONTROL
+++ b/ports/suitesparse/CONTROL
@@ -1,5 +1,5 @@
Source: suitesparse
-Version: 5.1.2-1
+Version: 5.1.2-2
Build-Depends: clapack (!osx)
Description: algebra library
diff --git a/ports/suitesparse/portfile.cmake b/ports/suitesparse/portfile.cmake
index c823d0d93..45ad7a6e5 100644
--- a/ports/suitesparse/portfile.cmake
+++ b/ports/suitesparse/portfile.cmake
@@ -5,7 +5,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
set(SUITESPARSE_VER SuiteSparse-5.1.2) #if you change the version, becarefull of changing the SHA512 checksum accordingly
set(SUITESPARSEWIN_VER 1.4.0)
set(SUITESPARSEWIN_PATH ${CURRENT_BUILDTREES_DIR}/src/suitesparse-metis-for-windows-${SUITESPARSEWIN_VER})
-set(SUITESPARSE_PATH ${SUITESPARSEWIN_PATH}/Suitesparse)
+set(SUITESPARSE_PATH ${SUITESPARSEWIN_PATH}/SuiteSparse)
#download suitesparse libary
vcpkg_download_distfile(SUITESPARSE