]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Be a bit more flexible in finding BLACS on DARWIN
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 21:59:48 +0000 (21:59 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 21:59:48 +0000 (21:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@30117 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/modules/FindSCALAPACK.cmake

index 32adc9b5ffd67dfd69aed8541f813bcecdf56081..4cd616dbaee956bba9a5d4d2b7b7dc7158422f6c 100644 (file)
@@ -51,7 +51,7 @@ FIND_PACKAGE(LAPACK)
 FOREACH(_lib blacs blacsCinit blacsF77init)
   STRING(TOUPPER "${_lib}" _lib_upper)
   FIND_LIBRARY(${_lib_upper}_LIBRARY
-    NAMES ${_lib} ${_lib}_MPI-LINUX-0
+    NAMES ${_lib} ${_lib}_MPI-LINUX-0 ${_lib}_MPI-DARWIN-0
     HINTS
       ${BLACS_DIR}
       ${SCALAPACK_DIR}

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.