"...src/ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "4334eca93be9e37ddba2a390ab23e9da10eb6d35"
Commit ec43cdcc authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Restored parallel conda build; attempting to add C tests.

parent bb87353a
...@@ -12,6 +12,11 @@ script: ...@@ -12,6 +12,11 @@ script:
- source activate $python - source activate $python
- conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-* - conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
- conda list -e - conda list -e
- # run C tests
- pushd .
- cd tools/conda-recipe/build
- ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
- popd
- # run the python tests too - # run the python tests too
- pushd . - pushd .
- cd wrappers/python/tests - cd wrappers/python/tests
......
...@@ -30,8 +30,7 @@ cp -r $RECIPE_DIR/../.. . ...@@ -30,8 +30,7 @@ cp -r $RECIPE_DIR/../.. .
mkdir build mkdir build
cd build cd build
cmake .. $CMAKE_FLAGS cmake .. $CMAKE_FLAGS
#make -j4 # faster make -j4
make # simpler to debug
make install make install
export OPENMM_INCLUDE_PATH=$PREFIX/include export OPENMM_INCLUDE_PATH=$PREFIX/include
......
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