]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
And finally remove configure_blas.cmake
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 12:15:49 +0000 (12:15 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 12:15:49 +0000 (12:15 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26829 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/TODO.CMAKE
deal.II/cmake/configure/configure_blas.cmake [deleted file]

index e1d04429d4890303b8d5adf2288faa1394e6a80f..e97ff26ce7989ba0c1882d75f874612dd40a434c 100644 (file)
@@ -1,15 +1,5 @@
 Major:
 
-* Reorganize the configuration:
-
-    -> Complete the FindModule logic for ARPACK and UMFPACK, i.e.
-
-       -> check for arpack dependency blas in FindARPACK.cmake
-       -> check for UMFPACK dependencies blas and amd in FindUMFPACK.cmake
-
-    -> Remove DEAL_II_WITH_BLAS.
-
-
 * Implement the documentation component. (I don't grok what's going on in
   this makefiles. There is a rudimentary doxygen call, though.)
 
diff --git a/deal.II/cmake/configure/configure_blas.cmake b/deal.II/cmake/configure/configure_blas.cmake
deleted file mode 100644 (file)
index 862b66c..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Configuration for the blas library:
-#
-
-MACRO(FEATURE_BLAS_FIND_EXTERNAL var)
-  FIND_PACKAGE(BLAS)
-
-  IF(BLAS_FOUND)
-    MARK_AS_ADVANCED(
-      atlas_LIBRARY
-      blas_LIBRARY
-      cblas_LIBRARY
-      )
-    SET(${var} TRUE)
-  ENDIF()
-ENDMACRO()
-
-
-MACRO(FEATURE_BLAS_CONFIGURE_EXTERNAL var)
-  ADD_FLAGS(CMAKE_SHARED_LINKER_FLAGS "${BLAS_LINKER_FLAGS}")
-
-  LIST(APPEND DEAL_II_EXTERNAL_LIBRARIES
-    ${BLAS_LIBRARIES}
-    )
-
-  SET(HAVE_LIBBLAS TRUE)
-
-  SET(${var} TRUE)
-ENDMACRO()
-
-
-CONFIGURE_FEATURE(BLAS)
-

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.