We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260a539 commit 741d810Copy full SHA for 741d810
CMakeLists.txt
@@ -148,7 +148,7 @@ if(USE_HYPRE)
148
include(FetchContent)
149
# As we are not using the system hypre, we need to choose the version we
150
# want
151
- set(HYPRE_GIT_VERSION "2.32.0" )
+ set(HYPRE_GIT_VERSION "3.0.0" )
152
FetchContent_Declare(
153
HYPRE
154
GIT_REPOSITORY https://github.com/hypre-space/hypre.git
@@ -186,7 +186,7 @@ if(USE_SUNDIALS)
186
187
# As we are not using the system sundials, we need to choose the version
188
# we want
189
- set(SUNDIALS_GIT_VERSION "6.7.0")
+ set(SUNDIALS_GIT_VERSION "7.5.0")
190
191
SUNDIALS
192
GIT_REPOSITORY https://github.com/LLNL/sundials.git
0 commit comments