mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
misc/tvm: fix build on GCC architectures
Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval)
This commit is contained in:
parent
820d36692d
commit
82c5fd1d7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518691
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
BUILD_DEPENDS= dmlc-core>0:devel/dmlc-core \
|
BUILD_DEPENDS= dmlc-core>0:devel/dmlc-core \
|
||||||
rang>0:devel/rang
|
rang>0:devel/rang
|
||||||
|
|
||||||
USES= cmake localbase
|
USES= cmake compiler:c++11-lang localbase
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= apache
|
GH_ACCOUNT= apache
|
||||||
GH_PROJECT= incubator-tvm
|
GH_PROJECT= incubator-tvm
|
||||||
|
|
Loading…
Add table
Reference in a new issue