mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41: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
|
PORTNAME= nn-insight
|
||||||
DISTVERSION= 1.0.7
|
DISTVERSION= 1.0.7
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= misc # machine-learning
|
CATEGORIES= misc # machine-learning
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -32,4 +32,6 @@ PLIST_FILES= bin/nn-insight \
|
||||||
|
|
||||||
PORTSCOUT= limit:^.*[1-9]\. # prevent hashes
|
PORTSCOUT= limit:^.*[1-9]\. # prevent hashes
|
||||||
|
|
||||||
|
CMAKE_ARGS+= -DENABLE_NATIVE_OPTIMIZATIONS:BOOL=OFF
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue