community/tiledb: disable S3 backend (#16432)

This commit is contained in:
Ariadne Conill 2024-09-08 15:11:23 -07:00
parent 8f83c51e77
commit 8ab342cf19

View File

@ -2,7 +2,7 @@
# Maintainer: Holger Jaekel <holger.jaekel@gmx.de> # Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
pkgname=tiledb pkgname=tiledb
pkgver=2.25.0 pkgver=2.25.0
pkgrel=1 pkgrel=2
pkgdesc="Engine for storing and accessing dense and sparse multi-dimensional arrays" pkgdesc="Engine for storing and accessing dense and sparse multi-dimensional arrays"
url="https://tiledb.com/" url="https://tiledb.com/"
# Tests fail on s390x # Tests fail on s390x
@ -55,8 +55,9 @@ _with_s3="OFF"
case "$CARCH" in case "$CARCH" in
arm*|s390x|ppc64le) ;; arm*|s390x|ppc64le) ;;
*) *)
makedepends="$makedepends aws-crt-cpp-dev aws-sdk-cpp-dev" # S3 support presently fails to build from source with current AWS SDK.
_with_s3="ON" # makedepends="$makedepends aws-crt-cpp-dev aws-sdk-cpp-dev"
# _with_s3="ON"
;; ;;
esac esac