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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 06:19:48 UTC 2018


    Date: Wednesday, August 1, 2018 @ 06:19:48
  Author: foutrelis
Revision: 329897

Python 3.7 rebuild

Modified:
  boost/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-01 05:14:09 UTC (rev 329896)
+++ PKGBUILD	2018-08-01 06:19:48 UTC (rev 329897)
@@ -11,7 +11,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.67.0
 _boostver=${pkgver//./_}
-pkgrel=5
+pkgrel=6
 url='http://www.boost.org/'
 arch=('x86_64')
 license=('custom')
@@ -92,7 +92,7 @@
       runtime-link=shared \
       link=shared,static \
       toolset=gcc \
-      python=3.6 \
+      python=3.7 \
       cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
       cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
       linkflags="${LDFLAGS}" \
@@ -142,7 +142,7 @@
    # https://github.com/boostorg/python/issues/203#issuecomment-391477685
    for _lib in python numpy; do
      ln -srL "${pkgdir}"/usr/lib/libboost_${_lib}{27,}.so
-     ln -srL "${pkgdir}"/usr/lib/libboost_${_lib}3{6,}.so
+     ln -srL "${pkgdir}"/usr/lib/libboost_${_lib}3{7,}.so
    done
 
    install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \



More information about the arch-commits mailing list