gap-packages / ZeroMQInterface

GAP Bindings to ZeroMQ
https://gap-packages.github.io/ZeroMQInterface
GNU General Public License v2.0
2 stars 5 forks source link

Support multiple ZeroMQ contexts #19

Open markuspf opened 6 years ago

pedritomelenas commented 2 months ago

Actually, as told on slack by @fingolfin, ./configure --with-zmq=/opt/homebrew/opt/zeromq is needed for macos if zeromq is installed via brew

fingolfin commented 2 weeks ago

In the past I added some code for finding dependencies on systems using Homebrew in the GAP configure.ac (search for brew) and also to cddinterface/configure.ac, those two might be helpful to anyone who might be interested in tackling this issue.