notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
onnx Open Neural Network eXchange
1.16.2_6 misc on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.16.2_4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-11-24 18:23:17
Last Update: 2024-10-29 14:38:30
Commit Hash: 94829e7
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (106 items)
Collapse this list.
  1. /usr/local/share/licenses/onnx-1.16.2_6/catalog.mk
  2. /usr/local/share/licenses/onnx-1.16.2_6/LICENSE
  3. /usr/local/share/licenses/onnx-1.16.2_6/MIT
  4. include/onnx/checker.h
  5. include/onnx/common/array_ref.h
  6. include/onnx/common/assertions.h
  7. include/onnx/common/common.h
  8. include/onnx/common/constants.h
  9. include/onnx/common/file_utils.h
  10. include/onnx/common/graph_node_list.h
  11. include/onnx/common/interned_strings.h
  12. include/onnx/common/ir.h
  13. include/onnx/common/ir_pb_converter.h
  14. include/onnx/common/model_helpers.h
  15. include/onnx/common/path.h
  16. include/onnx/common/platform_helpers.h
  17. include/onnx/common/proto_util.h
  18. include/onnx/common/status.h
  19. include/onnx/common/tensor.h
  20. include/onnx/common/version.h
  21. include/onnx/common/visitor.h
  22. include/onnx/defs/attr_proto_util.h
  23. include/onnx/defs/controlflow/utils.h
  24. include/onnx/defs/data_propagators.h
  25. include/onnx/defs/data_type_utils.h
  26. include/onnx/defs/function.h
  27. include/onnx/defs/generator/utils.h
  28. include/onnx/defs/math/utils.h
  29. include/onnx/defs/operator_sets.h
  30. include/onnx/defs/operator_sets_ml.h
  31. include/onnx/defs/operator_sets_preview.h
  32. include/onnx/defs/operator_sets_training.h
  33. include/onnx/defs/parser.h
  34. include/onnx/defs/printer.h
  35. include/onnx/defs/reduction/utils.h
  36. include/onnx/defs/schema.h
  37. include/onnx/defs/shape_inference.h
  38. include/onnx/defs/tensor/utils.h
  39. include/onnx/defs/tensor_proto_util.h
  40. include/onnx/defs/tensor_util.h
  41. include/onnx/defs/traditionalml/utils.h
  42. include/onnx/inliner/inliner.h
  43. include/onnx/onnx-data.pb.h
  44. include/onnx/onnx-data_pb.h
  45. include/onnx/onnx-ml.pb.h
  46. include/onnx/onnx-operators-ml.pb.h
  47. include/onnx/onnx-operators_pb.h
  48. include/onnx/onnx_pb.h
  49. include/onnx/proto_utils.h
  50. include/onnx/py_utils.h
  51. include/onnx/shape_inference/attribute_binder.h
  52. include/onnx/shape_inference/implementation.h
  53. include/onnx/string_utils.h
  54. include/onnx/version_converter/BaseConverter.h
  55. include/onnx/version_converter/adapters/adapter.h
  56. include/onnx/version_converter/adapters/axes_attribute_to_input.h
  57. include/onnx/version_converter/adapters/axes_input_to_attribute.h
  58. include/onnx/version_converter/adapters/axis_attribute_to_input.h
  59. include/onnx/version_converter/adapters/axis_input_to_attribute.h
  60. include/onnx/version_converter/adapters/batch_normalization_13_14.h
  61. include/onnx/version_converter/adapters/broadcast_backward_compatibility.h
  62. include/onnx/version_converter/adapters/broadcast_forward_compatibility.h
  63. include/onnx/version_converter/adapters/cast_9_8.h
  64. include/onnx/version_converter/adapters/clip_10_11.h
  65. include/onnx/version_converter/adapters/compatible.h
  66. include/onnx/version_converter/adapters/dropout_11_12.h
  67. include/onnx/version_converter/adapters/extend_supported_types.h
  68. include/onnx/version_converter/adapters/gemm_6_7.h
  69. include/onnx/version_converter/adapters/gemm_7_6.h
  70. include/onnx/version_converter/adapters/gridsample_19_20.h
  71. include/onnx/version_converter/adapters/group_normalization_20_21.h
  72. include/onnx/version_converter/adapters/maxpool_8_7.h
  73. include/onnx/version_converter/adapters/no_previous_version.h
  74. include/onnx/version_converter/adapters/pad_10_11.h
  75. include/onnx/version_converter/adapters/q_dq_21_20.h
  76. include/onnx/version_converter/adapters/remove_consumed_inputs.h
  77. include/onnx/version_converter/adapters/reshape_4_5.h
  78. include/onnx/version_converter/adapters/reshape_5_4.h
  79. include/onnx/version_converter/adapters/resize_10_11.h
  80. include/onnx/version_converter/adapters/scan_8_9.h
  81. include/onnx/version_converter/adapters/scan_9_8.h
  82. include/onnx/version_converter/adapters/scatter_10_11.h
  83. include/onnx/version_converter/adapters/slice_9_10.h
  84. include/onnx/version_converter/adapters/softmax_12_13.h
  85. include/onnx/version_converter/adapters/split_12_13.h
  86. include/onnx/version_converter/adapters/split_13_12.h
  87. include/onnx/version_converter/adapters/split_17_18.h
  88. include/onnx/version_converter/adapters/sum_8_7.h
  89. include/onnx/version_converter/adapters/topk_9_10.h
  90. include/onnx/version_converter/adapters/transformers.h
  91. include/onnx/version_converter/adapters/type_restriction.h
  92. include/onnx/version_converter/adapters/upsample_6_7.h
  93. include/onnx/version_converter/adapters/upsample_8_9.h
  94. include/onnx/version_converter/adapters/upsample_9_10.h
  95. include/onnx/version_converter/adapters/upsample_9_8.h
  96. include/onnx/version_converter/convert.h
  97. include/onnx/version_converter/helper.h
  98. lib/cmake/ONNX/ONNXConfig.cmake
  99. lib/cmake/ONNX/ONNXConfigVersion.cmake
  100. lib/cmake/ONNX/ONNXTargets-release.cmake
  101. lib/cmake/ONNX/ONNXTargets.cmake
  102. lib/libonnx.so
  103. lib/libonnx_proto.so
  104. @owner
  105. @group
  106. @mode
