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
f327b459
"vscode:/vscode.git/clone" did not exist on "683baf8ee762cceeeae01b3ff04ae4ad606abe70"
Commit
f327b459
authored
Feb 22, 2020
by
rusty1s
Browse files
print library dir
parent
9997d96c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
script/metis.sh
script/metis.sh
+5
-1
setup.py
setup.py
+1
-1
torch_sparse/__init__.py
torch_sparse/__init__.py
+1
-1
No files found.
script/metis.sh
View file @
f327b459
...
...
@@ -12,10 +12,11 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
make
sudo
make
install
else
# Fix GKlib on Windows: https://github.com/jlblancoc/suitesparse-metis-for-windows/issues/6
sed
-i
.bak
-e
'61,69d'
GKlib/gk_arch.h
mkdir
build
cd
build
||
exit
cd
build
||
exit
cmake ..
cmake
--build
.
--config
"Release"
--target
ALL_BUILD
...
...
@@ -25,6 +26,9 @@ else
echo
"--- RELEASE"
ls
libmetis/Release
echo
"
$LIBRARY_LIB
"
echo
"
$LIBRARY_INC
"
cd
..
fi
...
...
setup.py
View file @
f327b459
...
...
@@ -72,7 +72,7 @@ tests_require = ['pytest', 'pytest-cov']
setup
(
name
=
'torch_sparse'
,
version
=
'0.
5.1
'
,
version
=
'0.
6.0
'
,
author
=
'Matthias Fey'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
url
=
'https://github.com/rusty1s/pytorch_sparse'
,
...
...
torch_sparse/__init__.py
View file @
f327b459
...
...
@@ -3,7 +3,7 @@ import os.path as osp
import
torch
__version__
=
'0.
5.1
'
__version__
=
'0.
6.0
'
expected_torch_version
=
(
1
,
4
)
try
:
...
...
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