Skip to Content.
Sympa Menu

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

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 (8cfd22df4f29fad19cd41689aebd785fd9f282a1)
  • Date: Sun, 10 Aug 2014 14:11:40 -0500

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

libs/boost/CONFIGURE | 6 ++++++
libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 6 ++++++
libs/boost/PRE_BUILD | 4 ----
libs/boost/PRE_SUB_DEPENDS | 16 +++++++++++++---
libs/boost/SUB_DEPENDS | 16 +++++++++++++---
libs/boost/boost-use-cxxflags.patch | 17 -----------------
python-pypi/formalchemy/DEPENDS | 3 +--
python-pypi/formalchemy/DETAILS | 4 ++--
python-pypi/formalchemy/HISTORY | 4 ++++
10 files changed, 47 insertions(+), 33 deletions(-)

New commits:
commit 8cfd22df4f29fad19cd41689aebd785fd9f282a1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost: => 1_56_0

commit 04a9c61eeac024e33d22d97f95024e1791634b8e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

formalchemy: => 1.5.1

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 17954e5..155edce 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -3,9 +3,12 @@ config_query BOOST_SELECT_LIBS "Select individual boost
libraries to build?" n &
if [[ "${BOOST_SELECT_LIBS}" == "y" ]]; then
config_query_multi BOOST_LIBS_AL "Which boost libraries would you like to
install?" \
none \
+ align \
+ assert \
atomic \
chrono \
context \
+ core \
coroutine \
date_time \
exception \
@@ -13,6 +16,7 @@ config_query_multi BOOST_LIBS_AL "Which boost libraries
would you like to instal
graph \
graph_parallel \
iostreams \
+ lexical_cast \
locale \
log &&
config_query_multi BOOST_LIBS_MZ "Which additional boost libraries would you
like to install?" \
@@ -28,7 +32,9 @@ config_query_multi BOOST_LIBS_MZ "Which additional boost
libraries would you lik
system \
test \
thread \
+ throw_exception \
timer \
+ type_index \
wave
fi &&
config_query_list BOOST_VARIANT "What variant of boost do you want?"
\
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 558e4cd..4f12a11 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1_55_0
-
SOURCE_HASH=sha512:dc606477f4c303e8f40de2586c16394b6d758e198b35bf3a7d3e576a2f49171aadc4f95e8d685fa731bc4e61e19869d5a24e1e816febfca9de078d66e096e041
+ VERSION=1_56_0
+
SOURCE_HASH=sha512:1ce9871c3a2519682538a5f1331938b948123432d99aea0ce026958cbebd25d84019a3a28c452724b9693df98a8d1264bb2d93d2fee508453f8b42836e67481e
SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 27af465..2a5c4f7 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,9 @@
+2014-07-10 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_56_0
+ * SUB_DEPENDS, PRE_SUB_DEPENDS, CONFIGURE: add new libraries
+ * PRE_BUILD: do not apply patch
+ * boost-use-cxxflags.patch: deleted
+
2013-11-14 Treeeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_55_0
* PRE_BUILD: do not apply atomic patch
diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index bfcc95a..7052fb6 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -1,8 +1,4 @@
default_pre_build &&
-message "${MESSAGE_COLOR}Allow providing our own
CXXFLAGS...${DEFAULT_COLOR}" &&
-patch $SOURCE_DIRECTORY/tools/build/v2/tools/gcc.jam \
- $SCRIPT_DIRECTORY/boost-use-cxxflags.patch &&
-
cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3;then
sed -i 's/python$/&3/;s/sys.prefix/(&)/' bootstrap.sh
diff --git a/libs/boost/PRE_SUB_DEPENDS b/libs/boost/PRE_SUB_DEPENDS
index 631c798..87b424c 100755
--- a/libs/boost/PRE_SUB_DEPENDS
+++ b/libs/boost/PRE_SUB_DEPENDS
@@ -16,19 +16,29 @@ case $THIS_SUB_DEPENDS in
is_depends_enabled $SPELL python3 ;;
SYSTEM) list_find "$BOOST_LIBS_MZ" system ;;
THREAD) list_find "$BOOST_LIBS_MZ" thread ;;
- ATOMIC) list_find "$BOOST_LIBS_AL" atomic ;;
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 ;;
+# boost-1.53
+ ATOMIC) list_find "$BOOST_LIBS_AL" atomic ;;
+ COROUTINE) list_find "$BOOST_LIBS_AL" coroutine ;;
+# boost-1.54
+ LOG) list_find "$BOOST_LIBS_AL" log ;;
+# boost-1.55
+# boost-1.56
+ ALIGN) list_find "$BOOST_LIBS_AL" align ;;
+ ASSERT) list_find "$BOOST_LIBS_AL" assert ;;
+ CORE) list_find "$BOOST_LIBS_AL" core ;;
+ LEXICAL_CAST) list_find "$BOOST_LIBS_AL" lexical_cast ;;
+ THROW_EXCEPTION) list_find "$BOOST_LIBS_MZ" throw_exception ;;
+ TYPE_INDEX) list_find "$BOOST_LIBS_MZ" type_index ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index a1574b0..6d5fd3d 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -14,19 +14,29 @@ case $THIS_SUB_DEPENDS in
depends PYTHON ;;
SYSTEM) list_add BOOST_LIBS_MZ system ;;
THREAD) list_add BOOST_LIBS_MZ thread ;;
- ATOMIC) list_add BOOST_LIBS_AL atomic ;;
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 ;;
+# boost-1.53
+ ATOMIC) list_add BOOST_LIBS_AL atomic ;;
+ COROUTINE) list_add BOOST_LIBS_AL coroutine ;;
+# boost-1.54
+ LOG) list_add BOOST_LIBS_AL log ;;
+# boost-1.55
+# boost-1.56
+ ALIGN) list_add BOOST_LIBS_AL align ;;
+ ASSERT) list_add BOOST_LIBS_AL assert ;;
+ CORE) list_add BOOST_LIBS_AL core ;;
+ LEXICAL_CAST) list_add BOOST_LIBS_AL lexical_cast ;;
+ THROW_EXCEPTION) list_add BOOST_LIBS_MZ throw_exception ;;
+ TYPE_INDEX) list_add BOOST_LIBS_MZ type_index ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/libs/boost/boost-use-cxxflags.patch
b/libs/boost/boost-use-cxxflags.patch
deleted file mode 100644
index 5da4d25..0000000
--- a/libs/boost/boost-use-cxxflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# From
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/boost/current/SOURCES/boost-use-cxxflags.patch?view=markup
-#
-diff -p -up boost_1_39_0/tools/build/v2/tools/gcc.jam.cxxflags~
boost_1_39_0/tools/build/v2/tools/gcc.jam
---- boost_1_39_0/tools/build/v2/tools/gcc.jam.cxxflags~ 2009-01-14
15:31:12.000000000 +0100
-+++ boost_1_39_0/tools/build/v2/tools/gcc.jam 2009-07-17 18:12:20.000000000
+0200
-@@ -298,8 +298,9 @@ generators.override gcc.compile.c++.pch
- toolset.flags gcc.compile PCH_FILE <pch>on : <pch-file> ;
-
- # Declare flags and action for compilation.
-+local CXXFLAGS = [ os.environ BOOST_BUILD_PATH ] ;
- toolset.flags gcc.compile OPTIONS <optimization>off : -O0 ;
--toolset.flags gcc.compile OPTIONS <optimization>speed : -O3 ;
-+toolset.flags gcc.compile OPTIONS <optimization>speed : [ modules.peek :
CXXFLAGS ] ;
- toolset.flags gcc.compile OPTIONS <optimization>space : -Os ;
-
- toolset.flags gcc.compile OPTIONS <inlining>off : -fno-inline ;
diff --git a/python-pypi/formalchemy/DEPENDS b/python-pypi/formalchemy/DEPENDS
index c925abc..35ba2e3 100755
--- a/python-pypi/formalchemy/DEPENDS
+++ b/python-pypi/formalchemy/DEPENDS
@@ -1,5 +1,4 @@
-depends python &&
-depends SETUPTOOLS &&
+. $SECTION_DIRECTORY/PY_DEPENDS &&
depends webhelpers &&
depends tempita &&
depends sqlalchemy
diff --git a/python-pypi/formalchemy/DETAILS b/python-pypi/formalchemy/DETAILS
index b9bbc8a..499fa8b 100755
--- a/python-pypi/formalchemy/DETAILS
+++ b/python-pypi/formalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=formalchemy
SPELLX=FormAlchemy
- VERSION=1.4.2
-
SOURCE_HASH=sha512:3cdd63f4ebf78d8ba3210faa2e332e4cff04fb30bf02fa515017e83ef0e05387dbc0c018cf5d74f9a484b99f7711b5c3ae1d22cfb38a9a1b025fe59387cfe930
+ VERSION=1.5.1
+
SOURCE_HASH=sha512:1992912537122dfd8e4da975477170d48d646e1b701103ed507f4c9e073c37ac47a3c99033a3d4de866ebc4b45f01917db325a8a6e2281fb5437bc54552f1374
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://doc.formalchemy.org/
diff --git a/python-pypi/formalchemy/HISTORY b/python-pypi/formalchemy/HISTORY
index b4c6ed1..9aafabe 100644
--- a/python-pypi/formalchemy/HISTORY
+++ b/python-pypi/formalchemy/HISTORY
@@ -1,3 +1,7 @@
+2014-08-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.1
+ * DEPENDS: add python3 support
+
2012-03-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.2
new website &url



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8cfd22df4f29fad19cd41689aebd785fd9f282a1), Treeve Jelbert, 08/10/2014

Archive powered by MHonArc 2.6.24.

Top of Page