summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Spencer2016-10-01 20:16:24 +0100
committerJames Spencer2016-10-01 20:16:24 +0100
commit3cfdc05d7209abab5fe05500fb8c00b86210f001 (patch)
tree09bec060e74cfcd0d39e6dcc599bea31a713a6d9
parent70e7a829808022cdfcb41ec48185738cd3a5de9b (diff)
downloadaur-3cfdc05d7209abab5fe05500fb8c00b86210f001.tar.gz
Also build shared libraries.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 244fca96e249..95dadf3f02d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 12 21:02:24 UTC 2016
+# Sat Oct 1 19:16:13 UTC 2016
pkgbase = libxc
pkgdesc = library of exchange-correlation functionals for density-functional theory
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 80554196b947..39701beaa96d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libxc
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="library of exchange-correlation functionals for density-functional theory"
arch=('i686' 'x86_64')
url="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
@@ -15,7 +15,7 @@ options=(staticlibs)
build() {
cd "$srcdir/$pkgname-$pkgver"
- FCCPP='/usr/bin/cpp -P -ansi' ./configure --prefix=/usr
+ FCCPP='/usr/bin/cpp -P -ansi' ./configure --prefix=/usr --enable-shared
make
}