Add automatic build of libcapnp if it's not detected

This commit is contained in:
Jason Paryani
2014-12-11 22:04:34 -08:00
parent 02c572fe1e
commit 4c0d4ec290
11 changed files with 818 additions and 1 deletions

12
buildutils/__init__.py Normal file
View File

@@ -0,0 +1,12 @@
"""utilities for building pyzmq.
Largely adapted from h5py
"""
from .msg import *
from .config import *
from .detect import *
from .bundle import *
from .misc import *
from .patch import *
from .build import *