We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f69e0 commit a04ab9eCopy full SHA for a04ab9e
setup.py
@@ -115,14 +115,6 @@
115
#extra_compile_args=["-g"],
116
#extra_link_args=["-g"],
117
),
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
- ),
126
Extension("aperture.aperture",
127
["aperture/aperture.pyx"],
128
include_dirs=[np.get_include()], library_dirs=[], libraries=["m"],
@@ -142,8 +134,3 @@
142
134
cmdclass={'build_ext': build_ext},
143
135
ext_modules=cythonize(cy_ext, **cy_ext_options),
144
136
)
145
-
146
-# setup(
147
-# name="libBunch",
148
-# ext_modules=cythonize(extensions),
149
-# )
0 commit comments