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
$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
......
......@@ -7,11 +7,14 @@ requirements:
- cmake
- python
- fftw3f
# required for testing python install:
- nose
- numpy
run:
- python
- fftw3f
- numpy
about:
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