Skip to content

Commit

Permalink
devel/xeus: Remove NATIVE option in favor of CPUTYPE
Browse files Browse the repository at this point in the history
PR:		272656
  • Loading branch information
Daniel Engberg authored and yurivict committed Aug 2, 2023
1 parent 5480803 commit 853f3c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions devel/xeus/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xeus
DISTVERSION= 3.1.0
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -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>

0 comments on commit 853f3c9

Please sign in to comment.