Commit 6ddb633c authored by kyleabeauchamp's avatar kyleabeauchamp
Browse files

Remove hardcoded reference to my fork in build_conda_package_vagrant.sh

parent c7aa1d00
...@@ -2,7 +2,7 @@ export PATH=$HOME/miniconda/bin:$PATH ...@@ -2,7 +2,7 @@ export PATH=$HOME/miniconda/bin:$PATH
export SWIG_LIB=$HOME/miniconda/share/swig/ export SWIG_LIB=$HOME/miniconda/share/swig/
export CC="clang++" export CC="clang++"
git clone -b vagrant https://github.com/kyleabeauchamp/openmm.git git clone -b vagrant https://github.com/simtk/openmm.git
cd openmm cd openmm
conda install --file tools/ci/requirements-conda.txt --yes conda install --file tools/ci/requirements-conda.txt --yes
conda build tools/conda-recipe conda build tools/conda-recipe
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment