Skip to content

Packaging#81

Merged
orting merged 29 commits into
mainfrom
packaging
Jan 8, 2026
Merged

Packaging#81
orting merged 29 commits into
mainfrom
packaging

Conversation

@orting

@orting orting commented Dec 18, 2025

Copy link
Copy Markdown

Simplified building and packaging.

  • Makefile targets
  • Python is now bundled on Windows, MacOS and Linux (flatpak).

orting and others added 29 commits December 18, 2025 09:14
* Bundle python installation with daisy

Instead of relying on user managed python, we now bundle python
with daisy.

* Print sample location when executed with --info

* Update getting started doc for MacOS

* Delete staging dir when building to ensure lib paths are updated

Also list dylib paths for daisy binary and suitesparseconfig

* Add commands + doc for managing python on MacOS

* Simplify building and testing on MacOS

* MacOS workflow for build and test

* Fix indentation in macos workflow
* Drop dependency on Boost::System because we dont use it

* Manifest + start script + make target for flatpak build

* Make flatpak bundle + cleanup cxsparse + filesystem permisions

* Ensure paths are absolute in flatpak startup script

The spawn program has problems with relative paths

* Add --version switch to flatpak startup to print daisy + python version

* Linux getting started info + VSCode with flatpak daisy info

* Update linux build info with flatpak

* Version flatpak + align runner script with MacOS version

* Find deb dependencies automatically
uvx creates a new environment on each run, which we dont need
Instead we create a venv and install the daisypy-test in it so we
can reuse it.
New build process for windows to simplify python bundling and make
it possible to add packages to the python environment.
The ordre of output is not consistent between platforms. It is not
something we care about, so there is no point in checking the output
Instead we just check that it runs without errors
@orting orting merged commit 0d2c8de into main Jan 8, 2026
1 of 3 checks passed
@orting orting deleted the packaging branch January 8, 2026 07:49
@orting orting linked an issue Jan 8, 2026 that may be closed by this pull request
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.

Fix python setup in windows workflow

1 participant