dnl
dnl Like always, we have to cake care of version control!
case "${DEAL_II_PETSC_VERSION_MAJOR}.${DEAL_II_PETSC_VERSION_MINOR}.${DEAL_II_PETSC_VERSION_SUBMINOR}" in
- 2.3*) dnl
+ 2.3.*) dnl
AC_TRY_COMPILE(
[#include "$DEAL_II_PETSC_DIR/bmake/$DEAL_II_PETSC_ARCH/petscconf.h"
],
#
# also, note that this only works for PETSc before 2.3 :-]
ifeq ($(USE_CONTRIB_PETSC),yes)
- ifeq ($(DEAL_II_PETSC_VERSION_MINOR),2)
- include $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH)/packages
+ ifeq ($(DEAL_II_PETSC_VERSION_MAJOR),2)
+ ifeq ($(DEAL_II_PETSC_VERSION_MINOR),2)
+ include $(DEAL_II_PETSC_DIR)/bmake/$(DEAL_II_PETSC_ARCH)/packages
+ endif
endif
INCLUDE += -I$(include-path-petsc) -I$(include-path-petsc-bmake)\
$(MPI_INCLUDE)
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