Python bindings for the LimeDriver
Go to file
Kumi 75b7340354
Add library_dirs to extension build configuration
Enhanced the build process by specifying the library directories in
setup.py. This ensures the linker can locate all relevant libraries for
the 'limedriver.binding' extension, preventing potential build issues on
systems where libraries are not in the default search path.
2024-02-09 15:30:29 +01:00
.github/workflows Update Ubuntu workflow to include liblimesuite-dev 2024-02-09 15:16:54 +01:00
extern Fixed main branch 2024-02-09 13:47:11 +01:00
src/limedriver Fixed main branch 2024-02-09 13:47:11 +01:00
.gitignore Enhance package build process 2024-02-08 15:19:25 +01:00
.gitmodules Added limedriver as submodule. 2024-02-07 16:40:02 +01:00
LICENSE Initial project config and implement build process 2024-02-07 18:18:44 +01:00
MANIFEST.in Enhance package build process 2024-02-08 15:19:25 +01:00
pyproject.toml Updated limedriver subproject and Python 2024-02-09 12:41:57 +01:00
README.md Initial commit. 2024-02-07 16:01:14 +01:00
setup.py Add library_dirs to extension build configuration 2024-02-09 15:30:29 +01:00