We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58f558 commit aedd9b3Copy full SHA for aedd9b3
recipe/build-mpi.sh
@@ -151,7 +151,7 @@ export LIBRARY_PATH="$PREFIX/lib"
151
--with-wrapper-fcflags="-I$PREFIX/include" \
152
--with-wrapper-ldflags="-L$PREFIX/lib -Wl,-rpath,$PREFIX/lib" \
153
--with-sge \
154
- $build_with_cuda
+ $build_with_cuda || (cat config.log; false)
155
156
make -j"${CPU_COUNT:-1}"
157
make install
0 commit comments