thouis / homebrew

The missing package manager for OS X.
http://mxcl.github.com/homebrew
1 stars 3 forks source link

pyzmq for multiprocessing branch #2

Closed LeeKamentsky closed 12 years ago

LeeKamentsky commented 12 years ago

The cellprofiler-dev formula needs to install pyzmq. I did some preliminary experiements to do it manually:

brew zeromq --universal pip install pyzmq --install-option="${HBPREFIX}/Cellar/zeromq/2.2.0"

The build machine can import zmq, so no rush on this.

thouis commented 12 years ago

fixed in 81c6c65