summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cee91dc9e95..618df0acd864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 13 11:10:17 UTC 2016
+# Thu Sep 22 12:58:43 UTC 2016
pkgbase = silo
pkgdesc = A Mesh and Field I/O Library and Scientific Database
pkgver = 4.10.2
- pkgrel = 5
+ pkgrel = 6
url = https://wci.llnl.gov/simulation/computer-codes/silo
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2810d7ec5857..8e607aeb1895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=silo
pkgver=4.10.2
-pkgrel=5
+pkgrel=6
pkgdesc="A Mesh and Field I/O Library and Scientific Database"
url="https://wci.llnl.gov/simulation/computer-codes/silo"
arch=('i686' 'x86_64')
@@ -39,6 +39,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
export PYTHON=/usr/bin/python2
+ export CXXFLAGS="${CXXFLAGS} -std=c++98"
./configure \
--prefix=/usr \
--enable-shared --enable-optimization \