summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-09-26 07:10:12 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-09-26 07:10:53 (GMT)
commitb23e0c9a5753348ff341905092b1e00fce781c7f (patch)
treeb1f45a5c198d478e284e9364e8b31cde032d0908
parentb6988f700f46bb3c9e69bf360462853814b4e963 (diff)
downloadmxe-b23e0c9a5753348ff341905092b1e00fce781c7f.zip
mxe-b23e0c9a5753348ff341905092b1e00fce781c7f.tar.gz
mxe-b23e0c9a5753348ff341905092b1e00fce781c7f.tar.bz2
upgrade package lapack
-rw-r--r--index.html2
-rw-r--r--src/lapack.mk3
2 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 6c2d0fa..a17c55e 100644
--- a/index.html
+++ b/index.html
@@ -1305,7 +1305,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.2</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 c9c8959..7021958 100644
--- a/src/lapack.mk
+++ b/src/lapack.mk
@@ -2,8 +2,7 @@
# See index.html for further information.
PKG := lapack
-$(PKG)_IGNORE := 3.4.1
-$(PKG)_CHECKSUM := 910109a931524f8dcc2734ce23fe927b00ca199f
+$(PKG)_CHECKSUM := 93a6e4e6639aaf00571d53a580ddc415416e868b
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)