mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
misc/nn-insight: Fix build on aarch64
Reported by: fallout
This commit is contained in:
parent
cfdce410e6
commit
944b51ca16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user