AC_SUBST(DEAL_II_PETSC_VERSION_MAJOR)
AC_SUBST(DEAL_II_PETSC_VERSION_MINOR)
AC_SUBST(DEAL_II_PETSC_VERSION_SUBMINOR)
+AC_SUBST(USE_PETSC_DEV)
AC_SUBST(DEAL_II_PETSC_MPIUNI_LIB)
AC_SUBST(DEAL_II_DEFINE_DEAL_II_USE_PETSC)
>= \
(major)*10000 + (minor)*100 + (subminor))
+#define DEAL_II_PETSC_VERSION_DEV() \
+ (DEAL_II_USE_PETSC_DEV)
+
#include <deal.II/base/numbers.h>
#include <deal.II/base/types.h>
going to be used */
#undef DEAL_II_USE_PETSC_COMPLEX
+/* Defined if a PETSc installation was found and is not a release */
+#undef DEAL_II_USE_PETSC_DEV
+
/* Defined if a SLEPc installation was found and is going to be used */
#undef DEAL_II_USE_SLEPC
>= \
(major)*10000 + (minor)*100 + (subminor))
+#define DEAL_II_PETSC_VERSION_DEV() \
+ (DEAL_II_USE_PETSC_DEV)
+
#include <deal.II/base/numbers.h>
#include <deal.II/base/types.h>
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams