File: Stop-building-test_voronoi.cpp.patch

package info (click to toggle)
slic3r-prusa 2.9.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 198,004 kB
  • sloc: cpp: 535,565; ansic: 71,269; yacc: 1,311; makefile: 256; lex: 241; sh: 113
file content (24 lines) | stat: -rw-r--r-- 776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Chow Loong Jin <hyperair@debian.org>
Date: Sun, 21 Nov 2021 00:31:58 +0800
Subject: Stop building test_voronoi.cpp

test_voronoi.cpp compmilation hangs forever, see https://bugs.debian.org/998049.
Disable test_voronoi.cpp to fix the FTBFS until that is fixed.

Bug-Debian: https://bugs.debian.org/984338
---
 tests/libslic3r/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/libslic3r/CMakeLists.txt b/tests/libslic3r/CMakeLists.txt
index 7eb7ac4..8eb8478 100644
--- a/tests/libslic3r/CMakeLists.txt
+++ b/tests/libslic3r/CMakeLists.txt
@@ -30,7 +30,6 @@ add_executable(${_TEST_NAME}_tests
 	test_region_expansion.cpp
 	test_timeutils.cpp
 	test_utils.cpp
-	test_voronoi.cpp
     test_optimizers.cpp
     test_png_io.cpp
     test_surface_mesh.cpp