build_conda_package_vagrant.sh 269 Bytes
Newer Older
kyleabeauchamp's avatar
kyleabeauchamp committed
1
2
3
4
5
6
7
8
export PATH=$HOME/miniconda/bin:$PATH
export SWIG_LIB=$HOME/miniconda/share/swig/
export CC="clang++"

git clone -b vagrant https://github.com/kyleabeauchamp/openmm.git
cd openmm
conda install --file tools/ci/requirements-conda.txt --yes
conda build tools/conda-recipe