summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-21 14:14:56 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-04-21 14:14:56 (GMT)
commit5702e7a4858debcf67afc0c4c1ac9b258b41d994 (patch)
tree07e9f18d439ca303b23e765add68abdf0acf0bcd
parentf9c847762a0470753caac0399ba5603d62af2b73 (diff)
downloadmxe-5702e7a4858debcf67afc0c4c1ac9b258b41d994.zip
mxe-5702e7a4858debcf67afc0c4c1ac9b258b41d994.tar.gz
mxe-5702e7a4858debcf67afc0c4c1ac9b258b41d994.tar.bz2
update package lapack
-rw-r--r--index.html2
-rw-r--r--src/lapack.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4999d2f..dc765f7 100644
--- a/index.html
+++ b/index.html
@@ -1280,7 +1280,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="lapack-package">lapack</td>
- <td id="lapack-version">3.4.0</td>
+ <td id="lapack-version">3.4.1</td>
<td id="lapack-website"><a href="http://www.netlib.org/lapack/">lapack</a></td>
</tr>
<tr>
diff --git a/src/lapack.mk b/src/lapack.mk
index cc782d0..66824e2 100644
--- a/src/lapack.mk
+++ b/src/lapack.mk
@@ -3,7 +3,7 @@
PKG := lapack
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 910109a931524f8dcc2734ce23fe927b00ca199f
+$(PKG)_CHECKSUM := 318a98c0b627c92b8e533d665574e76c0d3e8a17
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)