diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 09:07:07 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 09:07:07 (GMT) |
commit | 7e6723adb595dd573666c04739d70e528e653a68 (patch) | |
tree | e1618a56489509dcb1812e6f164c8cd7b5bc0f86 /src/suitesparse.mk | |
parent | 483164575c049cf3c7da6281475ef6235c64c3b6 (diff) | |
download | mxe-7e6723adb595dd573666c04739d70e528e653a68.zip mxe-7e6723adb595dd573666c04739d70e528e653a68.tar.gz mxe-7e6723adb595dd573666c04739d70e528e653a68.tar.bz2 |
Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html
Diffstat (limited to 'src/suitesparse.mk')
-rw-r--r-- | src/suitesparse.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/suitesparse.mk b/src/suitesparse.mk index 11f4c09..996cce5 100644 --- a/src/suitesparse.mk +++ b/src/suitesparse.mk @@ -3,11 +3,9 @@ # SuiteSparse PKG := suitesparse -$(PKG)_VERSION := 3.7.0 $(PKG)_CHECKSUM := d0eb24b43ee2f7def032e80eaa7a589f94f546fc $(PKG)_SUBDIR := SuiteSparse $(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.cise.ufl.edu/research/sparse/SuiteSparse/ $(PKG)_URL := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE) $(PKG)_DEPS := gcc blas lapack |