Skip to content

Commit

Permalink
Fix build warnings with SuperLU_Dist
Browse files Browse the repository at this point in the history
  • Loading branch information
victorapm committed Nov 28, 2023
1 parent d7bd40d commit e95e200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/fetchHypre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ HYPRE_SRC_DIR=${HYPRE_DIR}/src
cd ${BASE_DIR}
rm -rf ${HYPRE_DIR}
git clone https://github.com/hypre-space/hypre.git ${HYPRE_DIR}
git checkout ${VERSION}

# Assign git variables
cd ${HYPRE_DIR}
git checkout ${VERSION}
HYPRE_DEVELOP_STRING=$(git -C ${HYPRE_SRC_DIR} describe --match 'v*' --long --abbrev=9)
HYPRE_DEVELOP_LASTAG=$(git -C ${HYPRE_SRC_DIR} describe --match 'v*' --abbrev=0)
HYPRE_DEVELOP_NUMBER=$(git -C ${HYPRE_SRC_DIR} rev-list --count $HYPRE_DEVELOP_LASTAG..HEAD)
Expand Down
3 changes: 0 additions & 3 deletions tplMirror/hypre-v2.30.0-3-gcf43b1653.tar.gz

This file was deleted.

3 changes: 3 additions & 0 deletions tplMirror/hypre-v2.30.0-8-g61fa167d7.tar.gz
Git LFS file not shown

0 comments on commit e95e200

Please sign in to comment.