Skip to content
Snippets Groups Projects
Commit 4728e2aa authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix bug in cuBLAS disabling configure option

parent f845d88f
No related branches found
No related tags found
No related merge requests found
......@@ -576,8 +576,7 @@ if [ "x$LAPACK" != "xno" ]; then
fi
# End of LAPACK checks
# cuBLAS checks
if [ "xCUBLAS" != "xno" ]; then
echo -n "configure: checking for cuBLAS... "
if [ "x$CUBLAS" != "xno" ]; then
pkg-config --version > /dev/null
use_pkg_config=$?
if [ "x${CUDAFLAGS}${CUDALDFLAGS}" = "x" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment