Closed mojaveazure closed 1 week ago
New helper function to provide access to libtiledb used by tiledb-r for downstream packages. This builds off the prototype code @LTLA provided
libtiledb
New functions provided:
.pkg_config()
.core_info()
"vendored"
"system"
.core_hash()
Also includes a mini-test suite for CI that tests this functionality with both a system install and vendored install of libtiledb
SC-59185
resolves #780
New helper function to provide access to
libtiledb
used by tiledb-r for downstream packages. This builds off the prototype code @LTLA providedNew functions provided:
.pkg_config()
: provide compiler flags for linking to the version oflibtiledb
that tiledb-r either vendors or links to at the system level.core_info()
: provides a vector with thelibtiledb
version and install type (eg."vendored"
,"system"
).core_hash()
: provides the same information as.core_info()
, but as an MD5 hashAlso includes a mini-test suite for CI that tests this functionality with both a system install and vendored install of
libtiledb
SC-59185
resolves #780