Lines Matching +full:python +full:- +full:version
18 version_path = os.path.join(PYTHON_MOD,"version.py")
29 cflags = ["-DWIN","-DCMSISDSP","-DUNALIGNED_SUPPORT_DISABLE"]
31 …cflags = ["-Wno-attributes","-Wno-unused-function","-Wno-unused-variable","-Wno-implicit-function-…
87 # A next version will have to structure this wrapper more cleanly so that the
137 flagsForCommonWithoutFFT=["-DARM_DSP_CONFIG_TABLES",
138 "-DARM_FAST_ALLOW_TABLES",
139 "-DARM_ALL_FAST_TABLES"]
162 print('setup.py: Error: This package only supports Python 3.', file=sys.stderr)
166 version = __version__,
168 description = 'CMSIS-DSP Python API',
188 author = 'Copyright (C) 2010-2024 ARM Limited or its affiliates. All rights reserved.',
190 url="https://github.com/ARM-software/CMSIS-DSP",
195 "Programming Language :: Python :: 3",
196 "Programming Language :: Python :: Implementation :: CPython",
200 "Development Status :: 4 - Beta",
206 …keywords=['development','dsp','cmsis','cmsis-dsp','Arm','signal processing','maths','ml','cortex-m…
211 'Bug Reports': 'https://github.com/ARM-software/CMSIS-DSP/issues',
212 'Source': 'https://github.com/ARM-software/CMSIS-DSP',