Date: Sun, 4 Aug 2024 12:01:19 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: 59d93b702a88 - main - misc/nn-insight: don't enable march=native Message-ID: <202408041201.474C1JeN012914@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=59d93b702a88a67481cbe5493e6e41f114bcc04a commit 59d93b702a88a67481cbe5493e6e41f114bcc04a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-07-31 10:42:10 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-08-04 12:00:37 +0000 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408041201.474C1JeN012914>