comparison src/suitesparse.mk @ 2670:47fc8672c8f5

update package suitesparse
author Mark Brand <mabrand@mabrand.nl>
date Wed, 18 Jul 2012 01:27:59 +0200
parents 56b411cf95c3
children d242b96f3650
comparison
equal deleted inserted replaced
2669:3a195a5d439b 2670:47fc8672c8f5
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 := 7fa5e21ed5bb8a7445e17ff52442db31cb55b6d1 5 $(PKG)_CHECKSUM := 6a8ae1fb1277a1f711bc84ed04938ef8dde1ace1
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