comparison src/suitesparse.mk @ 3480:13be64f9f16d

move version info from index.html to src/*.mk files
author John W. Eaton <jwe@octave.org>
date Fri, 31 Jan 2014 16:04:01 -0500
parents 6a36441bfafd
children c21ca79d7980
comparison
equal deleted inserted replaced
3479:b0314bcf3ead 3480:13be64f9f16d
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)_VERSION := 4.0.2
5 $(PKG)_CHECKSUM := 46b24a28eef4b040ea5a02d2c43e82e28b7d6195 6 $(PKG)_CHECKSUM := 46b24a28eef4b040ea5a02d2c43e82e28b7d6195
6 $(PKG)_SUBDIR := SuiteSparse 7 $(PKG)_SUBDIR := SuiteSparse
7 $(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz
8 $(PKG)_URL := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE) 9 $(PKG)_URL := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE)
9 $(PKG)_URL_2 := https://distfiles.macports.org/SuiteSparse/$($(PKG)_FILE) 10 $(PKG)_URL_2 := https://distfiles.macports.org/SuiteSparse/$($(PKG)_FILE)