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 \
|
||||
rang>0:devel/rang
|
||||
|
||||
USES= cmake localbase
|
||||
USES= cmake compiler:c++11-lang localbase
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= apache
|
||||
GH_PROJECT= incubator-tvm
|
||||
|
|
Loading…
Reference in a new issue