Port details |
- mxnet Apache MXNet: Ultra-scalable deep learning framework
- 1.9.1_9 misc
=2 1.9.1_7Version of this port present on the latest quarterly branch. DEPRECATED: Project has been retired by Apache, see https://attic.apache.org/projects/mxnet.html
EXPIRATION DATE: 2025-04-01
- Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-12-15 18:53:56
- Last Update: 2025-01-28 16:42:55
- Commit Hash: e54e2c6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://mxnet.apache.org/
- https://github.com/apache/mxnet
- 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.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- googletest>0 : devel/googletest
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Library dependencies:
-
- libdmlc.so : devel/dmlc-core
- liblapack.so : math/lapack
- libopenblas.so : math/openblas
- libopencv_core.so : graphics/opencv
- libopencv_videoio.so : graphics/opencv
- This port is required by:
- for Build
-
- misc/py-mxnet
- for Run
-
- misc/py-mxnet
Configuration Options:
- ===> The following configuration options are available for mxnet-1.9.1_9:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.1_9 28 Jan 2025 16:42:55
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.
PR: 284314 |
1.9.1_8 24 Jan 2025 12:18:28
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS |
1.9.1_7 15 Nov 2024 12:58:59
    |
Dimitry Andric (dim)  |
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 ) |
1.9.1_7 01 Nov 2024 03:54:54
    |
Yuri Victorovich (yuri)  |
misc/mxnet: Broken on 15; Add deprecation notice
Reported by: fallout |
1.9.1_7 21 Jun 2024 17:49:24
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
1.9.1_6 02 May 2024 17:42:04
    |
Yuri Victorovich (yuri)  |
graphics/opencv: update 4.6.0 → 4.9.0
PR: 275977
Approved by: desktop@FreeBSD.org (maintainers timeout; 4+ months) |
1.9.1_5 01 Jan 2024 11:49:51
    |
Thierry Thomas (thierry)  |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
1.9.1_4 12 Dec 2023 19:03:50
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
1.9.1_3 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.1_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.1_2 02 Sep 2022 07:12:18
    |
Tobias C. Berner (tcberner)  |
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD |
1.9.1_1 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
1.9.1 29 Jul 2022 20:53:51
    |
Yuri Victorovich (yuri)  |
misc/mxnet: Broken on systems where OpenMP isn't enabled
Reported by: fallout |
1.9.1 11 May 2022 19:38:43
    |
Yuri Victorovich (yuri)  |
misc/mxnet: Update 1.9.0 -> 1.9.1
Reported by: portscout |
1.9.0 20 Jan 2022 05:10:29
    |
Yuri Victorovich (yuri)  |
misc/mxnet: Broken on i386
Reported by: fallout |
1.9.0 23 Dec 2021 21:17:34
    |
Yuri Victorovich (yuri)  |
misc/{,py-}mxnet: Update 1.8.0 -> 1.9.0
Reported by: portscout |
1.8.0 21 May 2021 09:53:34
    |
Yuri Victorovich (yuri)  Author: Oleh Hushchenkov |
misc/mxnet: Update 1.7.0 -> 1.8.0
PR: 256029 |
1.7.0_2 16 Apr 2021 18:31:06
    |
Adriaan de Groot (adridg)  |
misc/mxnet: don't build the tests if testing is not enabled
Local (testport) builds were failing like so:
ld: error: undefined symbol: testing::Message::GetString() const
>>> referenced by base.cc
>>>
tests/CMakeFiles/mxnet_unit_tests.dir/cpp/misc/base.cc.o:(testing::AssertionResult::AppendMessage(testing::Message
const&))
because the testing libraries were not being linked -- because
they're not even searched for when testing is not enabled.
Extend previous patch that put the searching-for-testlibs
behind a check, to apply the same check to building-tests. |
1.7.0_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.0_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7.0_2 30 Jan 2021 18:08:57
  |
tcberner  |
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but
replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not
giving ports
the option to pick the "wrong one" - this leads however to some abandoned
ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv,
and vice versa
has been removed. ffmpeg no longer can depend on opencv. (Only the first 15 lines of the commit message are shown above ) |
1.7.0_1 07 Jan 2021 05:01:01
  |
yuri  |
math/onednn: Update 1.7 -> 2.0 |
1.7.0 27 Aug 2020 18:50:32
  |
yuri  |
misc/mxnet: Update 1.6.0 -> 1.7.0
Reported by: portscout |
1.6.0_7 06 May 2020 16:11:15
  |
yuri  |
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas. |
1.6.0_6 04 Apr 2020 07:13:35
  |
yuri  |
math/mkl-dnn: Rename to math/onednn; Update 1.2.2 -> 1.3
The project is renamed by the upstream. |
1.6.0_5 08 Mar 2020 21:56:37
  |
jbeich  |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
1.6.0_4 10 Feb 2020 12:19:54
  |
pkubaj  |
misc/mxnet: fix build on GCC architectures
Newer GCC is required after OpenBlas update:
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146
(message):
Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) |
1.6.0_4 30 Jan 2020 14:17:44
  |
swills  |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
1.6.0_3 21 Jan 2020 22:03:19
  |
swills  |
math/openblas: Update to 0.3.7
While here, improve formatting and fix build of dependant ports.
PR: 231371
Submitted by: yuri (initial version), pkubaj (ppc fixes)
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.6.0_2 28 Dec 2019 20:30:13
  |
pkubaj  |
misc/mxnet: fix build on non-arm non-x86
Architectures other than amd64 and i386 don't have SSE. CMakeLists.txt checks
for ARM, but not for other architectures.
PR: 242946
Approved by: yuri (maintainer) |
1.6.0_2 16 Dec 2019 00:34:45
  |
yuri  |
misc/mxnet: Add the OPENCV option |
1.6.0_1 15 Dec 2019 20:11:57
  |
yuri  |
misc/mxnet: Python is only needed for build. |
1.6.0 15 Dec 2019 18:53:50
  |
yuri  |
New port: misc/mxnet: Apache MXNet: Ultra-scalable deep learning framework |