Skip to content
Snippets Groups Projects
Commit 221788ce authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing detection of SUITESPARSE

parent f4a04798
No related branches found
No related tags found
No related merge requests found
...@@ -75,13 +75,13 @@ AC_CANONICAL_HOST ...@@ -75,13 +75,13 @@ AC_CANONICAL_HOST
# specifically based on the host # specifically based on the host
case $host_os in case $host_os in
darwin* ) darwin* )
RT_LIB="" RT_LIB=" $BLAS_LIBS"
;; ;;
linux*) linux*)
RT_LIB="-lrt" RT_LIB="-lrt $BLAS_LIBS"
;; ;;
*) *)
RT_LIB="-lrt" RT_LIB="-lrt $BLAS_LIBS"
;; ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment