Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
1008c215
Commit
1008c215
authored
Aug 23, 2021
by
rusty1s
Browse files
fix MSVC
parent
4c8e5298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.github/workflows/metis-Windows.sh
.github/workflows/metis-Windows.sh
+14
-0
No files found.
.github/workflows/metis-Windows.sh
View file @
1008c215
...
@@ -2,6 +2,20 @@
...
@@ -2,6 +2,20 @@
METIS
=
metis-5.1.0
METIS
=
metis-5.1.0
ls
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/
echo
"----------------"
ls
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019
echo
"----------------"
ls
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise
echo
"----------------"
ls
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC
echo
"----------------"
ls
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC/Tools
echo
"----------------"
ls
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC/Tools/MSVC
echo
"----------------"
ls
/c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30037
curl
-k
-L
"http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/
${
METIS
}
.tar.gz"
--output
"
${
METIS
}
.tar.gz"
curl
-k
-L
"http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/
${
METIS
}
.tar.gz"
--output
"
${
METIS
}
.tar.gz"
tar
-xvzf
"
${
METIS
}
.tar.gz"
tar
-xvzf
"
${
METIS
}
.tar.gz"
rm
-f
"
${
METIS
}
.tar.gz"
rm
-f
"
${
METIS
}
.tar.gz"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment