From faa2c926ca213a7e688bf0993338f9c569275a7f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 31 Oct 2021 11:13:06 +0000 Subject: cad/netgen: enable on all architectures Doesn't seem to be x86-specific anymore, builds fine on powerpc64le. --- cad/netgen/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 272d2e46615a..2f1e790f9442 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -11,9 +11,6 @@ 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 - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ git:devel/git -- cgit v1.2.3