Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 07:38:40 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f38e57aca27c - 2022Q3 - misc/nn-insight: Fix build on aarch64
Message-ID:  <202207220738.26M7cebp058582@gitrepo.freebsd.org>

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

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

commit f38e57aca27c3c4dedbf4ff3eaa8c3eaed92d11a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-22 06:32:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-22 07:38:37 +0000

    misc/nn-insight: Fix build on aarch64
    
    Reported by:    fallout
    
    (cherry picked from commit 944b51ca160cad61a387c3ed3ab407bb6e22659c)
---
 misc/nn-insight/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index 1b975b34e2c6..6203e7a50326 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -20,9 +20,12 @@ LIB_DEPENDS=	libcgraph.so:graphics/graphviz \
 		libtcmalloc.so:devel/google-perftools
 
 USES=		compiler:c++17-lang cmake pkgconfig qt:5
+USE_QT=		core gui svg widgets buildtools_build qmake_build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	yurivict
-USE_QT=		core gui svg widgets buildtools_build qmake_build
+
+CMAKE_ARGS_aarch64=	-DENABLE_NATIVE_OPTIMIZATIONS=OFF
 
 PLIST_FILES=	bin/nn-insight \
 		libexec/nn-insight/tf-lite-plugin.so



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