File: 2003_disable-benchmarks.patch

package info (click to toggle)
qtmir 0.8.0~git20250407.ea2f477-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,256 kB
  • sloc: cpp: 23,438; python: 304; xml: 271; ansic: 94; makefile: 47; sh: 12
file content (12 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
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
@@ -185,5 +185,5 @@
 # add subdirectories to build
 add_subdirectory(src)
 add_subdirectory(demos)
-add_subdirectory(benchmarks)
+#add_subdirectory(benchmarks)
 add_subdirectory(data)