Search Criteria
Package Details: superslicer-prerelease 1:2.7.61.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/superslicer-prerelease.git (read-only, click to copy) |
|---|---|
| Package Base: | superslicer-prerelease |
| Description: | G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) |
| Upstream URL: | https://github.com/supermerill/SuperSlicer |
| Licenses: | AGPL3 |
| Conflicts: | superslicer, superslicer-git |
| Provides: | superslicer |
| Submitter: | msrd0 |
| Maintainer: | msrd0 (LuckyTurtleDev, msrd0.dev) |
| Last Packager: | msrd0.dev |
| Votes: | 3 |
| Popularity: | 0.000544 |
| First Submitted: | 2024-11-21 19:06 (UTC) |
| Last Updated: | 2025-10-11 16:24 (UTC) |
Dependencies (22)
- boost-libs
- cgal (cgal-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- heatshrinkAUR
- imath
- libspnav (libspnav-gitAUR)
- nanosvg (nanosvg-gitAUR)
- nlopt
- opencascade (opencascade-gitAUR)
- openvdb
- qhull
- slicer-udev
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- boost (boost-gitAUR) (make)
- cereal (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- libigl (make)
- mold (mold-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- openvdb (make)
- superslicer-profiles (superslicer-profiles-gitAUR) (optional) – Predefined printer profiles
Required by (0)
Sources (9)
- 0001-findwxwidgets.patch
- 0001-libbgcode-binarize-public-deps.patch
- 0002-addlib-expat.patch
- 0003-openexr3.patch
- 0004-cgal6.patch
- 0005-boost-process-includes.patch
- 0006-fix-broken-assertions-without-debuginfo.patch
- https://github.com/prusa3d/libbgcode/archive/6f43cb004ef3d3bda37dde49f6235e24d2717629.tar.gz
- https://github.com/supermerill/SuperSlicer/archive/2.7.61.10.tar.gz
Latest Comments
1 2 Next › Last »
swiftgeek commented on 2026-04-02 21:00 (UTC)
I can at the very least confirm that it is working fine with eigen 5.0.1-1, so I might be one update away from everything breaking again, thanks for heads up
msrd0 commented on 2026-03-28 23:55 (UTC)
@swiftgeek patching boost is not enough, I get some other compilation errors: https://msrd0.dev/aur/superslicer-prerelease/actions/runs/15/jobs/0/attempt/1#jobstep-2-1442
I haven't yet figured out where the problem comes from and how to fix it. I tried an older version of eigen but the error still occured, so that doesn't seem to be the source of the problem.
swiftgeek commented on 2026-03-28 21:14 (UTC) (edited on 2026-03-28 22:12 (UTC) by swiftgeek)
I got rid of
Boost::system/ boost system deps fromCMakeLists.txtandFindOpenVDB.cmake, which got over initial boost hurdle, but one of the last items to build -Bonjour.cpp.o- required one extra line insrc/SuperSlicer-2.7.61.10/src/slic3r/Utils/Bonjour.hpp#include <boost/asio/deadline_timer.hpp>Final binary seems to have glew issues though: https://gitlab.archlinux.org/archlinux/packaging/packages/prusa-slicer/-/work_items/12
Downgrading glew is sufficient though (and relinking package to older glew with
makepkg --noprepare --noextractto skip long build process)Zinput commented on 2025-11-06 21:20 (UTC)
Having trouble with cmake not finding boost:
swiftgeek commented on 2025-10-12 14:19 (UTC) (edited on 2025-10-12 14:19 (UTC) by swiftgeek)
mkdir -p destdirinbuild()would likely makemakepkg --noprepare --noextractwork fine to resume an interrupted buildManiac commented on 2025-08-11 13:45 (UTC)
Thanks for your help. Now it works. My issue was that I haven't thought a second that !lto could be a PKGBUILD option and I tried to figure out how to do this with cmake.
msrd0 commented on 2025-08-10 18:02 (UTC) (edited on 2025-08-10 18:03 (UTC) by msrd0)
@Maniac google, especially since it enabled its AI hallucinator, is nonsense. Please don't use that.
Read the man page instead. Try this:
man PKGBUILD. Then, type/ltoto search for the term "lto".TL;DR: There is an array called
options. One of these options is calledlto. An exclamation mark (!) disables instead of enables the option. So, add this somewhere (outside of a function) to the PKGBUILD of heatshrink:options+=('!lto')Maniac commented on 2025-08-10 17:50 (UTC)
Thanks, can you give me a hint how i can disable lto in the PKGBUILD found in the AUR for heatshrink? I already tried it and also used google but without success so far.
msrd0 commented on 2025-08-04 12:52 (UTC) (edited on 2025-08-28 11:02 (UTC) by msrd0)
Update (2025-08-28): The heatshrink package was updated, so this is no longer necessary.
If you encounter linking problems w.r.t. heatshrink like @Maniac, re-compile the heatshrink package with the
!ltooption.Maniac commented on 2025-06-30 17:44 (UTC) (edited on 2025-06-30 17:45 (UTC) by Maniac)
I'm not able to build it:
1 2 Next › Last »