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
b39f6f9c
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "1f766c36fb61f7b1969664645bf38dae93f568a2"
Commit
b39f6f9c
authored
Feb 21, 2020
by
rusty1s
Browse files
fixed windows
parent
4df56708
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
script/metis.sh
script/metis.sh
+3
-2
No files found.
script/metis.sh
View file @
b39f6f9c
...
@@ -7,11 +7,12 @@ tar -xvzf ${METIS}.tar.gz
...
@@ -7,11 +7,12 @@ tar -xvzf ${METIS}.tar.gz
cd
${
METIS
}
||
exit
cd
${
METIS
}
||
exit
sed
-i
.bak
-e
's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g'
include/metis.h
sed
-i
.bak
-e
's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g'
include/metis.h
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
;
then
if
[
"
${
TRAVIS_OS_NAME
}
"
!
=
"windows"
]
;
then
make config
make config
make
make
sudo
make
install
sudo
make
install
else
else
./vsgen
./vsgen
.bat
fi
fi
cd
..
cd
..
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