Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (fb39b35f3212696b55ed1e3bdc8fc38ae6c2df32)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (fb39b35f3212696b55ed1e3bdc8fc38ae6c2df32)
  • Date: Tue, 7 Aug 2007 03:05:38 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

libs/boost/DEPENDS | 2 +-
libs/boost/HISTORY | 3 +++
libs/boost/SUB_DEPENDS | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 41ef3d70edc15852afa4570ae1b32ff84d7237f0
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

libs/boost:

DEPENDS, SUB_DEPENDS: removed options for python dependency

diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS
index 03dfbb0..4c45f7f 100755
--- a/libs/boost/DEPENDS
+++ b/libs/boost/DEPENDS
@@ -2,7 +2,7 @@ depends g++ &&
depends boost-jam &&
if list_find "$BOOST_LIBS" "python"
then
- depends python "--with-python-version=$(installed_version python | cut
-c-3)"
+ depends python
fi &&
optional_depends icu \
"-sHAVE_ICU=1" \
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 138c6dc..a1cb0df 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2007-08-07 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, SUB_DEPENDS: removed options for python dependency
+
2007-07-25 Treeeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_34_1

diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index 9383e40..deac9ca 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -9,7 +9,7 @@ case $THIS_SUB_DEPENDS in
XPRESSIVE) list_add BOOST_OPTS1 xpressive ;;
SIGNALS) list_add BOOST_OPTS1 signals ;;
PYTHON) list_add BOOST_OPTS1 python &&
- depends python
"--with-python-version=$(installed_version python | cut -c-3)" ;;
+ depends python ;;
THREAD) list_add BOOST_OPTS1 thread ;;
TYPEOF) list_add BOOST_OPTS1 typeof ;;
GRAPH) list_add BOOST_OPTS1 graph ;;



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (fb39b35f3212696b55ed1e3bdc8fc38ae6c2df32), Pol Vinogradov, 08/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page