arrow: zstd+pic variant does not exist anymore (#23463)

This commit is contained in:
Valentin Volkl 2021-05-06 10:40:39 +02:00 committed by GitHub
parent 71c1d4c1f5
commit 1127c9806f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ class Arrow(CMakePackage, CudaPackage):
depends_on('rapidjson')
depends_on('snappy~shared')
depends_on('zlib+pic')
depends_on('zstd+pic')
depends_on('zstd')
depends_on('thrift+pic', when='+parquet')
depends_on('orc', when='+orc')