File: skip-pliris_vector_random.patch

package info (click to toggle)
trilinos 16.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 994,260 kB
  • sloc: cpp: 3,764,859; ansic: 425,011; fortran: 160,684; python: 101,476; xml: 74,329; sh: 37,044; makefile: 22,641; perl: 7,525; f90: 6,424; csh: 5,285; objc: 2,620; lex: 1,646; lisp: 810; yacc: 603; javascript: 552; awk: 364; ml: 281; php: 145
file content (21 lines) | stat: -rw-r--r-- 673 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
From: Graham Inggs <ginggs@debian.org>
Date: Fri, 6 Mar 2026 16:35:22 +0100
Subject: Skip Pliris_vector_random test

Bug-Debian: https://bugs.debian.org/966994
Last-Update: 2020-08-29
---
 packages/pliris/test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/pliris/test/CMakeLists.txt b/packages/pliris/test/CMakeLists.txt
index a9f3b40..d7e52b8 100644
--- a/packages/pliris/test/CMakeLists.txt
+++ b/packages/pliris/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 IF(Pliris_ENABLE_DREAL)
-  ADD_SUBDIRECTORY(vector_random)
+#  ADD_SUBDIRECTORY(vector_random)
 #This test seems to be hanging
 #  ADD_SUBDIRECTORY(vector_random_fs)
 ENDIF()