Commit d837230c authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Minor cleanup.

parent 6f290210
......@@ -42,13 +42,9 @@ export OPENMM_LIB_PATH=$PREFIX/lib
cd python
$PYTHON setup.py install
# Run Python tests.
#export OPENMM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins
#nosetests -vv --processes=-1 --process-timeout=200
# Remove one random file
#rm $PREFIX/bin/TestReferenceHarmonicBondForce
# Copy all tests to bin directory so they will be distributed with install package.
#cp Test* $PREFIX/bin
cp Test* $PREFIX/bin
......@@ -7,8 +7,6 @@ requirements:
- cmake
- python
- fftw3f
#- nose
#- numpy
run:
- python
......
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