File: missing_inclusion_tiledb_constants.patch

package info (click to toggle)
genomicsdb 1.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,788 kB
  • sloc: cpp: 78,988; ansic: 58,119; java: 8,531; python: 2,270; sh: 1,850; perl: 1,621; makefile: 490; xml: 455
file content (17 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: including tiledb_constants.h is necessary so that TILEDB_IO_*
 definitions are found
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/OmicsDataAutomation/TileDB/issues/129
Last-Update: 2022-09-11

--- a/genomicsdb-tiledb/core/include/storage_manager/storage_manager_config.h
+++ b/genomicsdb-tiledb/core/include/storage_manager/storage_manager_config.h
@@ -42,6 +42,8 @@
 #include "storage_fs.h"
 #include "storage_posixfs.h"
 
+#include "tiledb_constants.h"
+
 /* ********************************* */
 /*             CONSTANTS             */
 /* ********************************* */