Commit 4728e2aa authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix bug in cuBLAS disabling configure option

parent f845d88f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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