mirror of
https://github.com/archlinux/aur.git
synced 2026-03-12 16:32:08 +01:00
updpkg: 0.3.0
This commit is contained in:
parent
84636e994e
commit
f75adf43bc
2 changed files with 12 additions and 12 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = openblas-lapack
|
||||
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
|
||||
pkgver = 0.2.20
|
||||
pkgrel = 2
|
||||
pkgver = 0.3.0
|
||||
pkgrel = 1
|
||||
url = http://www.openblas.net/
|
||||
arch = any
|
||||
license = BSD
|
||||
|
|
@ -9,18 +9,18 @@ pkgbase = openblas-lapack
|
|||
makedepends = gcc-fortran
|
||||
depends = gcc-libs
|
||||
provides = openblas
|
||||
provides = blas=3.7.0
|
||||
provides = lapack=3.7.0
|
||||
provides = cblas=3.7.0
|
||||
provides = lapacke=3.7.0
|
||||
provides = blas=3.8.0
|
||||
provides = lapack=3.8.0
|
||||
provides = cblas=3.8.0
|
||||
provides = lapacke=3.8.0
|
||||
conflicts = openblas
|
||||
conflicts = blas
|
||||
conflicts = lapack
|
||||
conflicts = cblas
|
||||
conflicts = lapacke
|
||||
options = !emptydirs
|
||||
source = OpenBLAS-0.2.20.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.2.20.tar.gz
|
||||
sha256sums = 5ef38b15d9c652985774869efd548b8e3e972e1e99475c673b25537ed7bcf394
|
||||
source = OpenBLAS-0.3.0.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.0.tar.gz
|
||||
sha256sums = cf51543709abe364d8ecfb5c09a2b533d2b725ea1a66f203509b21a8e9d8f1a1
|
||||
|
||||
pkgname = openblas-lapack
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -5,10 +5,10 @@
|
|||
pkgname=openblas-lapack
|
||||
_PkgName=OpenBLAS
|
||||
_pkgname=openblas
|
||||
pkgver=0.2.20
|
||||
pkgver=0.3.0
|
||||
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
|
||||
_lapackver=3.7.0
|
||||
pkgrel=2
|
||||
_lapackver=3.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
|
||||
arch=('any')
|
||||
url="http://www.openblas.net/"
|
||||
|
|
@ -19,7 +19,7 @@ provides=('openblas' "blas=${_lapackver}" "lapack=${_lapackver}" "cblas=${_lapac
|
|||
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
|
||||
options=(!emptydirs)
|
||||
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/${_PkgName}/archive/v${pkgver}.tar.gz)
|
||||
sha256sums=('5ef38b15d9c652985774869efd548b8e3e972e1e99475c673b25537ed7bcf394')
|
||||
sha256sums=('cf51543709abe364d8ecfb5c09a2b533d2b725ea1a66f203509b21a8e9d8f1a1')
|
||||
|
||||
# Add the following line to the _config variable if you want to set the number of make jobs
|
||||
# MAKE_NB_JOBS=2 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue