misc/nn-insight: don't enable march=native

This commit is contained in:
Piotr Kubaj 2024-07-31 12:42:10 +02:00
parent 5f0cf89600
commit 59d93b702a

View file

@ -1,6 +1,6 @@
PORTNAME= nn-insight
DISTVERSION= 1.0.7
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@ -32,4 +32,6 @@ PLIST_FILES= bin/nn-insight \
PORTSCOUT= limit:^.*[1-9]\. # prevent hashes
CMAKE_ARGS+= -DENABLE_NATIVE_OPTIMIZATIONS:BOOL=OFF
.include <bsd.port.mk>