svn commit: r518309 - in head: . math math/tvm misc misc/tvm

Yuri Victorovich yuri at FreeBSD.org
Sun Nov 24 09:59:18 UTC 2019


Author: yuri
Date: Sun Nov 24 09:59:17 2019
New Revision: 518309
URL: https://svnweb.freebsd.org/changeset/ports/518309

Log:
  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.

Added:
  head/misc/tvm/
     - copied from r518308, head/math/tvm/
Deleted:
  head/math/tvm/
Modified:
  head/MOVED
  head/math/Makefile
  head/misc/Makefile
  head/misc/tvm/Makefile
  head/misc/tvm/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Nov 24 09:49:57 2019	(r518308)
+++ head/MOVED	Sun Nov 24 09:59:17 2019	(r518309)
@@ -13495,3 +13495,4 @@ devel/rubygem-default_value_for32|devel/rubygem-defaul
 www/rubygem-responders2-rails52|www/rubygem-responders-rails52|2019-11-23|Obsolete, please use www/rubygem-responders-rails52 instead
 devel/rubygem-gitlab-default_value_for|devel/rubygem-default_value_for|2019-11-23|Obsolete, please use devel/rubygem-default_value_for instead
 www/httpdirfs|sysutils/fusefs-httpdirfs|2019-11-23|Rename for consistency with other FUSE ports
+math/tvm|misc/tvm|2019-11-24|Move to a more appropriate category

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Nov 24 09:49:57 2019	(r518308)
+++ head/math/Makefile	Sun Nov 24 09:59:17 2019	(r518309)
@@ -873,7 +873,6 @@
     SUBDIR += triangle
     SUBDIR += trlan
     SUBDIR += truthtable
-    SUBDIR += tvm
     SUBDIR += tvmet
     SUBDIR += ump
     SUBDIR += units

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sun Nov 24 09:49:57 2019	(r518308)
+++ head/misc/Makefile	Sun Nov 24 09:59:17 2019	(r518309)
@@ -487,6 +487,7 @@
     SUBDIR += ttyrec
     SUBDIR += tudu
     SUBDIR += tvbrowser
+    SUBDIR += tvm
     SUBDIR += typetrainer
     SUBDIR += tzdiff
     SUBDIR += uk-phone

Modified: head/misc/tvm/Makefile
==============================================================================
--- head/math/tvm/Makefile	Sun Nov 24 09:49:57 2019	(r518308)
+++ head/misc/tvm/Makefile	Sun Nov 24 09:59:17 2019	(r518309)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	tvm
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.20191028
-CATEGORIES=	math
+DISTVERSION=	0.6.0.rc0
+CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Deep learning compiler stack for cpu, gpu and specialized accelerators
@@ -16,12 +15,10 @@ BUILD_DEPENDS=	dmlc-core>0:devel/dmlc-core \
 
 USES=		cmake localbase
 USE_GITHUB=	yes
-GH_ACCOUNT=	dmlc
-GH_TAGNAME=	e889928
+GH_ACCOUNT=	apache
+GH_PROJECT=	incubator-tvm
 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>

Modified: head/misc/tvm/distinfo
==============================================================================
--- head/math/tvm/distinfo	Sun Nov 24 09:49:57 2019	(r518308)
+++ head/misc/tvm/distinfo	Sun Nov 24 09:59:17 2019	(r518309)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1572330089
-SHA256 (dmlc-tvm-v0.5.20191028-e889928_GH0.tar.gz) = 798823085d35fb5e3ee713342eeac48065f9f0b792fa13774d4a4b0bd94a8912
-SIZE (dmlc-tvm-v0.5.20191028-e889928_GH0.tar.gz) = 2888043
+TIMESTAMP = 1574587908
+SHA256 (apache-incubator-tvm-0.6.0.rc0_GH0.tar.gz) = f7fa0431765afa373832f80c12328c2540f86dfb457e068d52ba1e7d868035d9
+SIZE (apache-incubator-tvm-0.6.0.rc0_GH0.tar.gz) = 2977132
 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


More information about the svn-ports-all mailing list