Hello folks,
I'd love to see Cura updated to 5.2 at least in Rawhide.
However, it is a complex stack. Usually the following packages need to be
updated (in this order):
libsavitar
libarcus
libnest2d
python-pynest2d
python-uranium
CuraEngine
cura
cura-fdm-materials
However in Cura 5, the upstream CMake build system has been completely
redesigned. Now the instructions are:
https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source
E.g.:
pip install conan --upgrade
conan config install https://github.com/ultimaker/conan-config.git
conan profile new default --detect --force
I have never used conan to build Fedora packages.
When I try to ignore it for a while and try to proceed with libarcus 5.2.2, I
end up with:
CMake Error at CMakeLists.txt:4 (find_package):
By not providing "Findstandardprojectsettings.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "standardprojectsettings", but CMake did not find one.
Could not find a package configuration file provided by
"standardprojectsettings" with any of the following names:
standardprojectsettingsConfig.cmake
standardprojectsettings-config.cmake
Add the installation prefix of "standardprojectsettings" to
CMAKE_PREFIX_PATH or set "standardprojectsettings_DIR" to a directory
containing one of the above files. If "standardprojectsettings" provides a
separate development package or SDK, be sure it has been installed.
Where do I look for this Findstandardprojectsettings.cmake?
I only found one version bundled in another application:
https://github.com/flameshot-org/flameshot/blob/master/cmake/StandardProjec…
Is there somebody who is more used to CMake who would be able to help me with this?
Thanks,
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
Hi folks,
I've done some work on getting prusa-slicer 2.5.0 into Fedora, and the good
news is that I have a set of package builds in a copr against rawhide that
seem to work:
https://copr.fedorainfracloud.org/coprs/spot/prusa-slicer-2.5.0/
There are some caveats:
* Some of the prusa-slicer tests are segfaulting. I just disabled the tests
for this build, but I know that is not ideal. At least one other upstream
(nix) which has builds of 2.5.0 has simply disabled all of the libslic3r
tests.
* I had to update tbb and opencascade
* openvdb is in the copr too, but there are no changes, it was just rebuilt
for new deps
https://spot.fedorapeople.org/prusa-2.5.0/ has the SRPMs and SPECs.
Given how intrusive this is, I would appreciate other eyes reviewing this
work.
Thanks,
~spot