summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClément Démoulins2017-06-08 16:31:02 +0200
committerClément Démoulins2017-06-08 16:31:02 +0200
commit3c07f06002024ad54727cc856cb98ede02b940a6 (patch)
tree009c5356ef28fb62a36d89c9e069e4195c6a0217 /PKGBUILD
parent44150336d1c3e1fc09e70028605ed944f952f022 (diff)
downloadaur-3c07f06002024ad54727cc856cb98ede02b940a6.tar.gz
Fix for boost 1.64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 266f3b077c46..5f9b393ad010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=vcsn-git
_realname=vcsn
-pkgver=v2.1.r384.g74679ab
-pkgrel=2
+pkgver=v2.5.r113.g620a9084
+pkgrel=1
pkgdesc="Finite state machine manipulation platform, consisting of a library and tools implemented on top of it."
arch=('i686' 'x86_64')
url="http://vcsn.lrde.epita.fr/"
@@ -31,7 +31,9 @@ build() {
cd "$srcdir/${_realname}"
./bootstrap
./configure --prefix="/usr" CXXFLAGS='-O3' CPPFLAGS='-DNDEBUG'
- make V=1
+ # make V=1
+ # Temporary fix for Boost Python 1.64
+ make V=1 VISIBILITY_CXXFLAGS=""
}
package() {