Skip to content

Commit aedd9b3

Browse files
authored
Update build-mpi.sh
1 parent d58f558 commit aedd9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/build-mpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export LIBRARY_PATH="$PREFIX/lib"
151151
--with-wrapper-fcflags="-I$PREFIX/include" \
152152
--with-wrapper-ldflags="-L$PREFIX/lib -Wl,-rpath,$PREFIX/lib" \
153153
--with-sge \
154-
$build_with_cuda
154+
$build_with_cuda || (cat config.log; false)
155155

156156
make -j"${CPU_COUNT:-1}"
157157
make install

0 commit comments

Comments
 (0)