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
Ukraine
Port details on branch 2024Q4
mxnet Apache MXNet: Ultra-scalable deep learning framework
1.9.1_7 misc on this many watch lists=0 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.9.1_7Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-15 13:03:06
Last Update: 2024-11-15 13:00:47
Commit Hash: ee627f9
License: APACHE20
WWW:
https://mxnet.apache.org/
Description:
Apache MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix symbolic and imperative programming to maximize efficiency and productivity. At its core, MXNet contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. MXNet is portable and lightweight, scaling effectively to multiple GPUs and multiple machines. MXNet is more than a deep learning project. It is a collection of blue prints and guidelines for building deep learning systems, and interesting insights of DL systems for hackers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (139 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mxnet-1.9.1_7/catalog.mk
  3. /usr/local/share/licenses/mxnet-1.9.1_7/LICENSE
  4. /usr/local/share/licenses/mxnet-1.9.1_7/APACHE20
  5. include/dlpack/dlpack.h
  6. include/mshadow/README.md
  7. include/mshadow/base.h
  8. include/mshadow/bfloat.h
  9. include/mshadow/cuda/reduce.cuh
  10. include/mshadow/cuda/tensor_gpu-inl.cuh
  11. include/mshadow/dot_engine-inl.h
  12. include/mshadow/expr_engine-inl.h
  13. include/mshadow/expr_scalar-inl.h
  14. include/mshadow/expression.h
  15. include/mshadow/extension.h
  16. include/mshadow/extension/broadcast.h
  17. include/mshadow/extension/broadcast_with_axis.h
  18. include/mshadow/extension/channel_pool.h
  19. include/mshadow/extension/channel_unpool.h
  20. include/mshadow/extension/choose.h
  21. include/mshadow/extension/complex.h
  22. include/mshadow/extension/concat.h
  23. include/mshadow/extension/crop.h
  24. include/mshadow/extension/fill.h
  25. include/mshadow/extension/flip.h
  26. include/mshadow/extension/implicit_gemm.h
  27. include/mshadow/extension/mask.h
  28. include/mshadow/extension/mirror.h
  29. include/mshadow/extension/one_hot.h
  30. include/mshadow/extension/pack_col2patch.h
  31. include/mshadow/extension/pad.h
  32. include/mshadow/extension/range.h
  33. include/mshadow/extension/reduce_with_axis.h
  34. include/mshadow/extension/reduceto1d.h
  35. include/mshadow/extension/reshape.h
  36. include/mshadow/extension/slice.h
  37. include/mshadow/extension/slice_ex.h
  38. include/mshadow/extension/spatial_pool.h
  39. include/mshadow/extension/spatial_unpool.h
  40. include/mshadow/extension/spatial_upsampling_nearest.h
  41. include/mshadow/extension/swapaxis.h
  42. include/mshadow/extension/take.h
  43. include/mshadow/extension/take_grad.h
  44. include/mshadow/extension/transpose.h
  45. include/mshadow/extension/unpack_patch2col.h
  46. include/mshadow/half.h
  47. include/mshadow/half2.h
  48. include/mshadow/io.h
  49. include/mshadow/logging.h
  50. include/mshadow/packet-inl.h
  51. include/mshadow/packet/plain-inl.h
  52. include/mshadow/packet/sse-inl.h
  53. include/mshadow/random.h
  54. include/mshadow/stream_gpu-inl.h
  55. include/mshadow/tensor.h
  56. include/mshadow/tensor_container.h
  57. include/mshadow/tensor_cpu-inl.h
  58. include/mshadow/tensor_gpu-inl.h
  59. include/mxnet-cpp/MxNetCpp.h
  60. include/mxnet-cpp/base.h
  61. include/mxnet-cpp/contrib.h
  62. include/mxnet-cpp/executor.h
  63. include/mxnet-cpp/executor.hpp
  64. include/mxnet-cpp/initializer.h
  65. include/mxnet-cpp/io.h
  66. include/mxnet-cpp/io.hpp
  67. include/mxnet-cpp/kvstore.h
  68. include/mxnet-cpp/kvstore.hpp
  69. include/mxnet-cpp/lr_scheduler.h
  70. include/mxnet-cpp/metric.h
  71. include/mxnet-cpp/model.h
  72. include/mxnet-cpp/monitor.h
  73. include/mxnet-cpp/monitor.hpp
  74. include/mxnet-cpp/ndarray.h
  75. include/mxnet-cpp/ndarray.hpp
  76. include/mxnet-cpp/op.h
  77. include/mxnet-cpp/op_map.h
  78. include/mxnet-cpp/op_suppl.h
  79. include/mxnet-cpp/op_util.h
  80. include/mxnet-cpp/operator.h
  81. include/mxnet-cpp/operator.hpp
  82. include/mxnet-cpp/optimizer.h
  83. include/mxnet-cpp/optimizer.hpp
  84. include/mxnet-cpp/shape.h
  85. include/mxnet-cpp/symbol.h
  86. include/mxnet-cpp/symbol.hpp
  87. include/mxnet/api_registry.h
  88. include/mxnet/base.h
  89. include/mxnet/c_api.h
  90. include/mxnet/c_api_error.h
  91. include/mxnet/c_api_test.h
  92. include/mxnet/c_predict_api.h
  93. include/mxnet/engine.h
  94. include/mxnet/executor.h
  95. include/mxnet/expr_operator.h
  96. include/mxnet/graph_attr_types.h
  97. include/mxnet/imperative.h
  98. include/mxnet/io.h
  99. include/mxnet/ir/expr.h
  100. include/mxnet/kvstore.h
  101. include/mxnet/lib_api.h
  102. include/mxnet/libinfo.h
  103. include/mxnet/ndarray.h
  104. include/mxnet/node/container.h
  105. include/mxnet/node/node.h
  106. include/mxnet/op_attr_types.h
  107. include/mxnet/operator.h
  108. include/mxnet/operator_util.h
  109. include/mxnet/random_generator.h
  110. include/mxnet/resource.h
  111. include/mxnet/rtc.h
  112. include/mxnet/runtime/c_runtime_api.h
  113. include/mxnet/runtime/container.h
  114. include/mxnet/runtime/data_type.h
  115. include/mxnet/runtime/ffi_helper.h
  116. include/mxnet/runtime/memory.h
  117. include/mxnet/runtime/ndarray.h
  118. include/mxnet/runtime/object.h
  119. include/mxnet/runtime/packed_func.h
  120. include/mxnet/runtime/registry.h
  121. include/mxnet/storage.h
  122. include/mxnet/tensor_blob.h
  123. include/mxnet/tuple.h
  124. include/nnvm/base.h
  125. include/nnvm/c_api.h
  126. include/nnvm/graph.h
  127. include/nnvm/graph_attr_types.h
  128. include/nnvm/layout.h
  129. include/nnvm/node.h
  130. include/nnvm/op.h
  131. include/nnvm/op_attr_types.h
  132. include/nnvm/pass.h
  133. include/nnvm/pass_functions.h
  134. include/nnvm/symbolic.h
  135. include/nnvm/tuple.h
  136. lib/libmxnet.so
  137. @owner
  138. @group
  139. @mode
Collapse this list.
Dependency lines:
  • mxnet>0:misc/mxnet
To install the port:
cd /usr/ports/misc/mxnet/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/mxnet
  • pkg install mxnet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mxnet
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1652290300 SHA256 (apache-incubator-mxnet-1.9.1_GH0.tar.gz) = cef85932e2b3caead235008473d29512b99581c07da3d10703ff5b6c1fb5bd50 SIZE (apache-incubator-mxnet-1.9.1_GH0.tar.gz) = 23402468

Expand this list (6 items)

Collapse this list.

SHA256 (apache-tvm-efdac94_GH0.tar.gz) = 753338c7eca85e1a7e7a02f3acf40ec13a046b9581dafc94c77c3ad986204983 SIZE (apache-tvm-efdac94_GH0.tar.gz) = 3889616 SHA256 (dmlc-dlpack-3efc489_GH0.tar.gz) = e8a3fc92d24eab985a73539b7478da84ebc12cfb33f654d915671748fd3d7d98 SIZE (dmlc-dlpack-3efc489_GH0.tar.gz) = 39598 SHA256 (oneapi-src-oneDNN-f40443c_GH0.tar.gz) = a1c62ae792773ebc0fb581d0953e88bb7d6d4297682d79b7a7fa4ca79a2cfe19 SIZE (oneapi-src-oneDNN-f40443c_GH0.tar.gz) = 9700567

Collapse this list.


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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. googletest>0 : devel/googletest
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. python3.11 : lang/python311
Library dependencies:
  1. libdmlc.so : devel/dmlc-core
  2. liblapack.so : math/lapack
  3. libopenblas.so : math/openblas
  4. libopencv_core.so : graphics/opencv
  5. libopencv_videoio.so : graphics/opencv
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for mxnet-1.9.1_7: CPP=on: Install the C++ binding (cpp-package) OPENCV=on: Computer Vision support via OpenCV ===> Use 'make config' to modify these settings
Options name:
misc_mxnet
USES:
cmake compiler:c++11-lang localbase:ldflags 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/apache/incubator-mxnet/tar.gz/1.9.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.1_7
15 Nov 2024 13:00:47
commit hash: ee627f94d287e900666c1ef31a81a01242c2b507commit hash: ee627f94d287e900666c1ef31a81a01242c2b507commit hash: ee627f94d287e900666c1ef31a81a01242c2b507commit hash: ee627f94d287e900666c1ef31a81a01242c2b507 files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
misc/mxnet: fix build with clang 19

Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:

 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
    358 |         template LaunchEx(s, new_oshape.Size(), req[0], lstride,
rstride, oshape,
        |                  ^
 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
 
/wrkdirs/usr/ports/misc/mxnet/work/incubator-mxnet-1.9.1/src/api/operator/numpy/../../../operator/numpy/../tensor/./elemwise_binary_broadcast_op.h:358:18:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1