changeset 5383:dc8dca6acc60

suitsparse: update to v5.7.2 * src/suitesparse.mk: update version, checksum * src/suitesparse-1-fixes.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Apr 2020 18:35:34 -0400
parents 70d9ddbf2aa7
children def34ca978b3
files src/suitesparse-1-fixes.patch src/suitesparse.mk
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/suitesparse-1-fixes.patch	Sat Apr 25 16:50:32 2020 -0400
+++ b/src/suitesparse-1-fixes.patch	Sat Apr 25 18:35:34 2020 -0400
@@ -196,7 +196,7 @@
  	@mkdir -p $(INSTALL_LIB)
  	@mkdir -p $(INSTALL_INCLUDE)
  	@mkdir -p $(INSTALL_DOC)
- 	$(CC) $(SO_OPTS) $^ -o $@ $(LDLIBS)
+ 	$(CXX) $(SO_OPTS) $^ -o $@ $(LDLIBS)
 -	( cd $(INSTALL_LIB) ; ln -sf $(SO_TARGET) $(SO_PLAIN) )
 -	( cd $(INSTALL_LIB) ; ln -sf $(SO_TARGET) $(SO_MAIN) )
  	$(CP) ../Include/cholmod*.h $(INSTALL_INCLUDE)
--- a/src/suitesparse.mk	Sat Apr 25 16:50:32 2020 -0400
+++ b/src/suitesparse.mk	Sat Apr 25 18:35:34 2020 -0400
@@ -2,11 +2,11 @@
 # See index.html for further information.
 
 PKG             := suitesparse
-$(PKG)_VERSION  := 5.6.0
-$(PKG)_CHECKSUM := 3de08b5ab02610ed0446225aad2445696616fae5
+$(PKG)_VERSION  := 5.7.2
+$(PKG)_CHECKSUM := ccc50177425d0d9bfe878786b8f2729c247efa90
 $(PKG)_SUBDIR   := SuiteSparse-$($(PKG)_VERSION)
-$(PKG)_FILE     := v$($(PKG)_VERSION).tar.gz
-$(PKG)_URL      := https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/$($(PKG)_FILE)
+$(PKG)_FILE     := $($(PKG)_SUBDIR).tar.gz
+$(PKG)_URL      := https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$($(PKG)_VERSION).tar.gz
 $(PKG)_DEPS     := blas lapack
 ifeq ($(USE_SYSTEM_GCC),no)
   $(PKG)_DEPS += libgomp