[Zope3-checkins] SVN: Zope3/trunk/ - update to the head of the ZODB
3.7 branch
Fred L. Drake, Jr.
fdrake at gmail.com
Tue Nov 21 14:40:07 EST 2006
Log message for revision 71249:
- update to the head of the ZODB 3.7 branch
- add build support for 64-bit BTrees (off by default)
Changed:
U Zope3/trunk/Makefile
_U Zope3/trunk/src/
-=-
Modified: Zope3/trunk/Makefile
===================================================================
--- Zope3/trunk/Makefile 2006-11-21 19:10:42 UTC (rev 71248)
+++ Zope3/trunk/Makefile 2006-11-21 19:40:07 UTC (rev 71249)
@@ -2,14 +2,18 @@
TESTFLAGS=-v
TESTOPTS=
SETUPFLAGS=
+COMPILEFLAGS=
+# Uncomment the next line to enable 64-bit BTrees:
+#COMPILEFLAGS=-DZODB_64BIT_INTS
+
# XXX What should the default be?
all: inplace runners
# Build in-place
inplace:
$(PYTHON) setup.py $(SETUPFLAGS) \
- build_ext -i install_data --install-dir .
+ build_ext -i $(COMPILEFLAGS) install_data --install-dir .
runners: bin/runzope
Property changes on: Zope3/trunk/src
___________________________________________________________________
Name: svn:externals
- docutils svn://svn.zope.org/repos/main/docutils/tags/0.4.0
ZConfig svn://svn.zope.org/repos/main/ZConfig/trunk/ZConfig
BTrees -r 69562 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/BTrees
persistent -r 69562 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/persistent
ThreadedAsync -r 69562 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ThreadedAsync
transaction -r 69562 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/transaction
ZEO -r 69562 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ZEO
ZODB -r 69562 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ZODB
twisted -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
+ docutils svn://svn.zope.org/repos/main/docutils/tags/0.4.0
ZConfig svn://svn.zope.org/repos/main/ZConfig/trunk/ZConfig
BTrees -r 71248 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/BTrees
persistent -r 71248 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/persistent
ThreadedAsync -r 71248 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ThreadedAsync
transaction -r 71248 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/transaction
ZEO -r 71248 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ZEO
ZODB -r 71248 svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/ZODB
twisted -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
More information about the Zope3-Checkins
mailing list