summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')