Skip to content

Commit 5838e45

Browse files
Merge pull request #15641 from marcosvanella/master
FDS Makefiles: Bump HYPRE version to 3.0.0.
2 parents 141732b + ebdb258 commit 5838e45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build/Scripts/HYPRE/build_hypre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
HYPRE_LIB_TAG=v2.33.0
2+
HYPRE_LIB_TAG=v3.0.0
33

44
CONFMAKE=$1
55
CLEAN_HYPRE=$2

Build/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
VPATH = ../Source
1313

1414
# 3rd part library versions
15-
HYPRE_VERSION=v2.33.0
15+
HYPRE_VERSION=v3.0.0
1616
SUNDIALS_VERSION=v6.7.0
1717

1818
ifeq ($(shell echo "check_quotes"),"check_quotes")

0 commit comments

Comments
 (0)