git: faa2c926ca21 - main - cad/netgen: enable on all architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Oct 2021 11:17:36 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=faa2c926ca213a7e688bf0993338f9c569275a7f commit faa2c926ca213a7e688bf0993338f9c569275a7f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-31 11:13:06 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-31 11:13:06 +0000 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