-
Notifications
You must be signed in to change notification settings - Fork 772
Description
I've produced a preliminary conda build for OS X:
Try this in a clean environment (that doesn't already have any kind of access to MDAnalysis):
conda config --add channels treddy
conda config --add channels MDAnalysis
conda install mdanalysis
and let me know if you have any issues (it seems to work for me). It is particularly annoying to test this if you work with an environment that already has a source version installed for development, etc. Also, I had to remove the testing from the conda build procedure because of the circular dependency situation -- so running the tests on the Mac conda build would also be helpful.
There's a huge discussion in #751 and elsewhere regarding conda builds that I skimmed through. It looks like scripts are being put in the maintainer package path, although mine look a bit different and I don't see a per-architecture breakdown there yet.