Skip to content
Snippets Groups Projects

add hook to make orekit_jpype pyinstallable

Merged Clément Jonglez requested to merge pyinstaller-hooks into master
1 unresolved thread

This adds a Pyinstaller hook to the orekit_jpype library, so that users can more easily package their Python app depending on Orekit as an executable. This is necessary because the jar files are by default not packaged.

Documentation was added to README.md.

A test case is available (which builds the executable and runs a minimal test) and can be run with python -m PyInstaller.utils.run_tests --include_only orekit_jpype._pyinstaller -v. TODO: when the CI pipeline is operational, add this test to the pipeline.

A similar merge request is proposed for the orekit data repository.

Heavily inspired from a similar hook for the jpype jars in https://github.com/jpype-project/jpype/pull/877

Merge request reports

Merged by Petrus HyvönenPetrus Hyvönen 10 months ago (May 25, 2024 11:07am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading