Skip to content
Snippets Groups Projects
Commit e1b3ef8a authored by Markus Blatt's avatar Markus Blatt
Browse files

Removed recursive definition of LIBS. This should fix the gfortran

problem.

Thanks to Bernd Flemisch for pointing this out.

[[Imported from SVN: r5191]]
parent e06558db
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ esac
# Get fortran linker names of PARDISO functions to check for.
AC_F77_FUNC(pardisoinit)
acx_pardiso_save_LIBS="$LIBS"
LIBS="$BLAS_LIBS -llapack -lg2c $LIBS $FLIBS"
LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
# First, check PARDISO_LIBS environment variable
......
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