]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Bugfix: Treat libclang_rt and libclang_rt.osx as system library
authorMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 4 Jun 2014 17:05:55 +0000 (17:05 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 4 Jun 2014 17:05:55 +0000 (17:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@33012 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/macros/macro_filter_system_libraries.cmake
deal.II/cmake/modules/FindPETSC.cmake
deal.II/doc/news/changes.h

index 49b4e75bf3fa77bfdbce1394f5c236f4aa49fab8..9c73bc95bed9670412f83693cfbdf027f241aafe 100644 (file)
@@ -33,7 +33,7 @@ MACRO(FILTER_SYSTEM_LIBRARIES _feature)
       SET(_tmp_${_variable} ${${_variable}})
       SET(${_variable} "")
       FOREACH(_lib ${_tmp_${_variable}})
-        IF(_lib MATCHES "lib(c|quadmath|gfortran|m|rt|nsl|dl|pthread).so$")
+        IF(_lib MATCHES "lib(c|quadmath|gfortran|m|rt|nsl|dl|pthread|clang_rt|clang_rt.osx)\\.(a|so)$")
           string(REGEX REPLACE ".*lib([a-z]+).so$" "\\1" _lib ${_lib})
         ENDIF()
         LIST(APPEND ${_variable} ${_lib})
index 4cc4aef5198fbef9b608480816584c888c87bfe5..99edd238d598e7e13652ac7aad249599ada926a1 100644 (file)
@@ -190,7 +190,7 @@ IF(NOT PETSC_PETSCVARIABLES MATCHES "-NOTFOUND")
 
       LIST(APPEND _cleanup_variables PETSC_LIBRARY_${_token})
 
-      IF(_token MATCHES "^(c|quadmath|gfortran|m|rt|nsl|dl|pthread)$")
+      IF(_token MATCHES "^(c|quadmath|gfortran|m|rt|nsl|dl|pthread|clang_rt|clang_rt.osx)$")
         FIND_SYSTEM_LIBRARY(PETSC_LIBRARY_${_token} NAMES ${_token})
         IF(NOT PETSC_LIBRARY_${_token} MATCHES "-NOTFOUND")
           LIST(APPEND _petsc_libraries ${PETSC_LIBRARY_${_token}})
index 93f6835018ad7b62f7bea6ba6f9d18349d82a656..0df68bcad08c0fc1c2b70eb652daa4fdcc0fd52a 100644 (file)
@@ -148,6 +148,11 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
+  <li> Bugfix: Also treat libclang_rt and libclang_rt.osx as system libraries.
+  <br>
+  (Matthias Maier, 2014/06/04)
+  </li>
+
   <li> Improved: ParameterHandler parsing added to DoFOutputOperator
   <br>
   (Guido Kanschat, 2014/06/03)

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.