svn commit: r513135 - head/math/onnx

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 28 15:07:53 UTC 2019


Author: yuri
Date: Sat Sep 28 15:07:52 2019
New Revision: 513135
URL: https://svnweb.freebsd.org/changeset/ports/513135

Log:
  math/onnx: Update 1.5.0 -> 1.6.0
  
  Reported by:	portscout

Modified:
  head/math/onnx/Makefile
  head/math/onnx/distinfo
  head/math/onnx/pkg-plist

Modified: head/math/onnx/Makefile
==============================================================================
--- head/math/onnx/Makefile	Sat Sep 28 14:46:26 2019	(r513134)
+++ head/math/onnx/Makefile	Sat Sep 28 15:07:52 2019	(r513135)
@@ -2,7 +2,7 @@
 
 PORTNAME=	onnx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.5.0
+DISTVERSION=	1.6.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/math/onnx/distinfo
==============================================================================
--- head/math/onnx/distinfo	Sat Sep 28 14:46:26 2019	(r513134)
+++ head/math/onnx/distinfo	Sat Sep 28 15:07:52 2019	(r513135)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566874234
-SHA256 (onnx-onnx-v1.5.0_GH0.tar.gz) = 707887fffd79f36213baea7012fd1599c2c6d14ca4974484f1363dced4f7357a
-SIZE (onnx-onnx-v1.5.0_GH0.tar.gz) = 2431004
+TIMESTAMP = 1569680204
+SHA256 (onnx-onnx-v1.6.0_GH0.tar.gz) = a725df7c1bbed3456794c9fb8c4a5443ba0d3496f96ef3685a4625dc947de855
+SIZE (onnx-onnx-v1.6.0_GH0.tar.gz) = 2595871

Modified: head/math/onnx/pkg-plist
==============================================================================
--- head/math/onnx/pkg-plist	Sat Sep 28 14:46:26 2019	(r513134)
+++ head/math/onnx/pkg-plist	Sat Sep 28 15:07:52 2019	(r513135)
@@ -10,6 +10,7 @@ include/onnx/common/interned_strings.h
 include/onnx/common/ir.h
 include/onnx/common/ir_pb_converter.h
 include/onnx/common/model_helpers.h
+include/onnx/common/platform_helpers.h
 include/onnx/common/status.h
 include/onnx/common/stl_backports.h
 include/onnx/common/tensor.h
@@ -20,7 +21,9 @@ include/onnx/defs/operator_sets-ml.h
 include/onnx/defs/operator_sets.h
 include/onnx/defs/schema.h
 include/onnx/defs/shape_inference.h
+include/onnx/defs/tensor/utils.h
 include/onnx/defs/tensor_proto_util.h
+include/onnx/defs/tensor_util.h
 include/onnx/onnx-ml.pb.h
 include/onnx/onnx-operators-ml.pb.h
 include/onnx/onnx-operators_pb.h
@@ -63,6 +66,7 @@ include/onnx/version_converter/adapters/adapter.h
 include/onnx/version_converter/adapters/averagepool_7_6.h
 include/onnx/version_converter/adapters/batch_normalization_6_5.h
 include/onnx/version_converter/adapters/batch_normalization_6_7.h
+include/onnx/version_converter/adapters/batch_normalization_8_9.h
 include/onnx/version_converter/adapters/broadcast_backward_compatibility.h
 include/onnx/version_converter/adapters/broadcast_forward_compatibility.h
 include/onnx/version_converter/adapters/cast_9_8.h
@@ -77,10 +81,12 @@ include/onnx/version_converter/adapters/no_previous_ve
 include/onnx/version_converter/adapters/remove_consumed_inputs.h
 include/onnx/version_converter/adapters/reshape_4_5.h
 include/onnx/version_converter/adapters/reshape_5_4.h
+include/onnx/version_converter/adapters/scan_8_9.h
 include/onnx/version_converter/adapters/scan_9_8.h
 include/onnx/version_converter/adapters/set_is_test.h
 include/onnx/version_converter/adapters/sum_8_7.h
 include/onnx/version_converter/adapters/type_restriction.h
+include/onnx/version_converter/adapters/upsample_8_9.h
 include/onnx/version_converter/adapters/upsample_9_8.h
 include/onnx/version_converter/convert.h
 include/onnx/version_converter/helper.h


More information about the svn-ports-head mailing list