diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:29:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:29:08 +0000 |
commit | e353c059a5006646ca81c19547b42542c7cbe1bd (patch) | |
tree | 715622fc5bb01c94944e03a4be3e8c6f63bc9d6e /databases/tiledb/files/patch-tiledb-sm-misc-logger.h | |
parent | Add clipp 1.2.3 (diff) |
Add tiledb 1.5.0
TileDB is an efficient multi-dimensional array management system which
introduces a novel format that can effectively store dense and sparse array data
with support for fast updates and reads. It features excellent compression, an
efficient parallel I/O system for high scalability, and high-level APIs
including Python, R, Golang and more.
TileDB stores your array data on persistent storage locally or in the cloud,
with built-in support for S3 and HDFS storage backends.
Features:
- Novel Format.
- Multiple Backends.
- Compression.
- Parallelism.
- Portability.
- Language Bindings.
- Key-value Store.
- Virtual Filesystem.
WWW: https://www.tiledb.io/
Diffstat (limited to 'databases/tiledb/files/patch-tiledb-sm-misc-logger.h')
-rw-r--r-- | databases/tiledb/files/patch-tiledb-sm-misc-logger.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/tiledb/files/patch-tiledb-sm-misc-logger.h b/databases/tiledb/files/patch-tiledb-sm-misc-logger.h new file mode 100644 index 000000000000..7583969b889e --- /dev/null +++ b/databases/tiledb/files/patch-tiledb-sm-misc-logger.h @@ -0,0 +1,10 @@ +--- tiledb/sm/misc/logger.h.orig 2019-04-02 19:10:07 UTC ++++ tiledb/sm/misc/logger.h +@@ -37,6 +37,7 @@ + + #include <spdlog/fmt/ostr.h> + #include <spdlog/spdlog.h> ++#include <spdlog/sinks/stdout_color_sinks.h> + + #include "tiledb/sm/misc/status.h" + |