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
bdd1ced8
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "b078dd157cbca4ba31ce49128b0d8e1e4da99b39"
Commit
bdd1ced8
authored
Aug 23, 2021
by
rusty1s
Browse files
fix MSVC
parent
1008c215
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
16 deletions
+2
-16
.github/workflows/metis-Windows.sh
.github/workflows/metis-Windows.sh
+2
-16
No files found.
.github/workflows/metis-Windows.sh
View file @
bdd1ced8
...
@@ -2,20 +2,6 @@
...
@@ -2,20 +2,6 @@
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"
...
@@ -29,7 +15,7 @@ cd build || exit
...
@@ -29,7 +15,7 @@ cd build || exit
cmake ..
-A
x64
# Ensure we are building with x64
cmake ..
-A
x64
# Ensure we are building with x64
cmake
--build
.
--config
"Release"
--target
ALL_BUILD
cmake
--build
.
--config
"Release"
--target
ALL_BUILD
cp
libmetis/Release/metis.lib /c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30
037
/lib/x64
cp
libmetis/Release/metis.lib /c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30
133
/lib/x64
cp
../include/metis.h /c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30
037
/include
cp
../include/metis.h /c/Program
\
Files
\ \(
x86
\)
/Microsoft
\
Visual
\
Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30
133
/include
rm
-f
"
${
METIS
}
"
rm
-f
"
${
METIS
}
"
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