misc/tvm: Link with libexecinfo.so that was a missing dependency

This commit is contained in:
Yuri Victorovich 2019-11-24 11:16:31 +00:00
parent f4e705ee93
commit 5d3244bfd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518315

View file

@ -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>