- Don't build for i386, because pkg-fallout@ reports build errors.

This commit is contained in:
Stephen Montgomery-Smith 2020-11-21 01:09:34 +00:00
parent 41868867fe
commit de9efac61c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555804

View File

@ -12,8 +12,9 @@ COMMENT= Automatic 3D tetrahedral mesh generator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= relies on rdtsc() call and the TSC is specific to x86
ONLY_FOR_ARCHS= amd64 # i386
ONLY_FOR_ARCHS_REASON= relies on rdtsc() call and the TSC is specific to x86 \
and pkg-fallout@ reports build errors with i386.
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
git:devel/git