diff options
author | Andrzej Giniewicz | 2016-02-25 11:53:12 +0100 |
---|---|---|
committer | Andrzej Giniewicz | 2016-02-25 11:53:12 +0100 |
commit | c001722ac2ab17e4f7d6dd53c219102484125a23 (patch) | |
tree | d07bed23415d0a27d1aa85003d55b757e3d62f99 | |
parent | 8834943256bae1cbe59f53b2226a242a6c773644 (diff) | |
download | aur-c001722ac2ab17e4f7d6dd53c219102484125a23.tar.gz |
atlas-lapack: new release of lapack
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 14 insertions, 10 deletions
@@ -1,7 +1,9 @@ +# Generated by mksrcinfo v8 +# Thu Feb 25 10:52:36 UTC 2016 pkgbase = atlas-lapack pkgdesc = Complete LAPACK and BLAS implementation using optimised ATLAS routines pkgver = 3.10.2 - pkgrel = 2 + pkgrel = 3 url = http://math-atlas.sourceforge.net/ install = atlas-lapack.install arch = i686 @@ -14,21 +16,23 @@ pkgbase = atlas-lapack makedepends = gcc-fortran depends = gcc-libs provides = blas - provides = lapack=3.5.0 + provides = lapack=3.6.0 provides = cblas + provides = atlas-lapack-base conflicts = blas conflicts = lapack conflicts = cblas - noextract = lapack-3.5.0.tgz + conflicts = atlas-lapack-base + noextract = lapack-3.6.0.tgz noextract = atlas3.10.2.tar.bz2 options = !makeflags - source = http://www.netlib.org/lapack/lapack-3.5.0.tgz + source = http://www.netlib.org/lapack/lapack-3.6.0.tgz source = http://downloads.sourceforge.net/math-atlas/atlas3.10.2.tar.bz2 source = blas-license.txt source = atlas-license.txt source = makefile.shared.mt source = makefile.shared.st - md5sums = b1d3e3e425b2e44a06760ff173104bdf + md5sums = f2f6c67134e851fe189bb3ca1fbb5101 md5sums = a4e21f343dec8f22e7415e339f09f6da md5sums = 38b6acb8ed5691d25863319d30a8b365 md5sums = 4903eb06072dfbf94710691ccb6660bf @@ -4,21 +4,21 @@ # Contributor: olivier medoc <o_medoc___AT___yahoo___DOT___fr> pkgname=atlas-lapack pkgver=3.10.2 -_lapackver=3.5.0 -pkgrel=2 +_lapackver=3.6.0 +pkgrel=3 pkgdesc="Complete LAPACK and BLAS implementation using optimised ATLAS routines" url="http://math-atlas.sourceforge.net/" depends=('gcc-libs') makedepends=('binutils' 'sed' 'gcc-fortran') arch=('i686' 'x86_64') -conflicts=('blas' 'lapack' 'cblas') -provides=("blas" "lapack=$_lapackver" 'cblas') +conflicts=('blas' 'lapack' 'cblas' 'atlas-lapack-base') +provides=("blas" "lapack=$_lapackver" 'cblas' 'atlas-lapack-base') license=('custom:blas' 'custom:lapack' 'custom:atlas') options=(!makeflags) install=$pkgname.install source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz http://downloads.sourceforge.net/math-atlas/atlas${pkgver}.tar.bz2 blas-license.txt atlas-license.txt makefile.shared.mt makefile.shared.st) noextract=(lapack-$_lapackver.tgz atlas$pkgver.tar.bz2) -md5sums=('b1d3e3e425b2e44a06760ff173104bdf' +md5sums=('f2f6c67134e851fe189bb3ca1fbb5101' 'a4e21f343dec8f22e7415e339f09f6da' '38b6acb8ed5691d25863319d30a8b365' '4903eb06072dfbf94710691ccb6660bf' |