Collapse this list.
Dependency lines:
  • onnx>0:misc/onnx
To install the port:
cd /usr/ports/misc/onnx/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/onnx
  • pkg install onnx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: onnx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1722576171 SHA256 (onnx-onnx-v1.16.2_GH0.tar.gz) = 84fc1c3d6133417f8a13af6643ed50983c91dacde5ffba16cc8bb39b22c2acbb SIZE (onnx-onnx-v1.16.2_GH0.tar.gz) = 12429500

Packages (timestamps in pop-ups are UTC):
onnx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.16.2_51.16.2_6-1.16.2_51.16.2_6---
FreeBSD:13:quarterly1.16.2_51.16.2_51.14.01.16.2_51.16.2_51.14.1_11.14.1_11.14.1_1
FreeBSD:14:latest1.16.2_51.16.2_61.13.01.16.2_51.16.2_61.14.0-1.14.0
FreeBSD:14:quarterly1.16.2_51.16.2_5-1.16.2_51.16.2_51.14.1_11.14.1_11.14.1_1
FreeBSD:15:latest1.16.2_51.16.2_6n/a1.16.2_5n/a1.14.1_11.14.1_11.14.1_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. python3.11 : lang/python311
Library dependencies:
  1. libabsl_base.so : devel/abseil
  2. libprotobuf.so : devel/protobuf
This port is required by:
for Libraries
  1. misc/py-pytorch
  2. misc/pytorch

