]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Checks for availability of LAPACK functions dsygv and ssygv included
authorwillems <willems@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Apr 2010 15:22:45 +0000 (15:22 +0000)
committerwillems <willems@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Apr 2010 15:22:45 +0000 (15:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@20964 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/config.h.in

index 522981ad28c4b886002e6faafa23e3b6e75d713c..5ca281405868dc961975c1a786aa58d64ba1b9d7 100644 (file)
 /* Define to 1 if you have the `dstev_' function. */
 #undef HAVE_DSTEV_
 
+/* Define to 1 if you have the `dsygv_' function. */
+#undef HAVE_DSYGV_
+
 /* Define to 1 if you have the `dtrtrs_' function. */
 #undef HAVE_DTRTRS_
 
 /* Define to 1 if you have the `sstev_' function. */
 #undef HAVE_SSTEV_
 
+/* Define to 1 if you have the `ssygv_' function. */
+#undef HAVE_SSYGV_
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
  */
 #define DEAL_II_PETSC_VERSION_LT(major,minor,subminor) \
   ((PETSC_VERSION_MAJOR * 10000 + \
-    PETSC_VERSION_MINOR   * 100 + \
-    PETSC_VERSION_SUBMINOR)       \
+    PETSC_VERSION_MINOR * 100 + \
+    PETSC_VERSION_SUBMINOR) \
     <  \
     (major)*10000 + (minor)*100 + (subminor))
 
 #define DEAL_II_PETSC_VERSION_GTE(major,minor,subminor) \
   ((PETSC_VERSION_MAJOR * 10000 + \
-    PETSC_VERSION_MINOR   * 100 + \
-    PETSC_VERSION_SUBMINOR)       \
+    PETSC_VERSION_MINOR * 100 + \
+    PETSC_VERSION_SUBMINOR) \
     >=  \
     (major)*10000 + (minor)*100 + (subminor))
 

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.