Skip to Content.
Sympa Menu

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

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 (16cf3b784af22551dfa6bb4330d5fc46aad5bb36)
  • Date: Thu, 12 Sep 2013 06:53:22 -0500

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

libs/boost/CONFIGURE | 4 +++-
libs/boost/HISTORY | 3 +++
libs/boost/PRE_SUB_DEPENDS | 3 +++
libs/boost/SUB_DEPENDS | 5 ++++-
4 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 16cf3b784af22551dfa6bb4330d5fc46aad5bb36
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost - extra libaries

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 27a8a1e..17954e5 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -6,13 +6,15 @@ config_query_multi BOOST_LIBS_AL "Which boost libraries
would you like to instal
atomic \
chrono \
context \
+ coroutine \
date_time \
exception \
filesystem \
graph \
graph_parallel \
iostreams \
- locale &&
+ locale \
+ log &&
config_query_multi BOOST_LIBS_MZ "Which additional boost libraries would you
like to install?" \
none \
math \
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index cf705c7..4c80b25 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2013-09-12 Treeeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE, PRE_SUB_DEPENDS, SUB_DEPENDS: add coroutine and log
+
2013-07-03 Treeeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_54_0

diff --git a/libs/boost/PRE_SUB_DEPENDS b/libs/boost/PRE_SUB_DEPENDS
index 81d619c..df28479 100755
--- a/libs/boost/PRE_SUB_DEPENDS
+++ b/libs/boost/PRE_SUB_DEPENDS
@@ -17,12 +17,15 @@ case $THIS_SUB_DEPENDS in
SYSTEM) list_find "$BOOST_LIBS_MZ" system ;;
THREAD) list_find "$BOOST_LIBS_MZ" thread ;;
CHRONO) list_find "$BOOST_LIBS_AL" chrono ;;
+ CONTEXT) list_find "$BOOST_LIBS_AL" context ;;
+ COROUTINE) list_find "$BOOST_LIBS_AL" coroutine ;;
GRAPH) list_find "$BOOST_LIBS_AL" graph ;;
REGEX) list_find "$BOOST_LIBS_MZ" regex ;;
TEST) list_find "$BOOST_LIBS_MZ" test ;;
WAVE) list_find "$BOOST_LIBS_MZ" wave ;;
MPI) list_find "$BOOST_LIBS_MZ" mpi ;;
LOCALE) list_find "$BOOST_LIBS_AL" locale ;;
+ LOG) list_find "$BOOST_LIBS_AL" log ;;
TIMER) list_find "$BOOST_LIBS_MZ" timer ;;
MATH) list_find "$BOOST_LIBS_MZ" math ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index 1f5b591..c850b32 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -9,18 +9,21 @@ case $THIS_SUB_DEPENDS in
DATE_TIME) list_add BOOST_LIBS_AL date_time ;;
IOSTREAMS) list_add BOOST_LIBS_AL iostreams ;;
RANDOM) list_add BOOST_LIBS_MZ random ;;
- SIGNALS) list_add BOOST_LIBS_AL signals ;;
+ SIGNALS) list_add BOOST_LIBS_MZ signals ;;
PYTHON) list_add BOOST_LIBS_MZ python &&
depends PYTHON ;;
SYSTEM) list_add BOOST_LIBS_MZ system ;;
THREAD) list_add BOOST_LIBS_MZ thread ;;
CHRONO) list_add BOOST_LIBS_AL chrono ;;
+ CONTEXT) list_add BOOST_LIBS_AL context ;;
+ COROUTINE) list_add BOOST_LIBS_AL coroutine ;;
GRAPH) list_add BOOST_LIBS_AL graph ;;
REGEX) list_add BOOST_LIBS_MZ regex ;;
TEST) list_add BOOST_LIBS_MZ test ;;
WAVE) list_add BOOST_LIBS_MZ wave ;;
MPI) list_add BOOST_LIBS_MZ mpi ;;
LOCALE) list_add BOOST_LIBS_AL locale ;;
+ LOG) list_add BOOST_LIBS_AL log ;;
TIMER) list_add BOOST_LIBS_MZ timer ;;
MATH) list_add BOOST_LIBS_MZ math ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (16cf3b784af22551dfa6bb4330d5fc46aad5bb36), Treeve Jelbert, 09/12/2013

Archive powered by MHonArc 2.6.24.

Top of Page