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
#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: *
*************************************************/
*/
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
* 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