Skip to content

Commit

Permalink
require 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Aug 20, 2023
1 parent 5751694 commit b5ca51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ LIST(APPEND CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake/modules
)

FIND_PACKAGE(deal.II 9.4.0 QUIET
FIND_PACKAGE(deal.II 9.5.0 QUIET
HINTS ${deal.II_DIR} ${DEAL_II_DIR} $ENV{DEAL_II_DIR}
)
IF(NOT ${deal.II_FOUND})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on the mailing list.
In short, ASPECT is configured using CMake and has the following requirements:
- CMake 3.1.0
- GCC, Clang, or Intel compiler with C++14 support
- [deal.II](https://github.com/dealii/dealii) 9.4 or newer configured with:
- [deal.II](https://github.com/dealii/dealii) 9.5.0 or newer configured with:
- MPI, Trilinos, p4est, SUNDIALS (required)
- BLAS/LAPACK, zlib (strongly recommended)
- HDF5 (optional)
Expand Down

0 comments on commit b5ca51b

Please sign in to comment.