File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import sys , os , platform
22
3- BUILD_ODDIE = os .environ .get ('DSS_CAPI_BUILD_ODDIE' , '' ) == '1'
4-
53# Not complete but should suffice for the moment
64if 'linux' in sys .platform .lower ():
75 uname = os .uname ()
Original file line number Diff line number Diff line change 11[metadata]
22description_file = README.md
33license_files = LICENSE
4- url = https://github.com/dss-extensions/dss_python_backend/
4+ url = https://github.com/dss-extensions/dss_python_backend/
5+
6+ [bdist_wheel]
7+ py_limited_api =cp37
Original file line number Diff line number Diff line change 55
66def main ():
77 options_oddie = dict (
8+ py_limited_api = True ,
89 include_dirs = [numpy .get_include (), '../dss_python_backend/include/' ],
910 libraries = ['altdss_oddie_capi' ],
1011 library_dirs = ['../../dss_capi/lib/win_x64' , '../../dss_capi/lib/linux_x64' ],
@@ -15,6 +16,7 @@ def main():
1516 )
1617
1718 options_alt = dict (
19+ py_limited_api = True ,
1820 include_dirs = [numpy .get_include (), '../dss_python_backend/include/' ],
1921 libraries = ['dss_capi' ],
2022 library_dirs = ['../../dss_capi/lib/win_x64' , '../../dss_capi/lib/linux_x64' ],
You can’t perform that action at this time.
0 commit comments