mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
Add a really dummy file to please the OSX linker
This commit is contained in:
parent
381f6aae87
commit
97b7c8705a
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ VOID_GSL=os.environ.get('VOID_GSL')
|
|||
setup(
|
||||
name='vide',
|
||||
version='1.0',
|
||||
cmdclass = {'build_ext': build_ext},
|
||||
# cmdclass = {'build_ext': build_ext},
|
||||
include_dirs = [np.get_include()],
|
||||
packages=
|
||||
['vide','vide.backend','vide.apTools', 'vide.voidUtil',
|
||||
|
|
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ class CMakeExtension(Extension):
|
|||
doesn't try to build your sources for you
|
||||
"""
|
||||
|
||||
def __init__(self, name, sources=[]):
|
||||
def __init__(self, name, sources=["dummy_extension/empty.c"]):
|
||||
|
||||
super().__init__(name = name, sources = sources)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue