Python bindings for the LimeDriver
Go to file
Kumi 4b2226e3f9
Add HDF5 include path to limedriver extension
Extended the include directories for the limedriver binding in setup.py
to address linking issues with HDF5 serialization. This is a temporary
workaround to ensure compatibility and successful building of the
extension, as indicated by the 'TODO' comment highlighting the need for
a cleaner solution. Further refinement is required to integrate HDF5 in
a more elegant manner.
2024-02-09 15:12:02 +01:00
.github/workflows Standardize Python version syntax in CI config 2024-02-09 13:07:33 +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 HDF5 include path to limedriver extension 2024-02-09 15:12:02 +01:00