mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
misc/nn-insight: don't enable march=native
This commit is contained in:
parent
5f0cf89600
commit
59d93b702a
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue