File: 2003_disable-benchmarks.patch

package info (click to toggle)
qtmir 0.8.0~git20230223.bd21224-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,568 kB
  • sloc: cpp: 22,847; python: 304; xml: 271; ansic: 87; makefile: 20; sh: 12
file content (12 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Debian lacks Canonical's autopilot toolchain, thus disabling benchmarks (which depends on it).
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,5 +184,5 @@
 # add subdirectories to build
 add_subdirectory(src)
 add_subdirectory(demos)
-add_subdirectory(benchmarks)
+#add_subdirectory(benchmarks)
 add_subdirectory(data)