Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build/Scripts/HYPRE/build_hypre.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
HYPRE_LIB_TAG=v2.33.0
HYPRE_LIB_TAG=v3.0.0

CONFMAKE=$1
CLEAN_HYPRE=$2
Expand Down
2 changes: 1 addition & 1 deletion Build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
VPATH = ../Source

# 3rd part library versions
HYPRE_VERSION=v2.33.0
HYPRE_VERSION=v3.0.0
SUNDIALS_VERSION=v6.7.0

ifeq ($(shell echo "check_quotes"),"check_quotes")
Expand Down
Loading