summaryrefslogtreecommitdiff
path: root/extra/blas/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/blas/PKGBUILD')
-rwxr-xr-xextra/blas/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/blas/PKGBUILD b/extra/blas/PKGBUILD
index cf6369fed..3f9a64e67 100755
--- a/extra/blas/PKGBUILD
+++ b/extra/blas/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Jason Taylor <jftaylor21@gmail.com>
pkgname=blas
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
url="http://www.netlib.org/blas"
makedepends=('gcc-fortran')
depends=('gcc-libs')
@@ -14,18 +14,15 @@ pkgdesc="Basic Linear Algebra Subprograms"
arch=('i686' 'x86_64' 'mips64el')
license=("custom")
source=(http://www.netlib.org/lapack/lapack-${pkgver}.tgz
- lapack-3.1.1-make.inc.patch
Makefile.blas
LICENSE.blas)
-sha1sums=('3ce437e05f0e9a3c8148ec41922f6efeef0ebdac'
- '71bf7696f1c841339163e82d863dd62e484eb1cf'
- '3dbee0a5e9a98a2ddf5a58046f5997804e9874ed'
+sha1sums=('910109a931524f8dcc2734ce23fe927b00ca199f'
+ '85996f56c13991fc69481c0e88ef905a0dcefb49'
'2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
+
build() {
cd "${srcdir}/lapack-${pkgver}"
cp -f "${srcdir}/Makefile.blas" BLAS/SRC/Makefile
- patch -Np1 -i "${srcdir}/lapack-3.1.1-make.inc.patch"
cp -f INSTALL/make.inc.gfortran make.inc
export FC=gfortran