comparison src/suitesparse.mk @ 2726:d242b96f3650

fix suitesparse checksum
author Tony Theodore <tonyt@logyst.com>
date Sun, 16 Sep 2012 17:20:20 +1000
parents 47fc8672c8f5
children 3b14416f4c51
comparison
equal deleted inserted replaced
2725:2cb799a56d1c 2726:d242b96f3650
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := suitesparse 4 PKG := suitesparse
5 $(PKG)_CHECKSUM := 6a8ae1fb1277a1f711bc84ed04938ef8dde1ace1 5 $(PKG)_CHECKSUM := 46b24a28eef4b040ea5a02d2c43e82e28b7d6195
6 $(PKG)_SUBDIR := SuiteSparse 6 $(PKG)_SUBDIR := SuiteSparse
7 $(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz 7 $(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz
8 $(PKG)_URL := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE) 8 $(PKG)_URL := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE)
9 $(PKG)_DEPS := gcc blas lapack 9 $(PKG)_DEPS := gcc blas lapack
10 10