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

Added numpy to build requirements (for testing) and set OPENMM_PLUGIN_DIR to...

Added numpy to build requirements (for testing) and set OPENMM_PLUGIN_DIR to enable locating imports.
parent 8873d0c5
...@@ -43,6 +43,7 @@ cd python ...@@ -43,6 +43,7 @@ cd python
$PYTHON setup.py install $PYTHON setup.py install
# Run Python tests. # Run Python tests.
export OPENMM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins
nosetests -vv --processes=-1 --process-timeout=200 nosetests -vv --processes=-1 --process-timeout=200
# Remove one random file # Remove one random file
......
...@@ -7,11 +7,14 @@ requirements: ...@@ -7,11 +7,14 @@ requirements:
- cmake - cmake
- python - python
- fftw3f - fftw3f
# required for testing python install:
- nose - nose
- numpy
run: run:
- python - python
- fftw3f - fftw3f
- numpy
about: about:
home: https://simtk.org/home/openmm home: https://simtk.org/home/openmm
......
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