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 4bf18b9 + 7f3aa18 commit b203e46Copy full SHA for b203e46
suitesparse.sh
@@ -1,10 +1,11 @@
1
2
-if [[ $1 =~ refs/tags/([0-9]\.[0-9]\.[0-9]).*$ ]];
+if [[ $1 =~ refs/tags/([0-9]*\.[0-9]*\.[0-9]*)\..*$ ]];
3
then
4
VERSION=${BASH_REMATCH[1]}
5
else
6
exit -1
7
fi
8
+echo VERSION: $VERSION
9
10
curl -L https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v${VERSION}.tar.gz | tar xzf -
11
cd GraphBLAS-${VERSION}/build
0 commit comments