Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (59afcc933d682eadc7bdd2dc6206492aee885820)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (59afcc933d682eadc7bdd2dc6206492aee885820)
  • Date: Tue, 27 Aug 2019 14:27:20 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/boost/BUILD | 2 +-
libs/boost/DETAILS | 2 +-
libs/boost/HISTORY | 4 ++++
libs/boost/INSTALL | 8 ++++----
4 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 59afcc933d682eadc7bdd2dc6206492aee885820
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost: => 1_71_0

diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index 761c61d..e08d542 100755
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -33,7 +33,7 @@ OPTS="$OPTS $BLIST" &&
CXXFLAGS="$CXXFLAGS" \
EXPAT_INCLUDE=$EXPAT_INCLUDE \
EXPAT_LIBPATH=$EXPAT_LIBPATH \
-./bjam -q \
+./b2 -q \
${BOOST_VARIANT} \
runtime-link=shared \
link=shared \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index dce60bb..7afc15c 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,5 +1,5 @@
SPELL=boost
- VERSION=1_70_0
+ VERSION=1_71_0
VX=${VERSION/_/.}
VX=${VX/_/.}
SECURITY_PATCH=1
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 73a0422..20be5e0 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,7 @@
+2019-08-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_71_0
+ * BUILD INSTALL: now uses b2
+
2019-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_70_0
* DETAILS: add gpg checking
diff --git a/libs/boost/INSTALL b/libs/boost/INSTALL
index 4eb0e8c..fe9b551 100755
--- a/libs/boost/INSTALL
+++ b/libs/boost/INSTALL
@@ -1,4 +1,4 @@
-./bjam -q \
+./b2 -q \
${BOOST_VARIANT} \
runtime-link=shared \
link=shared \
@@ -8,6 +8,6 @@
--layout=system \
$OPTS \
install
-if [[ ${INSTALL_BJAM} == y ]]; then
- install bjam /usr/bin/bjam
-fi
+#if [[ ${INSTALL_BJAM} == y ]]; then
+# install bjam /usr/bin/bjam
+#fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (59afcc933d682eadc7bdd2dc6206492aee885820), Treeve Jelbert, 08/27/2019

Archive powered by MHonArc 2.6.24.

Top of Page