summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandalenavals2019-03-15 12:15:39 -0300
committerandalenavals2019-03-15 12:15:39 -0300
commitc990d48b1d474040d0adeeed43c2968e3a5222d7 (patch)
tree7515e3bd10f3f5691bc82033f52f764fa26de9b4
parent5ae110f7a7c9967cd6f7386c7c4c00b32c7d2ad4 (diff)
downloadaur-deswl-shapelets-git.tar.gz
clean chroot, atlas-lapack for openblas-lapack
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2ab4396a7da..0091eab6f743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,10 +7,10 @@ pkgbase = deswl-shapelets-git
arch = x86_64
license = GPL
makedepends = git
- makedepends = atlas-lapack
+ makedepends = openblas-lapack
makedepends = tmv-git
makedepends = ccfits
- depends = atlas-lapack
+ depends = openblas-lapack
depends = tmv-git
depends = ccfits
source = deswl-shapelets::git+https://github.com/rmjarvis/deswl_shapelets
diff --git a/PKGBUILD b/PKGBUILD
index d992cf8b0bdd..e096888788f4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="DES WL pipeline code for measuring PSF and shear with shapelets "
arch=('i686' 'x86_64')
url="https://github.com/rmjarvis/deswl_shapelets"
license=('GPL')
-depends=('atlas-lapack' 'tmv-git' 'ccfits')
-makedepends=('git' 'atlas-lapack' 'tmv-git' 'ccfits')
+depends=('openblas-lapack' 'tmv-git' 'ccfits')
+makedepends=('git' 'openblas-lapack' 'tmv-git' 'ccfits')
source=("${_pkgname}::git+${url}")
md5sums=('SKIP')