Open jchodera opened 10 years ago
I'm going to hold off on this one it's probably a minor pain. OpenBabel and RDKit were one-liners via apt-get and conda, but this one will require building fortran library, which is a bit harder to do in a portable way.
Agreed. This will take an hour or two to figure out.
@kyleabeauchamp - Someone made packmol conda-installable as it appears in Omnia now. So I'm guessing this is just a matter of updating https://github.com/omnia-md/conda-recipes/blob/master/openmoltools/meta.yaml to ask for packmol?
Almost. There's also the travis CI version of the conda recipe: https://github.com/choderalab/openmoltools/blob/master/devtools/conda-recipe/meta.yaml
packmol
is indeed present in the omnia binstar:
https://binstar.org/omnia/packmol/files
We should install
packmol
during the travis-ci scripts to facilitate testing of this (optional) feature.Perhaps there's a way for us to make it a conda package?