diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-10-06 18:20:28 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-10-06 18:20:28 +0000 |
commit | c8e16206895cdc0c4b88d07bdc9f5c91378060b0 (patch) | |
tree | 040d797cf6881ee81b5e2374da84d183db9fb1b8 | |
parent | science/py-chainer-chemistry: Update 0.5.0 -> 0.6.0 (diff) |
math/tvm: Update 0.4-1440-g347e3d9d -> 0.4-1614-gd703fb4e
-rw-r--r-- | math/tvm/Makefile | 9 | ||||
-rw-r--r-- | math/tvm/distinfo | 8 | ||||
-rw-r--r-- | math/tvm/pkg-plist | 1 |
3 files changed, 12 insertions, 6 deletions
diff --git a/math/tvm/Makefile b/math/tvm/Makefile index c4bb6afaf447..b60d14b6939b 100644 --- a/math/tvm/Makefile +++ b/math/tvm/Makefile @@ -2,8 +2,8 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.4-1440 -DISTVERSIONSUFFIX= -g347e3d9d +DISTVERSION= 0.4-1614 +DISTVERSIONSUFFIX= -gd703fb4e CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,10 @@ BUILD_DEPENDS= dmlc-core>0:devel/dmlc-core \ USES= cmake localbase USE_GITHUB= yes GH_ACCOUNT= dmlc -GH_TUPLE= dmlc:dlpack:0acb731:dlpack/3rdparty/dlpack +GH_TUPLE= dmlc:dlpack:0acb731:dlpack/3rdparty/dlpack \ + dmlc:dmlc-core:808f485:dmlc_core/3rdparty/dmlc-core USE_LDCONFIG= yes +PORTSCOUT= ignore:v0.5 # https://github.com/dmlc/tvm/issues/3848 + .include <bsd.port.mk> diff --git a/math/tvm/distinfo b/math/tvm/distinfo index fb18e00d18f9..0a9113e9e8b6 100644 --- a/math/tvm/distinfo +++ b/math/tvm/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1566889638 -SHA256 (dmlc-tvm-v0.4-1440-g347e3d9d_GH0.tar.gz) = 57caebe24afb19158cedf546d89d35f47d6a22c8ba6f1109d3017e756a1480db -SIZE (dmlc-tvm-v0.4-1440-g347e3d9d_GH0.tar.gz) = 2694303 +TIMESTAMP = 1570383682 +SHA256 (dmlc-tvm-v0.4-1614-gd703fb4e_GH0.tar.gz) = c994bf0775a725eaf78a43485f9c33ec5573e08d14be8ebdf8725980eb340669 +SIZE (dmlc-tvm-v0.4-1614-gd703fb4e_GH0.tar.gz) = 2819396 SHA256 (dmlc-dlpack-0acb731_GH0.tar.gz) = e246632ccb182369e78a4028bfd9d3ff8a3507620ba414126fb0e860477248ba SIZE (dmlc-dlpack-0acb731_GH0.tar.gz) = 39435 +SHA256 (dmlc-dmlc-core-808f485_GH0.tar.gz) = b04ba9f1931d8b62c1bd3f06373582ce9e393fcd1d7241766c6e7d7b6119eca0 +SIZE (dmlc-dmlc-core-808f485_GH0.tar.gz) = 250572 diff --git a/math/tvm/pkg-plist b/math/tvm/pkg-plist index 3a1393e21738..19fbaf757468 100644 --- a/math/tvm/pkg-plist +++ b/math/tvm/pkg-plist @@ -1,6 +1,7 @@ include/tvm/runtime/c_backend_api.h include/tvm/runtime/c_runtime_api.h include/tvm/runtime/device_api.h +include/tvm/runtime/micro/standalone/utvm_runtime.h include/tvm/runtime/module.h include/tvm/runtime/ndarray.h include/tvm/runtime/node_base.h |