[arch-commits] Commit in boost/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Mar 31 11:08:47 UTC 2014


    Date: Monday, March 31, 2014 @ 13:08:47
  Author: svenstaro
Revision: 209649

upgpkg: boost 1.55.0-5

rebuild for ABI mismatch

Modified:
  boost/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-31 10:27:47 UTC (rev 209648)
+++ PKGBUILD	2014-03-31 11:08:47 UTC (rev 209649)
@@ -10,7 +10,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.55.0
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=5
 url="http://www.boost.org/"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -27,7 +27,7 @@
    patch -p0 -i ../001-log_fix_dump_avx2.patch
 
    # Add an extra python version. This does not replace anything and python 2.x need to be the default.
-   echo "using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : /usr/lib ;" >> ./tools/build/v2/user-config.jam
+   echo "using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : /usr/lib ;" >> ./tools/build/v2/user-config.jam
 
    # Support for OpenMPI                                                        
    echo "using mpi ;" >> ./tools/build/v2/user-config.jam




More information about the arch-commits mailing list