Package Details: prusa-slicer-git 2.7.4-1

Git Clone URL: https://aur.archlinux.org/prusa-slicer-git.git (read-only, click to copy)
Package Base: prusa-slicer-git
Description: G-code generator for 3D printers (Prusa fork of Slic3r) (git version)
Upstream URL: https://github.com/prusa3d/PrusaSlicer
Licenses: AGPL3
Conflicts: prusa-slicer
Submitter: Salamandar
Maintainer: Salamandar
Last Packager: Salamandar
Votes: 15
Popularity: 0.094144
First Submitted: 2019-07-08 08:14 (UTC)
Last Updated: 2024-04-11 14:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

NomAnor commented on 2022-01-11 18:40 (UTC)

The fix for the gcc ram issue will not work. ninja is called twice and the first call (-k0) will just build everything with the default number of threads (all of them). The second call will just rebuild but do noting because everything is already built (if your ram can handle it).

I had to remove the second call and add the -j option to the first call. Can this be delegated to makepkg.conf similar to MAKEFLAGS='-j4'?

strangebrew commented on 2021-11-27 12:17 (UTC)

I ammended your patch to compile beta2: https://www.toptal.com/developers/hastebin/elubacofoc.cpp

FuzzyMidnight commented on 2021-11-14 20:46 (UTC)

@Salamandar I never said the pull was related to the CXXFLAGS, they were 2 different statements.

jurriaan commented on 2021-11-12 14:24 (UTC)

Build works fine here, just did a rebuild since openvdb released a new version (I got this error on launch: prusa-slicer: error while loading shared libraries: libopenvdb.so.8.1: cannot open shared object file: No such file or directory). After the rebuild it works just fine.

Salamandar commented on 2021-11-12 11:29 (UTC)

slimb The pull request you linked doesn't have any relation whatsoever to the CXXFLAGS you gave. Please explain the break you have. This package works fine for multiple people. "is broken" is not a good enough help for packagers and developers.

FuzzyMidnight commented on 2021-11-07 00:03 (UTC) (edited on 2021-11-07 00:03 (UTC) by FuzzyMidnight)

FYI build is broken https://github.com/prusa3d/PrusaSlicer/pull/7256

Also FYI incase anyone else affected: for me tests fail if CXXFLAGS="-march=znver1" set

FuzzyMidnight commented on 2021-11-06 02:25 (UTC)

@Salamandar just someone who doesn't want a broken package

Salamandar commented on 2021-11-05 11:27 (UTC)

Good \o/

I also cleaned up some things in the package as upstream now provides desktop files.

jurriaan commented on 2021-11-05 11:25 (UTC) (edited on 2021-11-05 11:27 (UTC) by jurriaan)

@Salamandar Oh wow, the patch indeed isn't required anymore, haha!

The latest version you pushed works great, thanks for fixing the build!

==> Finished making: prusa-slicer-git 2.4.0.beta1.r65.gaff9e1f7e-2 (Fri Nov  5 12:23:28 2021)

jurriaan commented on 2021-11-05 11:05 (UTC)

Oops, my mistake, it actually contained two patches and some command line output. Fixed that! (although it is not needed anymore since your latest version builds fine!)

Test pass just fine here as well:

100% tests passed, 0 tests failed out of 5