Skip to content

Commit 4cba560

Browse files
committed
scripts: remove version scripts from hypre/sundials bash build scripts
1 parent 09a158c commit 4cba560

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Build/Scripts/HYPRE/build_hypre.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
CONFMAKE=$1
33
CLEAN_HYPRE=$2
4-
source ../hypre_version.sh
54

65
dir=`pwd`
76

Build/Scripts/SUNDIALS/build_sundials.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
CONFMAKE=$1
33
CLEAN_SUNDIALS=$2
4-
source ../sundials_version.sh
54

65
dir=`pwd`
76

0 commit comments

Comments
 (0)