From 5ceb53de1e0111f8f269fd72acb034543972d339 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 1 Oct 2012 13:16:34 +0000 Subject: [PATCH] Update the 'TODO'-list git-svn-id: https://svn.dealii.org/branches/branch_cmake@26904 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/features.m4 | 39 -------------------- deal.II/include/deal.II/base/config.h.in.old | 6 --- 2 files changed, 45 deletions(-) diff --git a/deal.II/cmake/features.m4 b/deal.II/cmake/features.m4 index 8cce67e918..3adbdc4bea 100644 --- a/deal.II/cmake/features.m4 +++ b/deal.II/cmake/features.m4 @@ -1,42 +1,3 @@ -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. diff --git a/deal.II/include/deal.II/base/config.h.in.old b/deal.II/include/deal.II/base/config.h.in.old index b950a7ebb4..a853c94766 100644 --- a/deal.II/include/deal.II/base/config.h.in.old +++ b/deal.II/include/deal.II/base/config.h.in.old @@ -196,12 +196,6 @@ TODO: -/* 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 -- 2.39.5