Add a really dummy file to please the OSX linker

This commit is contained in:
Guilhem Lavaux 2021-04-15 16:45:36 +02:00
parent 381f6aae87
commit 97b7c8705a
2 changed files with 2 additions and 2 deletions

View file

@ -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',