]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update the 'TODO'-list
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2012 13:16:34 +0000 (13:16 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2012 13:16:34 +0000 (13:16 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26904 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/features.m4
deal.II/include/deal.II/base/config.h.in.old

index 8cce67e9183b748a7b75a1434a1b7e240bfce007..3adbdc4beab31a1cfa52b0cce407cd33ae7aff94 100644 (file)
@@ -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.
index b950a7ebb4963bb6d594bb1a21cbdb3536985f16..a853c94766a99a5000073b5daf08413228e466f2 100644 (file)
@@ -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

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


Typeset in Trocchi and Trocchi Bold Sans Serif.