From 59d93b702a88a67481cbe5493e6e41f114bcc04a Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 31 Jul 2024 12:42:10 +0200 Subject: [PATCH] misc/nn-insight: don't enable march=native --- misc/nn-insight/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index 2b3dcac735d8..a8dec67cc71e 100644 --- a/misc/nn-insight/Makefile +++ b/misc/nn-insight/Makefile @@ -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