mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/tiledb: disable S3 backend (#16432)
This commit is contained in:
parent
8f83c51e77
commit
8ab342cf19
@ -2,7 +2,7 @@
|
||||
# Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
|
||||
pkgname=tiledb
|
||||
pkgver=2.25.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Engine for storing and accessing dense and sparse multi-dimensional arrays"
|
||||
url="https://tiledb.com/"
|
||||
# Tests fail on s390x
|
||||
@ -55,8 +55,9 @@ _with_s3="OFF"
|
||||
case "$CARCH" in
|
||||
arm*|s390x|ppc64le) ;;
|
||||
*)
|
||||
makedepends="$makedepends aws-crt-cpp-dev aws-sdk-cpp-dev"
|
||||
_with_s3="ON"
|
||||
# S3 support presently fails to build from source with current AWS SDK.
|
||||
# makedepends="$makedepends aws-crt-cpp-dev aws-sdk-cpp-dev"
|
||||
# _with_s3="ON"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user