Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 08:00:44 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 853f3c948638 - main - devel/xeus: Remove NATIVE option in favor of CPUTYPE
Message-ID:  <202308020800.37280ioK002255@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=853f3c948638213d861104a2569e8f276e0ed8a5

commit 853f3c948638213d861104a2569e8f276e0ed8a5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-08-02 07:59:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-02 07:59:40 +0000

    devel/xeus: Remove NATIVE option in favor of CPUTYPE
    
    PR:             272656
---
 devel/xeus/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile
index 0c20d1515a39..cf3c3263c3ee 100644
--- a/devel/xeus/Makefile
+++ b/devel/xeus/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xeus
 DISTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -23,10 +24,4 @@ GH_ACCOUNT=	jupyter-xeus
 CMAKE_OFF=	BUILD_STATIC_LIBS
 CMAKE_TESTING_ON=	XEUS_BUILD_TESTS
 
-OPTIONS_DEFINE=		NATIVE
-
-NATIVE_DESC=		Build with native optimizations (-march=native)
-NATIVE_CMAKE_ON=	-DXEUS_DISABLE_ARCH_NATIVE=OFF
-NATIVE_CMAKE_OFF=	-DXEUS_DISABLE_ARCH_NATIVE=ON
-
 .include <bsd.port.mk>



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