Skip to content

Commit

Permalink
math/combblas: remove i386 from ONLY_FOR_ARCHS
Browse files Browse the repository at this point in the history
Depends on net/mpich, which depends on sysutils/slurm-wlm, which is not available on 32-bit architectures.
  • Loading branch information
pkubaj committed Nov 7, 2021
1 parent 9bb9679 commit 0953149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/combblas/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 0953149

Please sign in to comment.