Skip to content

Commit 741d810

Browse files
committed
FDS Build: Update Hypre and Sundials verison in CMakeLists
1 parent 260a539 commit 741d810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if(USE_HYPRE)
148148
include(FetchContent)
149149
# As we are not using the system hypre, we need to choose the version we
150150
# want
151-
set(HYPRE_GIT_VERSION "2.32.0" )
151+
set(HYPRE_GIT_VERSION "3.0.0" )
152152
FetchContent_Declare(
153153
HYPRE
154154
GIT_REPOSITORY https://github.com/hypre-space/hypre.git
@@ -186,7 +186,7 @@ if(USE_SUNDIALS)
186186
include(FetchContent)
187187
# As we are not using the system sundials, we need to choose the version
188188
# we want
189-
set(SUNDIALS_GIT_VERSION "6.7.0")
189+
set(SUNDIALS_GIT_VERSION "7.5.0")
190190
FetchContent_Declare(
191191
SUNDIALS
192192
GIT_REPOSITORY https://github.com/LLNL/sundials.git

0 commit comments

Comments
 (0)