Resolve "version relies on compiler command line parameter"
Closes #6 (closed)
Edited by Manuel Günther
Merge request reports
Activity
added 1 commit
- 54f111da - Used version number from sox header directly, not relying on command line.
assigned to @andre.anjos
Sox version is now directly read from the sox header.
I am not sure, why we create a dictionary with a single element, but I didn't want to change the API. If you want, I can change it to just return the version itself without putting it into a dictionary.
>>> import bob.io.audio >>> print (bob.io.audio.get_config()) bob.io.audio: 2.0.8b0 (./bob.io.audio) * C/C++ dependencies: - Blitz++: 0.10 - Boost: 1.54.0 - Compiler: {'name': 'gcc', 'version': '4.8.4'} - HDF5: 1.10.1 - NumPy: {'abi': '0x01000009', 'api': '0x0000000C'} - Python: 3.6.5 - SoX: {'sox': '14.4.2'} - bob.blitz: {'api': '0x0202'} - bob.core: {'api': '0x0201'} - bob.io.base: {'api': '0x0201'} * Python dependencies: ...
mentioned in commit 25f7e33a
mentioned in merge request bob.extension!82 (merged)
Please register or sign in to reply