File: Disable-mpi_proximals-test.patch

package info (click to toggle)
sopt 5.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,704 kB
  • sloc: cpp: 13,620; xml: 182; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 692 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
From: Ole Streicher <olebole@debian.org>
Date: Wed, 6 Nov 2019 11:59:01 +0100
Subject: Disable mpi_proximals test

This test fails on mips64el. Upstream issue:

https://github.com/basp-group/sopt/issues/22
---
 cpp/tests/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt
index 29a1117..3b6f572 100644
--- a/cpp/tests/CMakeLists.txt
+++ b/cpp/tests/CMakeLists.txt
@@ -90,7 +90,6 @@ if(SOPT_MPI)
   endfunction()
 
   add_mpi_test(communicator LIBRARIES sopt)
-  add_mpi_test(mpi_proximals LIBRARIES sopt)
   add_mpi_test(serial_vs_parallel_padmm LIBRARIES sopt tools_for_tests)
   add_mpi_test(mpi_wavelets LIBRARIES sopt)