comparison src/armadillo.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 5ef49fb3299d
children d862fd40cc42
comparison
equal deleted inserted replaced
3479:b0314bcf3ead 3480:13be64f9f16d
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 # armadillo 4 # armadillo
5 PKG := armadillo 5 PKG := armadillo
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 3.4.4
7 $(PKG)_CHECKSUM := e293a56695e7447cf5caa395932f1f0d41e13ffc 8 $(PKG)_CHECKSUM := e293a56695e7447cf5caa395932f1f0d41e13ffc
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE) 11 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)
11 $(PKG)_DEPS := boost blas lapack 12 $(PKG)_DEPS := boost blas lapack