]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove direct "support" for BLAS.
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 12:37:11 +0000 (12:37 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 12:37:11 +0000 (12:37 +0000)
We don't use blas directly. So remove the dangling config.h.in defines and
macros in ./include/base/*

git-svn-id: https://svn.dealii.org/branches/branch_cmake@26831 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 61ba163bc7f87cb9fba1d73535d6f6e0e9bc47fe..e9aa8738289ef8b9c9d9f1c84fe62a713dc7673b 100644 (file)
 #cmakedefine DEAL_II_USE_ARPACK
 
 
-/***************************************
- * Configured in configure_blas.cmake: *
- ***************************************/
-
-/* Defined if deal.II was configured with BLAS support */
-#cmakedefine HAVE_LIBBLAS
-
-
 /*************************************************
  * Configured in configure_functionparser.cmake: *
  *************************************************/
index 9d1fe27291c89865f435ec3d346879ed561f4c1c..3bf24d05c65e0333e9cfc40ea98e668b2881495d 100644 (file)
@@ -948,14 +948,6 @@ namespace StandardExceptions
                                     */
   DeclException0 (ExcScalarAssignmentOnlyForZeroValue);
 
-                                   /**
-                                    * This function requires the BLAS
-                                    * library. Please reconfigure
-                                    * using the option
-                                    * <tt>--with-blas</tt> and check
-                                    * if it is actually included.
-                                    */
-  DeclException0 (ExcNeedsBLAS);
 
                                    /**
                                     * This function requires the LAPACK
@@ -1061,15 +1053,6 @@ namespace StandardExceptions
  * since we cannot have ifdefs in macros.
  */
 
-/**
- * Assert support for the BLAS library
- */
-#ifdef HAVE_LIBBLAS
-#  define AssertBLAS {}
-#else
-#  define AssertBLAS Assert(false, ExcNeedsBLAS())
-#endif
-
 
 /**
  * Assert support for the LAPACK library

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.