diff options
author | yuri <yuri@FreeBSD.org> | 2019-11-24 17:59:17 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-11-24 17:59:17 +0800 |
commit | 9ad05572ae84e51d0f9e69aaf214b33923ad7e06 (patch) | |
tree | 19ae06c304dda63e697d4872061f3941bc89ea86 /math | |
parent | ea75a0bd7ac475d5ae4de2268c4cd5e3385b862e (diff) | |
download | freebsd-ports-gnome-9ad05572ae84e51d0f9e69aaf214b33923ad7e06.tar.gz freebsd-ports-gnome-9ad05572ae84e51d0f9e69aaf214b33923ad7e06.tar.zst freebsd-ports-gnome-9ad05572ae84e51d0f9e69aaf214b33923ad7e06.zip |
math/tvm: Update 0.5.20191028 -> 0.6.0.rc0; Move math/tvm -> misc/tvm
The project moved to another GitHub account.
The Apache Incubator adopted it with a lot of new commits.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/tvm/Makefile | 27 | ||||
-rw-r--r-- | math/tvm/distinfo | 7 | ||||
-rw-r--r-- | math/tvm/pkg-descr | 6 | ||||
-rw-r--r-- | math/tvm/pkg-plist | 18 |
5 files changed, 0 insertions, 59 deletions
diff --git a/math/Makefile b/math/Makefile index da22256c03a8..8aeb343eaa14 100644 --- a/math/Makefile +++ b/math/Makefile @@ -873,7 +873,6 @@ SUBDIR += triangle SUBDIR += trlan SUBDIR += truthtable - SUBDIR += tvm SUBDIR += tvmet SUBDIR += ump SUBDIR += units diff --git a/math/tvm/Makefile b/math/tvm/Makefile deleted file mode 100644 index 5d98f338c08f..000000000000 --- a/math/tvm/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $FreeBSD$ - -PORTNAME= tvm -DISTVERSIONPREFIX= v -DISTVERSION= 0.5.20191028 -CATEGORIES= math - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Deep learning compiler stack for cpu, gpu and specialized accelerators - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= dmlc-core>0:devel/dmlc-core \ - rang>0:devel/rang - -USES= cmake localbase -USE_GITHUB= yes -GH_ACCOUNT= dmlc -GH_TAGNAME= e889928 -GH_TUPLE= dmlc:dlpack:0acb731:dlpack/3rdparty/dlpack \ - dmlc:dmlc-core:808f485:dmlc_core/3rdparty/dmlc-core -USE_LDCONFIG= yes - -PORTSCOUT= skipv:0.5 # https://github.com/dmlc/tvm/issues/3848 - -.include <bsd.port.mk> diff --git a/math/tvm/distinfo b/math/tvm/distinfo deleted file mode 100644 index 18431aeffbce..000000000000 --- a/math/tvm/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1572330089 -SHA256 (dmlc-tvm-v0.5.20191028-e889928_GH0.tar.gz) = 798823085d35fb5e3ee713342eeac48065f9f0b792fa13774d4a4b0bd94a8912 -SIZE (dmlc-tvm-v0.5.20191028-e889928_GH0.tar.gz) = 2888043 -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-descr b/math/tvm/pkg-descr deleted file mode 100644 index cb5ef2261d34..000000000000 --- a/math/tvm/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -TVM is a compiler stack for deep learning systems. It is designed to close the -gap between the productivity-focused deep learning frameworks, and the -performance- and efficiency-focused hardware backends. TVM works with deep -learning frameworks to provide end to end compilation to different backends. - -WWW: https://tvm.ai/ diff --git a/math/tvm/pkg-plist b/math/tvm/pkg-plist deleted file mode 100644 index 456e37a0f7c8..000000000000 --- a/math/tvm/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -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/memory.h -include/tvm/runtime/module.h -include/tvm/runtime/ndarray.h -include/tvm/runtime/object.h -include/tvm/runtime/packed_func.h -include/tvm/runtime/registry.h -include/tvm/runtime/serializer.h -include/tvm/runtime/threading_backend.h -include/tvm/runtime/util.h -include/tvm/runtime/vm.h -lib/libnnvm_compiler.so -lib/libtvm.so -lib/libtvm_runtime.so -lib/libtvm_topi.so |