Skip to content

Commit b83e9e9

Browse files
authored
TileDB-R 0.34.0 with TileDB 2.30 (#860)
* TileDB-R 0.34.0 with TileDB 2.30 * Add explicit linkage for blosc2 and avx2 * Windows build is currently broken and will be addressed in a separate follow-up
1 parent 841d447 commit b83e9e9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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.33.1.1
3+
Version: 0.34.0
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# tiledb (development version)
1+
# tiledb 0.34.0
2+
3+
* This release of the R package builds against [TileDB 2.30.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.30.0), and has also been tested against earlier releases as well as the development version
24

35
## Improvements
46

src/Makevars.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PKG_CPPFLAGS = -I. -I../inst/include -I$(RWINLIB)/include -I$(RWINLIB)/include/t
55
PKG_LIBS = \
66
-L$(RWINLIB)/lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH) \
77
-L$(RWINLIB)/lib$(R_ARCH)$(CRT) \
8-
-ltiledbstatic -lbz2 -lzstd -llz4 -lz -lspdlog -lfmt \
8+
-ltiledbstatic -lbz2 -lzstd -llz4 -lz -lspdlog -lfmt -lavx2 -lblosc2 \
99
-laws-cpp-sdk-identity-management -laws-cpp-sdk-cognito-identity -laws-cpp-sdk-sts -laws-cpp-sdk-s3 -laws-cpp-sdk-core \
1010
-llibmagic -lwebp -lpcre2-posix -lpcre2-8 \
1111
-laws-crt-cpp -laws-c-mqtt -laws-c-event-stream -laws-c-s3 -laws-c-auth -laws-c-http -laws-c-io \

tools/tiledbVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 2.29.1
2-
sha: 9a6284d
1+
version: 2.30.0
2+
sha: 9b5305d

0 commit comments

Comments
 (0)