I just tried to install Cantera using homebrew, with the --HEAD option to ensure I got the latest version. However, for some reason homebrew downloads Cython, rather than using the resource already installed on my system via pip.
Also, the Python tests fail after building (I get a "Python quit unexpectedly" message during the tests), but I don't think this is connected, because brewing the 2.2.0 release version also downloads Cython (unnecessarily), but the tests work fine.
Strangely, if I build and test my local version of Cantera (synced to the Github version), the build and tests both go fine. The only differences I could think of are that it's using the installed Cython, and also using my homebrew'ed GCC.
Kyle