mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00
WIP
This commit is contained in:
parent
c9b5db4d7f
commit
4de49906d4
@ -110,6 +110,10 @@ class BuildExt(build_ext):
|
|||||||
opts.append('/DVERSION_INFO=\\"%s\\"' % self.distribution.get_version())
|
opts.append('/DVERSION_INFO=\\"%s\\"' % self.distribution.get_version())
|
||||||
for ext in self.extensions:
|
for ext in self.extensions:
|
||||||
ext.extra_compile_args = opts
|
ext.extra_compile_args = opts
|
||||||
|
|
||||||
|
print('--------------')
|
||||||
|
print(ct)
|
||||||
|
print(opts)
|
||||||
build_ext.build_extensions(self)
|
build_ext.build_extensions(self)
|
||||||
|
|
||||||
|
|
||||||
@ -125,6 +129,7 @@ setup(
|
|||||||
description='Detector API for SLS Detector Group detectors',
|
description='Detector API for SLS Detector Group detectors',
|
||||||
long_description='',
|
long_description='',
|
||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
|
cmdclass={'build_ext': BuildExt},
|
||||||
packages=['sls_detector'],
|
packages=['sls_detector'],
|
||||||
# data_files = [('', get_shared_lib())],
|
# data_files = [('', get_shared_lib())],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user