summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 259f78a3ee8a..ea02222401c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jan 18 23:25:05 UTC 2016
pkgbase = mpb
pkgdesc = A program for computing the band structures and electromagnetic modes
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = http://ab-initio.mit.edu/wiki/index.php/MIT_Photonic_Bands
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c0cbb300be70..39d9dad35ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mpb
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A program for computing the band structures and electromagnetic modes"
arch=('i686' 'x86_64')
url="http://ab-initio.mit.edu/wiki/index.php/MIT_Photonic_Bands"
@@ -29,6 +29,7 @@ build() {
F77="gfortran" \
CPPFLAGS="-DH5_USE_16_API=1" \
--prefix=/usr \
+ --enable-shared \
--mandir=/usr/share/man
make
@@ -38,6 +39,7 @@ build() {
F77="gfortran" \
CPPFLAGS="-DH5_USE_16_API=1" \
--prefix=/usr \
+ --enable-shared \
--with-inv-symmetry \
--mandir=/usr/share/man
make
@@ -48,6 +50,7 @@ build() {
F77="gfortran" \
CPPFLAGS="-DH5_USE_16_API=1" \
--prefix=/usr \
+ --enable-shared \
--with-mpi \
--mandir=/usr/share/man
make
@@ -58,6 +61,7 @@ build() {
F77="gfortran" \
CPPFLAGS="-DH5_USE_16_API=1" \
--prefix=/usr \
+ --enable-shared \
--with-inv-symmetry \
--with-mpi \
--mandir=/usr/share/man