Search Criteria
Package Details: superslicer 1:2.5.59.13-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/superslicer.git (read-only, click to copy) |
|---|---|
| Package Base: | superslicer |
| Description: | G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) |
| Upstream URL: | https://github.com/supermerill/SuperSlicer |
| Licenses: | AGPL3 |
| Conflicts: | superslicer-git |
| Provides: | superslicer |
| Submitter: | LuckyTurtleDev |
| Maintainer: | LuckyTurtleDev (msrd0) |
| Last Packager: | msrd0 |
| Votes: | 1 |
| Popularity: | 0.000066 |
| First Submitted: | 2024-12-01 11:58 (UTC) |
| Last Updated: | 2025-10-13 21:58 (UTC) |
Dependencies (18)
- boost-libs
- cgal (cgal-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- imath
- libspnav (libspnav-gitAUR)
- nlopt
- 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)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- openvdb (make)
- superslicer-profiles (superslicer-profiles-gitAUR) (optional) – Predefined printer profiles
Required by (0)
Sources (15)
- 0001-boost1.79.patch
- 0002-fix-cereal.patch
- 0003-openexr3.patch
- 0004-fix-opencascade-version-check.patch
- 0005-fix-opencascade-libs.patch
- 0006-fix-non-const-lvalue.patch
- 0007-boost1.84.patch
- 0008-boost1.85.patch
- 0009-fix-multiple-choice.patch
- 0010-occtwrapper-install-dir.patch
- 0011-cmake3.5.patch
- 0012-boost1.87.patch
- 0013-fix-config-assertions.patch
- 0014-boost-process-includes.patch
- https://github.com/supermerill/SuperSlicer/archive/2.5.59.13.tar.gz
Latest Comments
mvn23 commented on 2025-12-06 15:08 (UTC)
Doesn't build with boost-libs 1.89. I get the following error:
https://github.com/prusa3d/PrusaSlicer/issues/14899 is probably related.
vitaliikuzhdin commented on 2025-10-13 21:03 (UTC)
@gyscos, see https://github.com/prusa3d/PrusaSlicer/issues/14534
gyscos commented on 2025-06-30 13:59 (UTC) (edited on 2025-06-30 14:39 (UTC) by gyscos)
Hi, and thanks for maintaining this package!
I suspect
opencascademight need to be added to the dependencies. When trying to build this package in a clean chroot, I get this error:Though even with that, I'm getting compilation error further down. I suspect arch includes too new a version of libboost, as the error mention types it can't find:
mvn23 commented on 2025-06-10 12:09 (UTC)
Fails to build with the following error:
~/.cache/yay/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/PlaceholderParser.cpp: In member function ‘void Slic3r::PlaceholderParser::parse_custom_variables(const Slic3r::ConfigOptionStrings&)’: ~/.cache/yay/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/PlaceholderParser.cpp:1805:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string\<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1805 | for (int extruder_id = 0; extruder_id < filament_custom_variables.values.size(); ++extruder_id) |
^samu: subcommand failed ==> ERROR: A failure occurred in build(). Aborting... -> error making: superslicer-exit status 4 -> Failed to install the following packages. Manual intervention is required: superslicer - exit status 4tristor commented on 2025-04-24 16:40 (UTC)
This currently fails to build with CMake 4.x which is the current version in Arch:
CMake Error at cmake/modules/FindOpenVDB.cmake:126 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. Call Stack (most recent call first): CMakeLists.txt:550 (find_package)
msrd0 commented on 2025-03-28 16:07 (UTC) (edited on 2025-03-28 16:09 (UTC) by msrd0)
@Eventide 2.7 is marked as a prerelease on GitHub