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
Branches
Tags
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.
Please register or to comment