Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update supported version numbers #13982

Merged
merged 2 commits into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/external-libs/petsc.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4>Installing <acronym>deal.II</acronym> with PETSc</h4>

<p style="color: red"><b>Note:</b> The most recent version of PETSc
that has been reported to be compatible with
<acronym>deal.II</acronym> is version 3.13.1. If you use a later
<acronym>deal.II</acronym> is version 3.17.1. If you use a later
version than this and encounter problems, let us
know. <acronym>deal.II</acronym> does not support versions of PETSc prior
to 3.3.0.
Expand Down
2 changes: 1 addition & 1 deletion doc/external-libs/trilinos.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h5>Installing Trilinos</h5>

<p style="color: red">
Note: The current version of deal.II requires at least Trilinos 12.4.
Deal.II is known to work with Trilinos up to 12.18. Other versions of
Deal.II is known to work with Trilinos up to 13.4. Other versions of
Trilinos should work too but have not been tested prior to the
release.
</p>
Expand Down
4 changes: 2 additions & 2 deletions doc/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ <h3>Supported platforms</h3>
<acronym>deal.II</acronym> supports at least the following platforms:
</p>
<ul>
<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.
<li>GNU/Linux: GCC version 5.0 or later; Clang version 5.0 or later; ICC versions 15 or later</li>
<li>Mac OS X: GCC version 5.0 or later; Clang version 5.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">
Expand Down