]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Require gcc 4.9 and clang 4.0. 9817/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 4 Apr 2020 17:36:06 +0000 (11:36 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 4 Apr 2020 17:36:06 +0000 (11:36 -0600)
cmake/setup_compiler_flags_gnu.cmake
doc/readme.html

index f532fb8958f5ecaad566e78bba284c0b6681e176..547301bb2db78faa23a9602a021959dd34ea2fd8 100644 (file)
 #
 
 IF( CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND
-    CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.8" )
+    CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.9" )
   MESSAGE(WARNING "\n"
     "deal.II requires support for features of C++11 that are not present in\n"
-    "versions of GCC prior to 4.8."
+    "versions of GCC prior to 4.9."
+    )
+ENDIF()
+
+IF( CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND
+    CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.0" )
+  MESSAGE(WARNING "\n"
+    "deal.II requires support for features of C++11 that are not present in\n"
+    "versions of Clang prior to 4.0."
     )
 ENDIF()
 
index c620ae0216816b4e6fc2fdde9659bba37dfb7377..4abf18b5af21d922ae6574f2402c4ef79164a0c7 100644 (file)
@@ -62,8 +62,8 @@
         <acronym>deal.II</acronym> supports at least the following platforms:
     </p>
     <ul>
-        <li>GNU/Linux: GCC version 4.8 or later; Clang version 3.3 or later; ICC versions 15 or later</li>
-        <li>Mac OS X: GCC version 4.8 or later; Clang version 3.3 or later. Please see the <a href="https://github.com/dealii/dealii/wiki/MacOSX" target="_top">deal.II Wiki</a> for installation instructions.</li>
+        <li>GNU/Linux: GCC version 4.9 or later; Clang version 4.0 or later; ICC versions 15 or later</li>
+        <li>Mac OS X: GCC version 4.9 or later; Clang version 4.0 or later. Please see the <a href="https://github.com/dealii/dealii/wiki/MacOSX" target="_top">deal.II Wiki</a> for installation instructions.</li>
         <li>Windows: experimental support for Visual Studio 2017. Please have a look at the
             <a href="https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#can-i-use-dealii-on-a-windows-platform">
       FAQ</a> and at the <a href="https://github.com/dealii/dealii/wiki/Windows" target="_top">deal.II Wiki</a> for more information and alternative solutions.</li>

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.