summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton2019-05-24 03:26:25 +0300
committerAnton2019-05-24 03:26:25 +0300
commit41141ec0a8c18a598b3d78e90f93f3bfec0c8a86 (patch)
tree2e2d65a309e1b274bfb11b64cabe8d0accd6d7e1
parent183a12da8df5c31e49ad1312c11794e47bc94274 (diff)
downloadaur-41141ec0a8c18a598b3d78e90f93f3bfec0c8a86.tar.gz
Purged excessive dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5fa4460440d..3199e2b2abbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = siesta
pkgdesc = A first-principles materials simulation code using DFT
pkgver = 4.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://departments.icmab.es/leem/siesta
arch = x86_64
license = GPL
makedepends = sed
- depends = gcc-fortran
- depends = openmpi
- depends = blas
- depends = lapack
+ makedepends = gcc-fortran
depends = scalapack
+ depends = fftw
+ depends = python
source = https://launchpad.net/siesta/4.0/4.0.2/+download/siesta-4.0.2.tar.gz
sha256sums = bafbda19358f0c1dd39bb1253c92ee548791a1c0f648977051d2657216874f7e
diff --git a/PKGBUILD b/PKGBUILD
index 92f52e98086f..a2c0cec1ecc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=siesta
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A first-principles materials simulation code using DFT"
arch=("x86_64")
url="https://departments.icmab.es/leem/siesta"
license=('GPL')
-depends=('gcc-fortran' 'openmpi' 'blas' 'lapack' 'scalapack')
-makedepends=('sed')
+depends=('scalapack' 'fftw' 'python')
+makedepends=('sed' 'gcc-fortran')
source=("https://launchpad.net/$pkgname/4.0/$pkgver/+download/$pkgname-$pkgver.tar.gz")
sha256sums=('bafbda19358f0c1dd39bb1253c92ee548791a1c0f648977051d2657216874f7e')
@@ -19,7 +19,7 @@ build() {
--prefix=/usr \
--enable-mpi \
--with-lapack="-llapack" \
- FCFLAGS="$CFLAGS"
+ FCFLAGS="$FCFLAGS"
make -j1
cd ../Util
sed -i "s/ make/ make -j1/g" build_all.sh