Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2021 11:17:36 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: faa2c926ca21 - main - cad/netgen: enable on all architectures
Message-ID:  <202110311117.19VBHaQg027431@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110311117.19VBHaQg027431>