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
4a9adc94
Commit
4a9adc94
authored
Dec 10, 2015
by
Radek Hušek
Committed by
Radek Hušek
Nov 09, 2017
Browse files
Include parmap.py in generated *.so
parent
9fb0f633
Changes
2
Show whitespace changes
Inline
Side-by-side
groupConnectivity.pyx
View file @
4a9adc94
...
...
@@ -2,7 +2,7 @@ from libcpp.vector cimport vector
from
libcpp
cimport
bool
from
libcpp.utility
cimport
pair
from
sage.graphs.graph
import
Graph
from
parmap
import
parmap
include
"
parmap
.py"
cdef
extern
from
"group-connectivity.h"
namespace
"Ring"
:
cdef
cppclass
Z4
[
T
]:
...
...
setup.py
View file @
4a9adc94
...
...
@@ -3,7 +3,7 @@ from distutils.extension import Extension
from
Cython.Build
import
cythonize
setup
(
name
=
'
FFtester
'
,
name
=
'
GroupConnectivity
'
,
version
=
'1.0'
,
ext_modules
=
cythonize
([
Extension
(
"groupConnectivity"
,
...
...
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