Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
group-connectivity-pub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radek Hušek
group-connectivity-pub
Commits
4a9adc94
Commit
4a9adc94
authored
9 years ago
by
Radek Hušek
Committed by
Radek Hušek
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Include parmap.py in generated *.so
parent
9fb0f633
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
groupConnectivity.pyx
+1
-1
1 addition, 1 deletion
groupConnectivity.pyx
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
groupConnectivity.pyx
+
1
−
1
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
]:
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment