-dnl ------------------------------------------------------------
-dnl Check whether some of the HSL functions have been dropped
-dnl into their respective place in the contrib subdir.
-dnl Check for the following functions to be there:
-dnl MA27: needs files ma27.f
-dnl MA47: needs files ma47.f ma47.dep
-dnl
-dnl Usage: DEAL_II_CONFIGURE_HSL
-dnl
-dnl ------------------------------------------------------------
-AC_DEFUN(DEAL_II_CONFIGURE_HSL, dnl
-[
- AC_MSG_CHECKING(for HSL subroutines)
- hsl_subroutines=""
- if test -r contrib/hsl/source/ma27.f ; then
- hsl_subroutines="$hsl_subroutines MA27"
- AC_DEFINE(HAVE_HSL_MA27, 1,
- [Availability of the MA27 algorithm from HSL])
- fi
-
- if (test -r contrib/hsl/source/ma47.f && \
- test -r contrib/hsl/source/ma47dep.f) ; then
- hsl_subroutines="$hsl_subroutines MA47"
- AC_DEFINE(HAVE_HSL_MA47, 1,
- [Availability of the MA47 algorithm from HSL])
- fi
-
- if test "x$hsl_subroutines" != "x" ; then
- AC_MSG_RESULT($hsl_subroutines)
- USE_CONTRIB_HSL=yes
- AC_SUBST(HSL_INCLUDE_DIR,'-I$D/contrib/hsl/include')
- AC_SUBST(NEEDS_F77LIBS,"yes")
- else
- AC_MSG_RESULT(none found)
- fi
-])
-
-
-
dnl -------------------------------------------------------------
dnl Check for the Tecplot API. If it is found we will be able to write
dnl Tecplot binary files directly.
-/* Availability of the MA27 algorithm from HSL */
-#cmakedefine HAVE_HSL_MA27
-
-/* Availability of the MA47 algorithm from HSL */
-#cmakedefine HAVE_HSL_MA47
-
/**
* A #define that indicates whether we are using the Microsoft
* Windows Visual C/C++ compiler. We currently do not run ./configure