Skip to content
Snippets Groups Projects
Commit c7ede116 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/gdal: disable on riscv64 because of libklm

parent ed7faa1d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ pkgver=3.3.3
pkgrel=1
pkgdesc="A translator library for raster and vector geospatial data formats"
url="https://gdal.org/"
arch="all !s390x !mips !mips64" # limited by geos
# riscv64 and mips64 blocked by libklm/openjdk8
# s390x and mips limited by geos
arch="all !s390x !mips !mips64 !riscv64"
license="MIT"
depends_dev="gdal"
makedepends="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment