Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#246] Building .deb, .rpm and .tar.gz packages from the lib #259

Merged
merged 11 commits into from
Oct 30, 2024

Conversation

angeloprobst
Copy link
Collaborator

Closes #246

  • Separate the hyperon_das_atomdb_cpp library building process from the nanobind building process.
  • Add scripts to build .deb, .rpm and .tar.gz packages from the lib.
  • Make the nanobind building process use the pre-built hyperon_das_atomdb_cpp library packages instead of compiling the lib code again.
  • Reorganize the repo:
    • hyperon_das_atomdb_cpp sub-dir renamed to just cpp.
    • library code moved to lib sub-dir.
    • nanobind code moved to nanobind sub-dir.
    • packages are now dumped into lib/dist (for the C++ library, with RPM, DEB and TGZ releases) and nanobind/dist (for wheel files).
    • version attribute in nanobind/pyproject.toml applies on everything, on either wheel files and RPM/DEB/TGZ packages.
    • commands in the root Makefile changed a bit.

@angeloprobst angeloprobst merged commit d5a40a5 into master Oct 30, 2024
4 checks passed
@angeloprobst angeloprobst deleted the angelo/#246/building-deb-package branch October 30, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Atom DB C++] Build .deb package
2 participants