"platforms/vscode:/vscode.git/clone" did not exist on "116a99ba8aa07b47aadf6dc0b3a36c8555471dec"
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
make install
# 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]+"
# 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