summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2016-09-22 16:51:06 +0200
committereolianoe2016-09-22 16:51:06 +0200
commit813bf7b645f5b82362c12594951b942417a6336f (patch)
tree3463f6b228bfaaa4b7e648033c5250cdfa1f72bd
parent3d6b2eec98b980d282f4c61403c4d0c308bcbd9e (diff)
downloadaur-813bf7b645f5b82362c12594951b942417a6336f.tar.gz
Fix the check by downgrading to `-std=c++98`
-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 \