Skip to content
Snippets Groups Projects
Commit 4a9adc94 authored by Radek Hušek's avatar Radek Hušek Committed by Radek Hušek
Browse files

Include parmap.py in generated *.so

parent 9fb0f633
No related branches found
No related tags found
No related merge requests found
......@@ -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]:
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment