package lapack: revert to v3.4.0

This commit is contained in:
Alois Schlögl 2012-04-26 22:57:12 +02:00 committed by Tony Theodore
parent ff81347147
commit ae7b6c23c1
2 changed files with 2 additions and 2 deletions

View File

@ -1280,7 +1280,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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)