From: Toby D. Young Date: Fri, 27 Aug 2010 20:50:02 +0000 (+0000) Subject: Reverted previous ARPACK patch it does not help it is not relevant for now X-Git-Tag: v8.0.0~5642 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d5dc1328412dcfd35fd101e719bd2f6253519b;p=dealii.git Reverted previous ARPACK patch it does not help it is not relevant for now git-svn-id: https://svn.dealii.org/trunk@21759 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 82c82ada55..db1daed988 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -460,15 +460,6 @@ if test "x$with_lapack" != "x" -a "x$with_lapack" != "xno" ; then fi fi -dnl ARPACK wants to see BLAS nd LAPACK too. -if test "x$with_arpack" != "x" -a "x$with_arpack" != "xno" ; then - if test "x$with_blas" = "x" -o "x$with_blas" = "xno"; then - with_blas="yes" - fi - if test "x$with_lapack" = "x" -o "x$with_lapack" = "xno"; then - with_lapack="yes" - fi -fi dnl Likewise, if we use PETSc and link statically, we have to add blas to the dnl linker line (if we use shared libs, then the PETSc libs already carry this