Python bindings for the LimeDriver
Go to file
Kumi c0d1fbbf66
Enhance extension building in setup
Updated the `BuildExtCommand` class in `setup.py` to append `rpath`
flags and link against `hdf5` libraries when building extensions. This
ensures that the shared libraries are correctly located at runtime and
resolves potential linkage issues with HDF5-related extensions for a
smoother installation and deployment process.
2024-02-09 15:33:51 +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 Enhance extension building in setup 2024-02-09 15:33:51 +01:00