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.
2 parents 141732b + ebdb258 commit 5838e45Copy full SHA for 5838e45
Build/Scripts/HYPRE/build_hypre.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-HYPRE_LIB_TAG=v2.33.0
+HYPRE_LIB_TAG=v3.0.0
3
4
CONFMAKE=$1
5
CLEAN_HYPRE=$2
Build/makefile
@@ -12,7 +12,7 @@
12
VPATH = ../Source
13
14
# 3rd part library versions
15
-HYPRE_VERSION=v2.33.0
+HYPRE_VERSION=v3.0.0
16
SUNDIALS_VERSION=v6.7.0
17
18
ifeq ($(shell echo "check_quotes"),"check_quotes")
0 commit comments