File: rados.patch

package info (click to toggle)
eckit 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,044 kB
  • sloc: cpp: 111,103; ansic: 2,826; yacc: 590; lex: 361; python: 302; sh: 162; makefile: 53
file content (18 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix to enable FindRADOS.cmake to work
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2025-02-25
Forwarded: no

Index: eckit-2.0.0/CMakeLists.txt
===================================================================
--- eckit-2.0.0.orig/CMakeLists.txt
+++ eckit-2.0.0/CMakeLists.txt
@@ -111,7 +111,7 @@ endif()
 ecbuild_add_option( FEATURE RADOS
                     DEFAULT OFF
                     DESCRIPTION "Ceph/Rados storage support"
-                    REQUIRED_PACKAGES Rados )
+                    REQUIRED_PACKAGES RADOS )
 
 ### MKL