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.005890 |
| 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-lightAUR, wxwidgets-gtk3-gitAUR)
- boost (boost-gitAUR) (make)
- cereal (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- libigl (make)
- mold (mold-gitAUR, mold-x86-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- Show 2 more dependencies...
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
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: