Skip to content

Commit 4bca264

Browse files
Use TileDB Embedded 2.28.0-rc0 (#818)
* Use TileDB Embedded 2.28.0-rc0 * Add `-lOle32` and remove duplicate link library. * Link to another library. * DESCRIPTION and NEWS.md [skip ci] --------- Co-authored-by: Theodore Tsirpanis <[email protected]>
1 parent e48e77e commit 4bca264

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tiledb
22
Type: Package
3-
Version: 0.31.1
3+
Version: 0.31.1.1
44
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
55
Authors@R: c(
66
person("TileDB, Inc.", role = c("aut", "cph")),

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Print values for `tiledb_schema_get_types()` and `tiledb_schema_get_names()` [#805](https://github.com/TileDB-Inc/TileDB-R/issues/805)
66
* Add `tiledb_array_is_open_for_reading()/writing()` [#806](https://github.com/TileDB-Inc/TileDB-R/issues/806)
77
* Fix static-linking checks for R >= 4.5
8+
* Depend on TileDB Embedded 2.28.0-rc0 [#818](https://github.com/TileDB-Inc/TileDB-R/issues/818)
89

910
# tiledb 0.31.0
1011

src/Makevars.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PKG_LIBS = \
1313
-laws-c-compression -laws-c-cal \
1414
-lNCrypt \
1515
-laws-c-sdkutils -laws-checksums -laws-c-common \
16-
-lBCrypt -lKernel32 -lRpcrt4 -lWininet -lWinhttp -lWs2_32 -lShlwapi -lUserenv -lversion -lws2_32 \
16+
-lBCrypt -lKernel32 -lRpcrt4 -lWininet -lWinhttp -lWs2_32 -lShlwapi -lUserenv -lversion -lOle32 -luuid \
1717
-lsharpyuv
1818

1919
LIB_CON = ../inst/lib$(R_ARCH)/libconnection.dll

tools/tiledbVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 2.27.0
2-
sha: 2862c30
1+
version: 2.28.0-rc0
2+
sha: 4764907

0 commit comments

Comments
 (0)