DEAL_II_CONFIGURE_PETSC_ARCH
DEAL_II_CONFIGURE_PETSC_VERSION
- dnl Finally set with-petsc if this hasn't happened yet
- if test "x$with-petsc" = "x" ; then
- with-petsc="yes"
+ dnl Finally set with_petsc if this hasn't happened yet
+ if test "x$with_petsc" = "x" ; then
+ with_petsc="yes"
fi
fi
])
#! /bin/sh
-# From configure.in Revision: 1.201 .
+# From configure.in Revision: 1.202 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.54.
#
echo "${ECHO_T}$PETSC_VERSION" >&6
- if test "x$with-petsc" = "x" ; then
- with-petsc="yes"
+ if test "x$with_petsc" = "x" ; then
+ with_petsc="yes"
fi
fi
fi
-if test "x$with-petsc" != "x" ; then
- if "x$enableshared" != "no" ; then
- abort
+echo $with_petsc
+echo $enableshared
+
+if test "x$with_petsc" != "x" ; then
+ if test "x$enableshared" = "xno" ; then
with_blas="yes"
fi
fi
-
# Check whether --with-blas or --without-blas was given.
if test "${with_blas+set}" = set; then
withval="$with_blas"
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
dnl dependence, but static archives do not have a method to list dependencies)
-if test "x$with-petsc" != "x" ; then
- if "x$enableshared" != "no" ; then
- abort
+echo $with_petsc
+echo $enableshared
+
+if test "x$with_petsc" != "x" ; then
+ if test "x$enableshared" = "xno" ; then
with_blas="yes"
fi
fi
-
dnl -------------------------------------------------------------
dnl Actually include libraries here. Check for the libraries
dnl requiring FORTRAN support first.