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

Evangelos Foutras foutrelis at archlinux.org
Tue Jun 8 08:57:15 UTC 2021


    Date: Tuesday, June 8, 2021 @ 08:57:15
  Author: foutrelis
Revision: 417357

upgpkg: boost 1.75.0-5: install boost-build files (FS#65796)

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 08:39:29 UTC (rev 417356)
+++ PKGBUILD	2021-06-08 08:57:15 UTC (rev 417357)
@@ -12,7 +12,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.75.0
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=5
 pkgdesc='Free peer-reviewed portable C++ source libraries'
 url='https://www.boost.org/'
 arch=('x86_64')
@@ -45,6 +45,11 @@
    export _stagedir="${srcdir}/stagedir"
    local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
 
+   pushd ${pkgbase}_${_boostver}/tools/build
+   ./bootstrap.sh
+   ./b2 install --prefix="${_stagedir}"
+   popd
+
    cd ${pkgbase}_${_boostver}
 
    ./bootstrap.sh \
@@ -52,8 +57,6 @@
      --with-icu \
      --with-python=/usr/bin/python3 \
 
-   install -Dm755 tools/build/src/engine/b2 "${_stagedir}"/bin/b2
-
    # Support for OpenMPI
    echo "using mpi ;" >> project-config.jam
 



More information about the arch-commits mailing list