summaryrefslogtreecommitdiffstats
path: root/src/suitesparse.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-12 19:23:22 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-12 19:23:22 (GMT)
commitd9e8bf297b1d8ba330c73ea6113bde03c40c7e29 (patch)
tree74abeba6fe9d7dd25edcf0e01b08fd78588a0300 /src/suitesparse.mk
parentf3fcb511d3e1ca8c28624f6c388996677b4eee14 (diff)
downloadmxe-d9e8bf297b1d8ba330c73ea6113bde03c40c7e29.zip
mxe-d9e8bf297b1d8ba330c73ea6113bde03c40c7e29.tar.gz
mxe-d9e8bf297b1d8ba330c73ea6113bde03c40c7e29.tar.bz2
update package suitesparse
Diffstat (limited to 'src/suitesparse.mk')
-rw-r--r--src/suitesparse.mk4
1 files changed, 2 insertions, 2 deletions
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