diff options
author | Dan Klein <danklei@cisco.com> | 2015-08-24 13:22:48 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-08-24 13:22:48 +0300 |
commit | dab741a80699f86e86c91718872a052cca9bbb25 (patch) | |
tree | 1959c4a2cea440170a5113dcb067796cb20ffb64 /external_libs/python/pyzmq-14.7.0/setup.cfg.template | |
parent | d3f26ece7d4383df0b22fe9c3cb3e695381ec737 (diff) |
Fixed dependencies of Control Plane to use external_lib sources
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/setup.cfg.template')
-rw-r--r-- | external_libs/python/pyzmq-14.7.0/setup.cfg.template | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/setup.cfg.template b/external_libs/python/pyzmq-14.7.0/setup.cfg.template new file mode 100644 index 00000000..e81a3dc4 --- /dev/null +++ b/external_libs/python/pyzmq-14.7.0/setup.cfg.template @@ -0,0 +1,12 @@ +[global] +# zmq_prefix = /usr/local # (adds zmq_prefix/include to include_dirs and zmq_prefix/lib to library_dirs) +# have_sys_un_h = False # does sys/un.h exist? pyzmq will try to detect it, but you can override +# skip_check_zmq = True # skip checking zmq verson (if it doesn't work for some reason) +# libzmq_extension = True # force building libzmq as an extension (same as --zmq=bundled) +# no_libzmq_extension = True # prevent fallback on building libzmq as an extension if regular build fails +[build_ext] + +# Edit these to add any paths you need to include (e.g. where libzmq is defined) +library_dirs = /usr/local/lib +include_dirs = /usr/local/include + |