Package Details: boost-63-compat 1.63.0-1

Git Clone URL: https://aur.archlinux.org/boost-63-compat.git (read-only, click to copy)
Package Base: boost-63-compat
Description: Free peer-reviewed portable C++ source libraries - compat version
Upstream URL: http://www.boost.org/
Licenses: Boost Software License, Version 1.0.
Submitter: rarvolt
Maintainer: rarvolt
Last Packager: rarvolt
Votes: 2
Popularity: 0.000000
First Submitted: 2017-06-19 16:56 (UTC)
Last Updated: 2017-06-19 16:56 (UTC)

Latest Comments

bartus commented on 2020-02-04 13:44 (UTC)

Could you add nonthreatening support.

commit 12897ce054d34117aed8c5e00b75e32c91567507
Author: bartus <szczepaniak.bartek+github@gmail.com>
Date:   Tue Feb 4 14:39:24 2020 +0100

    aurutils: add build multithreading.

diff --git a/PKGBUILD b/PKGBUILD
index f6c932d..fe16152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ build() {
     export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/usr/include/python3.6m/"
     cd "${srcdir}/boost_1_63_0"
    ./bootstrap.sh
-   ./b2 variant=release link=shared runtime-link=shared stage
+   ./b2 variant=release link=shared runtime-link=shared stage ${MAKEFLAGS}
 }

 package() {

Singularity commented on 2018-10-04 17:29 (UTC)

This does not build anymore, possibly related to the python 3.7 upgrade.