Accepting request 980151 from home:bnavigator:branches:science

- Disable test_voronoi -- rh#2059646

OBS-URL: https://build.opensuse.org/request/show/980151
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=44
This commit is contained in:
Benjamin Greiner 2022-05-31 19:35:44 +00:00 committed by Git OBS Bridge
parent 941c3af3b9
commit 49b37b5ca7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 31 19:04:00 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Disable test_voronoi -- rh#2059646
-------------------------------------------------------------------
Sun May 8 10:03:57 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -95,6 +95,9 @@ rm resources/udev/90-3dconnexion.rules
export CXXFLAGS="$CFLAGS"
%endif
export CC=gcc-%gcc_ver CXX=g++-%gcc_ver
# rh#2059646
sed -i tests/libslic3r/CMakeLists.txt -e '\@test_voronoi.cpp@d'
%cmake \
-DSLIC3R_FHS=1 \
-DSLIC3R_GTK=3 \