Skip to content

Commit

Permalink
databases/tiledb: Update to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 31, 2023
1 parent 3a43d06 commit c8233c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
3 changes: 1 addition & 2 deletions databases/tiledb/Makefile
@@ -1,6 +1,5 @@
PORTNAME= tiledb
PORTVERSION= 2.15.4
PORTREVISION= 1
PORTVERSION= 2.16.0
CATEGORIES= databases

MAINTAINER= sunpoet@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions databases/tiledb/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1686496700
SHA256 (TileDB-Inc-TileDB-2.15.4_GH0.tar.gz) = 4c1b316fd626444ee4a8ae08c22f3e8a0acfe601fbc4e4683f2c490732d465d9
SIZE (TileDB-Inc-TileDB-2.15.4_GH0.tar.gz) = 4124496
TIMESTAMP = 1689398771
SHA256 (TileDB-Inc-TileDB-2.16.0_GH0.tar.gz) = eaf47fbeb36a5fccce194b89a0101609c9122639b2c9ce590dce2e2c2b7f81f9
SIZE (TileDB-Inc-TileDB-2.16.0_GH0.tar.gz) = 4266677

This file was deleted.

3 changes: 3 additions & 0 deletions databases/tiledb/pkg-plist
@@ -1,11 +1,13 @@
include/tiledb/api/c_api/api_external_common.h
include/tiledb/api/c_api/buffer/buffer_api_external.h
include/tiledb/api/c_api/buffer_list/buffer_list_api_external.h
include/tiledb/api/c_api/config/config_api_external.h
include/tiledb/api/c_api/context/context_api_external.h
include/tiledb/api/c_api/data_order/data_order_api_enum.h
include/tiledb/api/c_api/data_order/data_order_api_external.h
include/tiledb/api/c_api/datatype/datatype_api_enum.h
include/tiledb/api/c_api/datatype/datatype_api_external.h
include/tiledb/api/c_api/dimension/dimension_api_external.h
include/tiledb/api/c_api/dimension_label/dimension_label_api_external.h
include/tiledb/api/c_api/error/error_api_external.h
include/tiledb/api/c_api/filesystem/filesystem_api_enum.h
Expand All @@ -19,6 +21,7 @@ include/tiledb/api/c_api/object/object_api_enum.h
include/tiledb/api/c_api/object/object_api_external.h
include/tiledb/api/c_api/query/query_api_enum.h
include/tiledb/api/c_api/query/query_api_external.h
include/tiledb/api/c_api/query_plan/query_plan_api_external_experimental.h
include/tiledb/api/c_api/string/string_api_external.h
include/tiledb/api/c_api/vfs/vfs_api_enum.h
include/tiledb/api/c_api/vfs/vfs_api_external.h
Expand Down

4 comments on commit c8233c8

@barracuda156
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunpoet Is the patch for i386 introduced in 7d44e70 not needed anymore?

Also, if you could say, do tests pass on powerpc (32-bit)? The build works for us in Macports, but tests fail totally. ppc64 kinda works, but looks like endianness still broken here and there in TileDB.

@sunpoet
Copy link
Member Author

@sunpoet sunpoet commented on c8233c8 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,

@sunpoet Is the patch for i386 introduced in 7d44e70 not needed anymore?

I could build tiledb successfully on 14-CURRENT i386 without the patch (which does not apply cleanly), therefore I removed it.

Also, if you could say, do tests pass on powerpc (32-bit)? The build works for us in Macports, but tests fail totally. ppc64 kinda works, but looks like endianness still broken here and there in TileDB.

I do not have ppc hardware to test.

@barracuda156
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunpoet Got it, thank you. Anyone in FreeBSD still tests on ppc, if you know?

@lwhsu
Copy link
Member

@lwhsu lwhsu commented on c8233c8 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunpoet Got it, thank you. Anyone in FreeBSD still tests on ppc, if you know?

Currently the ppc reference machines are broken, but we can contact people interested at https://lists.freebsd.org/subscription/freebsd-ppc or EFNet/#powerpc64 .

Please sign in to comment.