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

Added comment for OpenCL test exclusion in conda recipe build.sh

parent df1aa30e
...@@ -34,6 +34,8 @@ make -j4 ...@@ -34,6 +34,8 @@ make -j4
make install make install
# Run C tests. # Run C tests.
# Exclude OpenCL tests because @peastman suspects mesa on travis implementation is broken.
# @jchodera and @pgrinaway suspect travis is working, but AMD OpenCL tests are actually failing due to a bug.
ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+" ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
# Install Python wrappers. # Install Python wrappers.
......
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