svn commit: r515623 - in head/math: . py-onnx-tf

Yuri Victorovich yuri at FreeBSD.org
Fri Oct 25 16:58:01 UTC 2019


Author: yuri
Date: Fri Oct 25 16:58:00 2019
New Revision: 515623
URL: https://svnweb.freebsd.org/changeset/ports/515623

Log:
  New port: math/py-onnx-tf: Tensorflow backend for ONNX (Open Neural Network Exchange)

Added:
  head/math/py-onnx-tf/
  head/math/py-onnx-tf/Makefile   (contents, props changed)
  head/math/py-onnx-tf/distinfo   (contents, props changed)
  head/math/py-onnx-tf/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Oct 25 16:29:39 2019	(r515622)
+++ head/math/Makefile	Fri Oct 25 16:58:00 2019	(r515623)
@@ -734,6 +734,7 @@
     SUBDIR += py-numpy
     SUBDIR += py-nzmath
     SUBDIR += py-onnx
+    SUBDIR += py-onnx-tf
     SUBDIR += py-osqp
     SUBDIR += py-pandas
     SUBDIR += py-pandas-datareader

Added: head/math/py-onnx-tf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-onnx-tf/Makefile	Fri Oct 25 16:58:00 2019	(r515623)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	onnx-tf
+DISTVERSION=	1.3.0
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Tensorflow backend for ONNX (Open Neural Network Exchange)
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}onnx>0:math/py-onnx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils concurrent autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/math/py-onnx-tf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-onnx-tf/distinfo	Fri Oct 25 16:58:00 2019	(r515623)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572021506
+SHA256 (onnx-tf-1.3.0.tar.gz) = f4641053780c196406afcc2a319fa0ac3cab3741180bbc0a8f7a61f884f6d695
+SIZE (onnx-tf-1.3.0.tar.gz) = 57987

Added: head/math/py-onnx-tf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-onnx-tf/pkg-descr	Fri Oct 25 16:58:00 2019	(r515623)
@@ -0,0 +1,4 @@
+TensorFlow Backend and Frontend for ONNX allowing ONNX to inter-operate with
+TensofFlow.
+
+WWW: https://github.com/onnx/onnx-tensorflow/


More information about the svn-ports-head mailing list