[Lunar-commits] <moonbase> boost: Version bump and adjusting the BUILD/DEPENDS as noted there-in.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Dec 23 23:39:37 CET 2010
commit 6f15b0d78c17ca6dda4c4f20cde790d78f78f2e4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Dec 23 17:39:37 2010 -0500
boost: Version bump and adjusting the BUILD/DEPENDS as noted there-in.
---
libs/boost/BUILD | 12 +++++++-----
libs/boost/DEPENDS | 6 +++---
libs/boost/DETAILS | 8 ++++----
3 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index 8576d86..df15a98 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -1,10 +1,12 @@
(
- OPTS+=" --without-mpi"
- export EXPAT_INCLUDE=/usr/include/
- export EXPAT_LIBPATH=/usr/lib/
+# use bootstrap so we can use their supplied bjam.
+ ./bootstrap.sh &&
+
+ export EXPAT_INCLUDE=/usr/include/ &&
+ export EXPAT_LIBPATH=/usr/lib/ &&
- bjam -q ${MAKES:+-j$MAKES} \
+ ./bjam -q ${MAKES:+-j$MAKES} \
threading=single,multi \
--layout=tagged \
runtime-link=shared \
@@ -21,7 +23,7 @@
prepare_install &&
- bjam -q ${MAKES:+-j$MAKES} \
+ ./bjam -q ${MAKES:+-j$MAKES} \
threading=single,multi \
--layout=tagged \
runtime-link=shared \
diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS
index 4d79c0a..3928b84 100644
--- a/libs/boost/DEPENDS
+++ b/libs/boost/DEPENDS
@@ -1,6 +1,6 @@
-depends boost-jam
+# For now making icu4c a depends until I or someone can figure out how
+# to get boost to build/install properly without it.
+depends icu4c
optional_depends "Python" "" "--without-python" \
"to build the Boost Python bindings"
-
-optional_depends "icu4c" "-sHAVE_ICU=1" "" "to enable unicode support"
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 22ac3dd..373d49f 100644
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,13 +1,13 @@
MODULE=boost
- VERSION=1.44.0
- VER=_1_44_0
+ VERSION=1.45.0
+ VER=_1_45_0
SOURCE=$MODULE$VER.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:0dfeaad7a316ddfdcdb8a7e42443ef048ad18c01
+ SOURCE_VFY=sha1:eb7424ef99df4e38af7431e38ff9849651b8aaf5
WEB_SITE=http://www.boost.org
ENTERED=20041115
- UPDATED=20101106
+ UPDATED=20101223
SHORT="A cross-platform supplement to the C++ standard library"
cat << EOF
More information about the Lunar-commits
mailing list