aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-07 12:14:51 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-07 12:14:51 +0000
commit095314984cec70c6ade16b693e9e8b3d2b8896ec (patch)
tree45cc10fae983d35cd4d86486fae56bb4950f172a
parent9bb9679da46823bdc138f3280f56aa1c68ebd95a (diff)
downloadports-095314984cec70c6ade16b693e9e8b3d2b8896ec.tar.gz
ports-095314984cec70c6ade16b693e9e8b3d2b8896ec.zip
math/combblas: remove i386 from ONLY_FOR_ARCHS
Depends on net/mpich, which depends on sysutils/slurm-wlm, which is not available on 32-bit architectures.
-rw-r--r--math/combblas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index b40124cc128e..e9e54af3b90f 100644
--- a/math/combblas/Makefile
+++ b/math/combblas/Makefile
@@ -11,7 +11,7 @@ COMMENT= Combinatorial BLAS library: an extensible parallel graph library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= fails to build: uses x86 asm
LIB_DEPENDS= libmpi.so:net/mpich