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

5
git clone -b vagrant https://github.com/simtk/openmm.git
kyleabeauchamp's avatar
kyleabeauchamp committed
6
7
8
cd openmm
conda install --file tools/ci/requirements-conda.txt --yes
conda build tools/conda-recipe