From 98d6a78cde04bfb8111c50a64397bf3f6797e58f Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." <iztok@iztok.xyz> Date: Thu, 25 Jan 2024 16:24:40 +0000 Subject: [PATCH] community/py3-cro: enable build on all architectures --- community/py3-cro/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-cro/APKBUILD b/community/py3-cro/APKBUILD index 89d2acb23054..181bf0f908f8 100644 --- a/community/py3-cro/APKBUILD +++ b/community/py3-cro/APKBUILD @@ -4,10 +4,10 @@ pkgname=py3-cro _pkgorig=coral-reef-optimization-algorithm _commit=2a6d75b36b11bae91d61d78d98f28e640819fc57 pkgver=0.0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Implementation of Coral Reef Optimization (CRO) Algorithm" url="https://github.com/VictorPelaez/coral-reef-optimization-algorithm" -arch="noarch !s390x !riscv64" # py3-scikit-learn, py3-matplotlib +arch="noarch" license="MIT" depends="python3 py3-matplotlib py3-scipy py3-numpy py3-scikit-learn py3-pandas" checkdepends="py3-pytest-xdist" -- GitLab