Search Criteria
Package Details: libsavitar 5.3.0-0.2
Package Actions
Git Clone URL: | https://aur.archlinux.org/libsavitar.git (read-only, click to copy) |
---|---|
Package Base: | libsavitar |
Description: | C++ implementation of 3mf loading with SIP python bindings |
Upstream URL: | https://github.com/Ultimaker/libsavitar |
Licenses: | AGPL |
Submitter: | jelly |
Maintainer: | None |
Last Packager: | cqzw555 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-01 19:36 (UTC) |
Last Updated: | 2024-04-12 00:51 (UTC) |
Dependencies (8)
- pugixml (pugixml-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-pyqt5-sip (make)
- sip (make)
- gtest (googletest-gitAUR) (check)
Latest Comments
flaviut commented on 2024-05-26 18:53 (UTC)
Needed a small tweak (see https://wiki.archlinux.org/title/CMake_package_guidelines#Template) to get this to build with ninja:
Mighty_Pig commented on 2024-04-13 10:00 (UTC)
Ah it seems the failing tests is a upstream issue which they have already fixed 3 weeks ago but haven't put into a release yet...
https://github.com/Ultimaker/libSavitar/pull/51
Mighty_Pig commented on 2024-04-12 15:49 (UTC)
For me the test don't pass:
cqzw555 commented on 2024-04-12 00:23 (UTC)
I found standardprojectsettings.cmake in Ultimaker/conan-ultimaker-index, and the compilation and unit tests all passed.
MarsSeed commented on 2024-04-07 19:09 (UTC) (edited on 2024-04-07 19:11 (UTC) by MarsSeed)
Unfortunately upstream seems to thwart unaffiliated third parties' (users') attempts at building their application. They achieve this by not providing a needed
standardprojectsettings
CMake module.They use the conan build helper tool to prepare a cura config before the CMake build, but it needs access to an Ultimaker internal
cura-conan-dev
artifact repository.I'm not familiar with the conan tool, and I'm just an outsider with some curiosity. So far I was not able to figure out what to do in this situation.
greve commented on 2024-04-07 13:16 (UTC)
Error building package: