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
1a297123
Commit
1a297123
authored
Feb 21, 2020
by
rusty1s
Browse files
make install
parent
b39f6f9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+2
-0
script/metis.sh
script/metis.sh
+2
-1
No files found.
README.md
View file @
1a297123
...
...
@@ -59,6 +59,8 @@ $ echo $CPATH
>>> /usr/local/cuda/include:...
```
Afterwards, download and install the
[
METIS library
](
http://glaros.dtc.umn.edu/gkhome/metis/metis/download
)
by following the instructions in the
`Install.txt`
file.
Then run:
```
...
...
script/metis.sh
View file @
1a297123
...
...
@@ -10,9 +10,10 @@ sed -i.bak -e 's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g' include/metis.h
if
[
"
${
TRAVIS_OS_NAME
}
"
!=
"windows"
]
;
then
make config
make
sudo
make
install
else
./vsgen.bat
fi
sudo
make
install
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