aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/analitza/APKBUILD4
-rw-r--r--community/eigen/APKBUILD2
-rw-r--r--community/step/APKBUILD2
-rw-r--r--community/suitesparse/APKBUILD2
4 files changed, 6 insertions, 4 deletions
diff --git a/community/analitza/APKBUILD b/community/analitza/APKBUILD
index 7f8f4fda23..cbae6d2192 100644
--- a/community/analitza/APKBUILD
+++ b/community/analitza/APKBUILD
@@ -3,7 +3,9 @@
pkgname=analitza
pkgver=19.12.3
pkgrel=0
-arch="all !armhf" # armhf blocked by qt5-qtdeclarative
+# armhf blocked by qt5-qtdeclarative
+# mips blocked by eigen -> suitesparse -> openblas
+arch="all !armhf !mips !mips64"
url="https://edu.kde.org/"
pkgdesc="A library to add mathematical features to your program"
license="GPL-2.0-or-later AND GFDL-1.2-only"
diff --git a/community/eigen/APKBUILD b/community/eigen/APKBUILD
index e8335c5e8a..128da204fb 100644
--- a/community/eigen/APKBUILD
+++ b/community/eigen/APKBUILD
@@ -6,7 +6,7 @@ pkgver=3.3.7
pkgrel=3
pkgdesc="Eigen is a C++ template library for linear algebra"
url="http://eigen.tuxfamily.org/index.php?title=Main_Page"
-arch="noarch"
+arch="noarch !mips !mips64"
license="MPL-2.0"
options="!check" # checks take a long time, and tend to fail randomly
makedepends="cmake openblas-dev suitesparse-dev mpfr-dev fftw-dev boost-dev gmp-dev glu-dev freeglut-dev"
diff --git a/community/step/APKBUILD b/community/step/APKBUILD
index 11f0497ce2..7c96a1e687 100644
--- a/community/step/APKBUILD
+++ b/community/step/APKBUILD
@@ -3,7 +3,7 @@
pkgname=step
pkgver=19.12.3
pkgrel=0
-arch="all !armhf"
+arch="all !armhf !mips !mips64"
url="https://edu.kde.org/step/"
pkgdesc="Interactive Physics Simulator"
license="GPL-2.0-or-later AND GFDL-1.2-only"
diff --git a/community/suitesparse/APKBUILD b/community/suitesparse/APKBUILD
index 6a9be1a573..465591e1dc 100644
--- a/community/suitesparse/APKBUILD
+++ b/community/suitesparse/APKBUILD
@@ -6,7 +6,7 @@ pkgver=5.6.0
pkgrel=0
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
-arch="all"
+arch="all !mips !mips64"
license="GPL"
depends_dev="openblas-dev lapack-dev"
makedepends="$depends_dev cmake m4"