Skip to content

Commit

Permalink
fix installation bug (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Gao committed Dec 13, 2023
2 parents ad7de3c + d8ed56c commit c8dc289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from distutils.core import setup
from distutils.extension import Extension

cmdclass = {}

#try:
# from Cython.Build import build_ext
Expand All @@ -16,7 +15,6 @@
# sys.exit(0)
#else: # with Cython
module_src = 'python/pyabpoa.pyx'
#cmdclass['build_ext'] = build_ext


simde = '-DUSE_SIMDE -DSIMDE_ENABLE_NATIVE_ALIASES'
Expand Down

0 comments on commit c8dc289

Please sign in to comment.