Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Radek Hušek
group-connectivity-pub
Commits
8159ab03
Commit
8159ab03
authored
Jul 23, 2017
by
Radek Hušek
Browse files
fix building groupConnectivity.so
parent
e054d7a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8159ab03
...
...
@@ -4,7 +4,7 @@ default: groupConnectivity.so clean_obj
groupConnectivity.so
:
groupConnectivity.pyx group-connectivity.h setup.py compileTimeOptions.h generateCompileTimeOptions.sh rings.h fast-array.h twoCuts.h parmap.py groupConnectivityNaive.py
./generateCompileTimeOptions.sh
>
options.h
python setup.py build_ext
python
2
setup.py build_ext
cp
build/lib
*
/groupConnectivity.so .
clean_obj
:
...
...
groupConnectivityNaive.py
View file @
8159ab03
...
...
@@ -155,6 +155,7 @@ if __name__ == "__main__":
(
f
,
t
)
=
doctest
.
testmod
()
print
"%s: %i tests of %i failed."
%
(
__file__
,
f
,
t
)
if
f
>
0
:
from
sys
import
exit
exit
(
1
)
parmap.py
View file @
8159ab03
...
...
@@ -146,5 +146,6 @@ if __name__ == "__main__":
(
f
,
t
)
=
doctest
.
testmod
()
print
"%s: %i tests of %i failed."
%
(
__file__
,
f
,
t
)
if
f
>
0
:
from
sys
import
exit
exit
(
1
)
Write
Preview
Supports
Markdown
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