Ray Donnelly
Ray Donnelly
Seems I may have broken Windows here, suggestions welcome.
The issue here is the opposite of what you say. I do not set and do not want `ENABLE_INTERNAL_ZMQ`. The Anaconda Distribution builds its own shared libraries for such things.
You can read more about The Anaconda Distribution here: https://www.anaconda.com
We have an external libzmq.dylib but it is not where this code is looking for it and we do not need this code to run install_name_tool since our build system...
OK thanks. I tried your suggestion and other than needing to replace `--configure-vars` with `--configure-args` it seems to work fine. Do you want a bug report or a PR to...
> And just to clarify, the Windows wheels do not link to libsodium and are not meant to, is that correct? Can anyone explain why this is?
.. and if: > Windows wheels do not link to libsodium and are not meant to .. and given @bluca said .. > Please don't use tweetnacl in production anywhere...
I have this working now afaict, just need to release the packages. If the conda-forge are using zeromq < 4.2.4 then expect lots of bugs.
Thanks for the detailed report! I have a feeling that the right fix for this is in MSYS2's zsh. A PR to not use CRLF anywhere in the shell files...