From d9e8bf297b1d8ba330c73ea6113bde03c40c7e29 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Tue, 12 Jun 2012 21:23:22 +0200 Subject: update package suitesparse --- index.html | 2 +- src/suitesparse.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 65bfbb9..6f1d39e 100644 --- a/index.html +++ b/index.html @@ -1835,7 +1835,7 @@ USE_OSGPLUGIN(<plugin2>) suitesparse - 3.7.1 + 4.0.0 SuiteSparse diff --git a/src/suitesparse.mk b/src/suitesparse.mk index 528c910..c61e4e4 100644 --- a/src/suitesparse.mk +++ b/src/suitesparse.mk @@ -2,7 +2,7 @@ # See index.html for further information. PKG := suitesparse -$(PKG)_CHECKSUM := a453b08877980848f3a5cde242f9865a7b08faad +$(PKG)_CHECKSUM := 4f1f5af64625606d58c129087a66d58d90c4dd58 $(PKG)_SUBDIR := SuiteSparse $(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE) @@ -42,10 +42,10 @@ define $(PKG)_BUILD $(INSTALL) -m644 '$(1)/CCOLAMD/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' $(INSTALL) -m644 '$(1)/CHOLMOD/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' $(INSTALL) -m644 '$(1)/COLAMD/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' + $(INSTALL) -m644 '$(1)/CSparse/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' $(INSTALL) -m644 '$(1)/CXSparse/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' $(INSTALL) -m644 '$(1)/KLU/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' $(INSTALL) -m644 '$(1)/LDL/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' $(INSTALL) -m644 '$(1)/SPQR/Include/'* '$(PREFIX)/$(TARGET)/include/suitesparse/' - $(INSTALL) -m644 '$(1)/UFconfig/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' $(INSTALL) -m644 '$(1)/UMFPACK/Include/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/' endef -- cgit v0.12