aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-05-09 21:50:34 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-05-09 21:50:55 +0000
commit296166594b3aced2f658c855982620e711d72032 (patch)
treec5c320d1cc0359ce2c595329a4ad195fe15626cd
parent1e5a3f45bd6879c6fb5cd2be2d7ec40d2b44a35d (diff)
downloadaports-296166594b3aced2f658c855982620e711d72032.tar.bz2
aports-296166594b3aced2f658c855982620e711d72032.tar.xz
testing/py3-hyperopt: disable on mips{,64}
py3-numpy is missing
-rw-r--r--testing/py3-hyperopt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-hyperopt/APKBUILD b/testing/py3-hyperopt/APKBUILD
index 5241920ecf..9435ac6863 100644
--- a/testing/py3-hyperopt/APKBUILD
+++ b/testing/py3-hyperopt/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.2.4
pkgrel=0
pkgdesc="Distributed Asynchronous Hyperparameter Optimization in Python"
url="https://hyperopt.github.io/hyperopt/"
-arch="noarch"
+arch="noarch !mips !mips64" # py3-numpy missing
license="BSD-3-Clause"
depends="python3 py3-future py3-numpy py3-networkx py3-tqdm py3-scipy py3-cloudpickle py3-decorator py3-nose py3-matplotlib"
makedepends="py3-setuptools"