OrcaSlicer
OrcaSlicer copied to clipboard
Try flatpak again
Description
From #5510
@powpingdone I noticed it causes build breaks: https://github.com/SoftFever/OrcaSlicer/actions/runs/9877669432/job/27279875122 I've temporarily reverted the change. Could you take a look when convenient?
@powpingdone Looks like the build break is caused by your changes. Please refer to https://github.com/SoftFever/OrcaSlicer/issues/5916 Seems the CI/CD for deps are broken due to GitHub runner changes
Got it. I assume that means that MPI is now needed for the build? (Numeric pulls in some dep that requires MPI iirc). @SoftFever
I doubt that's the case. Most likely some cmake related issue in Boost itself. But I have no idea at the moment either.
@powpingdone cmake 3.30 has stopped special treatment of boost https://cmake.org/cmake/help/v3.30/policy/CMP0167.html#policy:CMP0167 so we have to make changes to use the generic way of finding it