Commit e4567bb2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7f2d5eed
......@@ -176,8 +176,8 @@ will be our future approach after we teach NEO about object deduplication.
from wendelin.bigfile import WRITEOUT_STORE, WRITEOUT_MARKSTORED
from wendelin.bigfile._file_zodb import _ZBigFile
from wendelin import wcfs
from wendelin.bigfile._file_zodb import _ZBigFile
from wendelin.lib.mem import bzero, memcpy
from wendelin.lib.zodb import LivePersistent, deactivate_btree, zconn_at
......
......@@ -269,7 +269,8 @@ setup(
['bigfile/_file_zodb.pyx'],
extra_compile_args = [
'-std=gnu++11', # not c++11 since we use typeof
]),
],
dsos=['wendelin.bigfile.libvirtmem']), # XXX needed?
PyGoExt('wendelin.wcfs.internal._wcfs',
['wcfs/internal/_wcfs.pyx',
......@@ -280,7 +281,6 @@ setup(
extra_compile_args = [
'-std=gnu++11', # not c++11 since we use typeof
],
dsos=['wendelin.bigfile.libvirtmem']),
PyGoExt('wendelin.wcfs.internal.wcfs_test',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment