Skip to content

Commit

Permalink
Stitch trunk ZODB into this branch using svn:externals
Browse files Browse the repository at this point in the history
o setup.py:  Add support for building IFBTrees.

o XXX:  One test fails inside ZopeX3 code, because the contract for
        IDataManager just changed last week (it got accurately documented,
        actually).
  • Loading branch information
tseaver committed Mar 30, 2005
1 parent 9d74e29 commit d734336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ def __init__(self, attrs):
include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
sources=['BTrees/_IIBTree.c']),
Extension(name='BTrees._IFBTree',
include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
sources=['BTrees/_IFBTree.c']),
Extension(name='BTrees._IOBTree',
include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
Expand Down

0 comments on commit d734336

Please sign in to comment.