Port details |
- py-onnx Open Neural Network eXchange
- 1.5.0_1 science
=0 1.5.0_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-08-08 17:53:31
- Last Update: 2019-08-27 04:08:33
- SVN Revision: 509984
- License: MIT
- WWW:
- https://onnx.ai/
- Description:
- Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI
developers to choose the right tools as their project evolves. ONNX provides an
open source format for AI models, both deep learning and traditional ML. It
defines an extensible computation graph model, as well as definitions of
built-in operators and standard data types. Currently we focus on the
capabilities needed for inferencing (scoring).
ONNX is widely supported and can be found in many frameworks, tools, and
hardware. Enabling interoperability between different frameworks and
streamlining the path from research to production helps increase the speed of
innovation in the AI community. We invite the community to join us and further
evolve ONNX.
WWW: https://onnx.ai/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}onnx>0:science/py-onnx@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py36-onnx
- Package flavors (<flavor>: <package>)
- py36: py36-onnx
- py27: py27-onnx
- distinfo:
- TIMESTAMP = 1565284463
SHA256 (onnx-1.5.0.tar.gz) = 1a584a4ef62a6db178c257fffb06a9d8e61b41c0a80bfd8bcd8a253d72c4b0b4
SIZE (onnx-1.5.0.tar.gz) = 2981047
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- py36-pytest-runner>=0 : devel/py-pytest-runner@py36
- py36-setuptools>0 : devel/py-setuptools@py36
- python3.6 : lang/python36
- Runtime dependencies:
-
- py36-numpy>0 : math/py-numpy@py36
- py36-six>=0 : devel/py-six@py36
- py36-typing-extensions>0 : devel/py-typing-extensions@py36
- py36-setuptools>0 : devel/py-setuptools@py36
- python3.6 : lang/python36
- Library dependencies:
-
- libprotobuf.so : devel/protobuf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- compiler:c11 python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.0_1 27 Aug 2019 04:08:33 |
yuri |
Move science/py-onnx -> math/py-onnx
math is a more appropriate category, but neural networks is really
an emerging field in itself and it probably deserves the category
of its own. |
1.5.0_1 13 Aug 2019 08:50:23 |
pkubaj |
science/py-onnx: fix build with GCC-based architectures
Use C11 compiler because of:
/wrkdirs/usr/ports/science/py-onnx/work-py36/onnx-1.5.0/onnx/onnxifi_loader.c:121:
error: 'struct onnxifi_library' has no member named 'functions'
Approved by: mentors (implicit approval) |
1.5.0_1 09 Aug 2019 18:34:47 |
sunpoet |
Revert r508450
r508454 has fixed the problem (bulk -a with BUILD_ALL_PYTHON_FLAVORS). |
1.5.0_1 09 Aug 2019 12:54:27 |
mat |
Fix bulk -a with BUILD_ALL_PYTHON_FLAVORS.
devel/py-typing-extensions does not support Python 3.7+, so ports
requiring it can't either. |
1.5.0_1 08 Aug 2019 20:47:20 |
sunpoet |
Fix typo: add missing quotation marks |
1.5.0_1 08 Aug 2019 19:22:20 |
sunpoet |
Fix RUN_DEPENDS: typing is used for Python 3.4 and below
- Bump PORTREVISION for dependency change
With hat: python |
1.5.0 08 Aug 2019 17:53:24 |
yuri |
New port: science/py-onnx: Open Neural Network eXchange |
Number of commits found: 7
|