File: Force-compatible-code-for-Dysco-compression.patch

package info (click to toggle)
casacore 3.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 51,912 kB
  • sloc: cpp: 471,569; fortran: 16,372; ansic: 7,416; yacc: 4,714; lex: 2,346; sh: 1,865; python: 629; perl: 531; sed: 499; csh: 201; makefile: 32
file content (21 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <olebole@debian.org>
Date: Sat, 9 Jul 2022 20:42:55 +0200
Subject: Force compatible code for Dysco compression

---
 tables/Dysco/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tables/Dysco/CMakeLists.txt b/tables/Dysco/CMakeLists.txt
index ba91323..30b832e 100644
--- a/tables/Dysco/CMakeLists.txt
+++ b/tables/Dysco/CMakeLists.txt
@@ -9,7 +9,7 @@ include_directories(${GSL_INCLUDE_DIRS})
 add_compile_options(-O3 -Wall -DNDEBUG)
 
 option(PORTABLE "Generate portable code" ON)
-option(BUILD_PACKAGES "Build Debian packages" OFF)
+option(BUILD_PACKAGES "Build Debian packages" ON)
 
 if(NOT PORTABLE)
   if(USE_AVX512F)