aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-31 11:13:06 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-31 11:13:06 +0000
commitfaa2c926ca213a7e688bf0993338f9c569275a7f (patch)
tree03984b1e8e2b7bf4decd75e7e095c78a45a65224
parent51e1189f3267f36c3b27e49e1afb92e18ef0c73e (diff)
downloadports-faa2c926ca213a7e688bf0993338f9c569275a7f.tar.gz
ports-faa2c926ca213a7e688bf0993338f9c569275a7f.zip
cad/netgen: enable on all architectures
Doesn't seem to be x86-specific anymore, builds fine on powerpc64le.
-rw-r--r--cad/netgen/Makefile3
1 files changed, 0 insertions, 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