Skip to content

Commit c4be966

Browse files
committed
tmp
1 parent 0981d5c commit c4be966

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/tiledbVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: test-2.30.0mavx2
1+
version: 2.30.0
22
sha: 9b5305d

tools/winlibs.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if (!file.exists(dcffile)) stop("TileDB Version file not found.")
55
dcf <- read.dcf(dcffile)
66
ver <- dcf[[1, "version"]]
77

8+
ver <- "test-2.30.0mavx2"
89
if (!file.exists("../inst/tiledb/include/tiledb/tiledb.h") || !dir.exists("../inst/tiledb/lib/")) {
910
if (getRversion() < "4") stop("This package requires Rtools40 or newer")
1011
if (dir.exists("../inst/tiledb")) unlink("../inst/tiledb", recursive = TRUE, force = TRUE)

0 commit comments

Comments
 (0)