misc/tvm: Link with libexecinfo.so that was a missing dependency
This commit is contained in:
parent
f4e705ee93
commit
5d3244bfd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518315
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= tvm
|
||||
DISTVERSION= 0.6.0.rc0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc # machine-learning
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -21,4 +22,6 @@ GH_TUPLE= dmlc:dlpack:0acb731:dlpack/3rdparty/dlpack \
|
|||
dmlc:dmlc-core:808f485:dmlc_core/3rdparty/dmlc-core
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
LDFLAGS+= /usr/lib/libexecinfo.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue