summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlois Schlögl <alois.schloegl@gmail.com>2012-04-26 20:57:12 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-05-01 12:54:50 (GMT)
commitae7b6c23c1c626e0f30608d6cb91607c4184dbaf (patch)
treebab29f2b5da4085277db0fe1c07b5a164084c1bf
parentff81347147152fd382b645672effa83e868c526f (diff)
downloadmxe-ae7b6c23c1c626e0f30608d6cb91607c4184dbaf.zip
mxe-ae7b6c23c1c626e0f30608d6cb91607c4184dbaf.tar.gz
mxe-ae7b6c23c1c626e0f30608d6cb91607c4184dbaf.tar.bz2
package lapack: revert to v3.4.0
-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 3c45ecd..886be27 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.1</td>
+ <td id="lapack-version">3.4.0</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 ab33bf8..28edd27 100644
--- a/src/lapack.mk
+++ b/src/lapack.mk
@@ -3,7 +3,7 @@
PKG := lapack
$(PKG)_IGNORE := 3.4.1
-$(PKG)_CHECKSUM := 318a98c0b627c92b8e533d665574e76c0d3e8a17
+$(PKG)_CHECKSUM := 910109a931524f8dcc2734ce23fe927b00ca199f
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)