Skip to content
Snippets Groups Projects

community/hdf5: build w/o java for mips and riscv64

Merged J0WI requested to merge J0WI/aports:hdf5-nojava into master
All threads resolved!
Files
8
@@ -5,9 +5,7 @@ pkgver=1.8.3
pkgrel=0
pkgdesc="Open framework for storing and sharing scene data"
url="https://www.alembic.io/"
# alembic does not support big-endian, which s390x uses
# mips64, riscv64 blocked by hdf5
arch="all !riscv64 !s390x !mips64"
arch="all !s390x !mips64" # alembic does not support big-endian, which s390x uses
license="BSD-3-Clause"
makedepends="openexr-dev hdf5-dev zlib-dev cmake boost-dev"
subpackages="$pkgname-dev $pkgname-libs"
Loading