Skip to content

Commit dbe7633

Browse files
committed
FDS Build: Add Hypre version 3.0.0 for Windows
1 parent 24d5e8f commit dbe7633

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/Scripts/HYPRE/build_hypre.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set LIB_TAG=v2.33.0
2+
set LIB_TAG=v3.0.0
33

44
::*** library and tag name are the same
55

Build/Scripts/HYPRE/build_hypre.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ fi
1414

1515
echo "Checking for hypre library..."
1616

17-
if [ -d "$FIREMODELS/libs/hypre" ]; then
17+
if [ -d "$FIREMODELS/libs/hypre/$HYPRE_LIB_TAG" ]; then
1818
echo "Hypre library exists. Skipping hypre build."
1919
# List all directories under $FIREMODELS/libs/hypre
20-
hypre_lib_dir=$(ls -d $FIREMODELS/libs/hypre/*/)
20+
hypre_lib_dir=$(ls -d $FIREMODELS/libs/hypre/$HYPRE_LIB_TAG/)
2121
# Extract the version part (removes the leading path)
2222
HYPRE_VERSION=$(basename $hypre_lib_dir)
2323
export HYPRE_HOME=$FIREMODELS/libs/hypre/$HYPRE_VERSION

0 commit comments

Comments
 (0)