Configuration Options:
No options to configure
Options name:
misc_onnx
USES:
cmake:testing compiler:c++17-lang python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/onnx/onnx/tar.gz/v1.16.2?dummy=/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.16.2_6
29 Oct 2024 14:38:30
commit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.16.2_5
07 Oct 2024 14:16:41
commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.2

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.16.2_4
18 Sep 2024 19:10:12
commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.16.2_3
15 Sep 2024 20:09:36
commit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbf files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.16.2_2
15 Aug 2024 10:55:26
commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 27.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.16.2_1
08 Aug 2024 07:41:06
commit hash: 8c120afd978777a79b6566f1824080771cbc5b56commit hash: 8c120afd978777a79b6566f1824080771cbc5b56commit hash: 8c120afd978777a79b6566f1824080771cbc5b56commit hash: 8c120afd978777a79b6566f1824080771cbc5b56 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
Bump revisions of dependent ports after Abseil C++ libraries update

Requested by:	madpilot
1.16.2
02 Aug 2024 09:28:06
commit hash: c3afcb93dd97a1ee949402cec3861795cdc0ea6dcommit hash: c3afcb93dd97a1ee949402cec3861795cdc0ea6dcommit hash: c3afcb93dd97a1ee949402cec3861795cdc0ea6dcommit hash: c3afcb93dd97a1ee949402cec3861795cdc0ea6d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/onnx: update 1.16.1 → 1.16.2

Reported by:	portscout
1.16.1
24 May 2024 09:23:46
commit hash: 7eed1084ff4dc15a73df5e501c7db8bc63000817commit hash: 7eed1084ff4dc15a73df5e501c7db8bc63000817commit hash: 7eed1084ff4dc15a73df5e501c7db8bc63000817commit hash: 7eed1084ff4dc15a73df5e501c7db8bc63000817 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}onnx: update 1.16.0 → 1.16.1

Reported by:	portscout
1.16.0
27 Mar 2024 07:32:12
commit hash: f1c0313e583a782529019edd360169319cac8e26commit hash: f1c0313e583a782529019edd360169319cac8e26commit hash: f1c0313e583a782529019edd360169319cac8e26commit hash: f1c0313e583a782529019edd360169319cac8e26 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/onnx: update 1.14.1 → 1.16.0

Reported by:	portscout
1.14.1_1
14 Dec 2023 17:03:10
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.14.1
14 Dec 2023 17:03:07
commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39commit hash: b4f7ce8773083a30b43cb4ca30ca7c36af5ebc39 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/onnx: Fix build with protobuf 22+
1.14.1
26 Aug 2023 07:26:04
commit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719ccommit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719ccommit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719ccommit hash: c3838cecddc629f42adcc2bba1dd3b5cb4ec719c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}onnx: update 1.14.0 → 1.14.1

Reported by:	portscout
1.14.0
07 May 2023 18:15:54
commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6commit hash: 6e145ec16af503474e8e6624f2b7a0ac0939a1f6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/onnx: Update 1.13.1 → 1.14.0

Reported by:	portscout
1.13.1
09 Mar 2023 09:32:07
commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2commit hash: 4e155b25b157f12f080a5b3b59b32166f0a291d2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}onnx: Update 1.13.0 → 1.13.1

Reported by:	portscout
1.13.0
30 Dec 2022 04:59:17
commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6commit hash: 56f9bb542a8e765f7b573b7095de76f1c09211e6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/onnx: New port: Open Neural Network eXchange
1.6.0.20191021_1
23 May 2020 20:57:43
Revision:536349Original commit files touched by this commit
yuri search for other commits by this committer
Remive misc/onnx: It was a duplicate of misc/py-onnx
1.6.0.20191021_1
22 Jan 2020 05:53:20
Revision:523788Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
1.6.0.20191021
24 Nov 2019 18:23:10
Revision:518344Original commit files touched by this commit
yuri search for other commits by this committer
Move ONNX-related ports to a more proper category.

Number of commits found: 18