Skip to content

Commit a04ab9e

Browse files
committed
Adapt setup.py: Remove no longer existing particles.cython_functions.pyx module from cy_ext list.
1 parent 25f69e0 commit a04ab9e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

setup.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@
115115
#extra_compile_args=["-g"],
116116
#extra_link_args=["-g"],
117117
),
118-
Extension("particles.cython_functions",
119-
["particles/cython_functions.pyx"],
120-
include_dirs=[np.get_include()], library_dirs=[], libraries=["m"],
121-
#extra_compile_args=["-fopenmp"],
122-
#extra_link_args=["-fopenmp"],
123-
#extra_compile_args=["-g"],
124-
#extra_link_args=["-g"],
125-
),
126118
Extension("aperture.aperture",
127119
["aperture/aperture.pyx"],
128120
include_dirs=[np.get_include()], library_dirs=[], libraries=["m"],
@@ -142,8 +134,3 @@
142134
cmdclass={'build_ext': build_ext},
143135
ext_modules=cythonize(cy_ext, **cy_ext_options),
144136
)
145-
146-
# setup(
147-
# name="libBunch",
148-
# ext_modules=cythonize(extensions),
149-
# )

0 commit comments

Comments
 (0)