nanomsg / nnpy

cffi-based Python bindings for nanomsg
MIT License
117 stars 39 forks source link

Fix build problems with CPATH and cppnanomsg. #39

Closed 0xE1E10 closed 7 years ago

0xE1E10 commented 7 years ago

Fixed 2 problems:

  1. If cppnanomsg is installed, nnpy tries to compile the cpp header as c and fails. (cassert file not found)
  2. CPATH causes build to fail. #38
djc commented 7 years ago

Thanks!

vladfi1 commented 7 years ago

Perhaps a new package can be uploaded to pypi with these fixes?

djc commented 7 years ago

I've now released a 1.4.1 (had some problems with the release process, so that the 1.4 release was bungled) that should include all the latest stuff.