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
0bf20ca7
Commit
0bf20ca7
authored
Feb 22, 2020
by
rusty1s
Browse files
test cmake
parent
bf040066
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
script/metis.sh
script/metis.sh
+11
-9
No files found.
script/metis.sh
View file @
0bf20ca7
...
@@ -10,18 +10,20 @@ sed -i.bak -e 's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g' include/metis.h
...
@@ -10,18 +10,20 @@ 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
else
else
./vsgen.bat
mkdir
build
echo
"--- BUILD"
cd
build
||
exit
ls
build
echo
"--- WINDOWS"
cmake ..
ls
build/windows
cmake
--build
.
--config
"Release"
--target
ALL_BUILD
echo
"--- LIBMETIS"
echo
"--- LIBMETIS"
ls
build/windows/
libmetis
ls
libmetis
echo
"--- RELEASE"
echo
"--- RELEASE"
ls
build/windows/libmetis/Release
ls
libmetis/Release
fi
sudo
make
install
cd
..
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