mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/armadillo: disable on riscv64 missing hdf5
This commit is contained in:
parent
30f450c4a0
commit
4704ea8681
@ -5,7 +5,7 @@ pkgver=10.6.2
|
||||
pkgrel=0
|
||||
pkgdesc="C++ library for linear algebra & scientific computing"
|
||||
url="http://arma.sourceforge.net/"
|
||||
arch="all !mips64" # locked by hdf5
|
||||
arch="all !mips64 !riscv64" # locked by hdf5
|
||||
license="Apache-2.0"
|
||||
options="!check" # Armadillo must be installed before the tests can be compiled
|
||||
depends_dev="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user