Accepting request 1170275 from home:bnavigator:branches:science
- Don't include stray filesystem/convenience.hpp removed in boost 1.85 OBS-URL: https://build.opensuse.org/request/show/1170275 OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=76
This commit is contained in:
parent
beb9e6ea4e
commit
658c2b8f3b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 07:16:48 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Don't include stray filesystem/convenience.hpp removed in
|
||||
boost 1.85
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 13:54:10 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -105,6 +105,8 @@ sed -i "s|find_package(Qhull 7.2 REQUIRED)|find_package(Qhull 8.0.2 REQUIRED)|"
|
||||
sed -i 's#INTERFACE Qhull::qhullcpp#INTERFACE -lqhullcpp#' src/CMakeLists.txt
|
||||
# Disable slic3r_jobs_tests.cpp as the test fails sometimes
|
||||
sed -i 's|slic3r_jobs_tests.cpp||' tests/slic3rutils/CMakeLists.txt
|
||||
# gh#prusa3d/PrusaSlicer#12652
|
||||
sed -i /convenience.hpp/d src/slic3r/GUI/RemovableDriveManager.cpp
|
||||
|
||||
%build
|
||||
# The build process really acquires that much memory per job. We are
|
||||
|
Loading…
Reference in New Issue
Block a user