]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Increase minimum required version of GCC.
authorJean-Paul Pelteret <jppelteret@gmail.com>
Tue, 16 Jun 2020 21:15:54 +0000 (23:15 +0200)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Tue, 16 Jun 2020 21:18:26 +0000 (23:18 +0200)
cmake/setup_compiler_flags_gnu.cmake
doc/readme.html

index a14a4b97174edfa10bd8eb1a3cd9763f17b4fe09..f53eaeb9ff0cc586fceca1cca19ddc5221d9cc39 100644 (file)
 #
 
 IF( CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND
-    CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.9" )
+    CMAKE_CXX_COMPILER_VERSION VERSION_LESS "5.0" )
   MESSAGE(FATAL_ERROR "\n"
     "deal.II requires support for features of C++14 that are not present in\n"
-    "versions of GCC prior to 4.9."
+    "versions of GCC prior to 5.0."
     )
 ENDIF()
 
index eecdd24ea195188a2365437c277956838b3ff71d..e8d370727dfa8fc9cbdddf7b924735e9a1249d47 100644 (file)
@@ -62,8 +62,8 @@
         <acronym>deal.II</acronym> supports at least the following platforms:
     </p>
     <ul>
-        <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; <a href="https://en.wikipedia.org/wiki/Xcode#Xcode_7.0_-_11.x_(since_Free_On-Device_Development)">Apple Clang version 9.0</a>  or later. 
+        <li>GNU/Linux: GCC version 5.0 or later; Clang version 4.0 or later; ICC versions 15 or later</li>
+        <li>Mac OS X: GCC version 5.0 or later; Clang version 4.0 or later; <a href="https://en.wikipedia.org/wiki/Xcode#Xcode_7.0_-_11.x_(since_Free_On-Device_Development)">Apple Clang version 9.0</a>  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">

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.