mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 19:11:17 +01:00
Add lapacke symlink
This commit is contained in:
parent
f7722d19e4
commit
a516da07cc
2 changed files with 6 additions and 2 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Dec 30 14:18:08 UTC 2015
|
||||
pkgbase = openblas-lapack
|
||||
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
|
||||
pkgver = 0.2.15
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://xianyi.github.com/OpenBLAS/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@ pkgname=openblas-lapack
|
|||
_PkgName=OpenBLAS
|
||||
_pkgname=openblas
|
||||
pkgver=0.2.15
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://xianyi.github.com/OpenBLAS/"
|
||||
|
|
@ -52,5 +52,7 @@ package(){
|
|||
ln -sf libopenblas.so liblapack.so
|
||||
ln -sf libopenblas.so liblapack.so.3
|
||||
ln -sf libopenblas.so liblapack.so.3.5.0
|
||||
# LAPACKE
|
||||
ln -sf libopenblas.so liblapacke.so
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue