Port details |
- opennn Open neural networks library
- 6.0.4 misc =2 6.0.4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-11-29 01:58:13
- Last Update: 2024-07-29 15:10:10
- Commit Hash: 12a9620
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://www.opennn.net/
- Description:
- OpenNN is a software library written in C++ for advanced analytics. It
implements neural networks, the most successful machine learning method.
The main advantage of OpenNN is its high performance. This library outstands in
terms of execution speed and memory allocation. It is constantly optimized and
parallelized in order to maximize its efficiency.
Some typical applications of OpenNN are business intelligence (customer
segmentation, churn prevention...), health care (early diagnosis, microarray
analysis...) and engineering (performance optimization, predictive
maitenance...).
OpenNN does not deal with computer vision or natural language processing.
- ¦ ¦ ¦ ¦
- 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/opennn/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/opennn
- pkg install opennn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opennn
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1687057825
SHA256 (Artelnics-opennn-v6.0.4_GH0.tar.gz) = 3f3bcf491198444d58ea099acf69b3a4e3703b321f3fb08ad9b32e832b400c34
SIZE (Artelnics-opennn-v6.0.4_GH0.tar.gz) = 20311311
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_opennn
- USES:
- cmake:testing dos2unix compiler:c++11-lang
- 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 |
6.0.4 29 Jul 2024 15:10:10 |
Piotr Kubaj (pkubaj) |
misc/opennn: fix build on powerpc
cc1plus: out of memory allocating 81890032 bytes after a total of 0 bytes |
6.0.4 28 Apr 2024 09:04:45 |
Yuri Victorovich (yuri) |
misc/opennn: Broken on armv7
gcc13 fails.
Reported by: fallout |
6.0.4 05 Sep 2023 21:46:04 |
Piotr Kubaj (pkubaj) |
misc/opennn: fix build on powerpc64
/usr/bin/c++ -D__Cpp11__ -Dopennn_EXPORTS -fopenmp=libomp -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -DNDEBUG -std=gnu++17 -fPIC -MD
-MT opennn/CMakeFiles/opennn.dir/adaptive_moment_estimation.cpp.o -MF
opennn/CMakeFiles/opennn.dir/adaptive_moment_estimation.cpp.o.d -o
opennn/CMakeFiles/opennn.dir/adaptive_moment_estimation.cpp.o -c
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/adaptive_moment_estimation.cpp
In file included from
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/adaptive_moment_estimation.cpp:9:
In file included from
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/adaptive_moment_estimation.h:32:
In file included from
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/loss_index.h:23:
In file included from
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/config.h:34:
In file included from
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/../eigen/unsupported/Eigen/CXX11/Tensor:14:
In file included from
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/../eigen/unsupported/Eigen/CXX11/../../../Eigen/Core:210:
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/../eigen/unsupported/Eigen/CXX11/../../../Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32:
error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
^~~~~~~~
vec_rsqrt
/wrkdirs/usr/ports/misc/opennn/work/opennn-6.0.4/opennn/../eigen/unsupported/Eigen/CXX11/../../../Eigen/src/Core/arch/AltiVec/PacketMath.h:1302:22:
note: expanded from macro 'BF16_TO_F32_UNARY_OP_WRAPPER'
Packet4f op_even = OP(a_even);\
^
/usr/lib/clang/14.0.5/include/altivec.h:8501:34: note: 'vec_rsqrt' declared here
static vector float __ATTRS_o_ai vec_rsqrt(vector float __a) { |
6.0.4 18 Jun 2023 06:52:14 |
Yuri Victorovich (yuri) |
misc/opennn: Update 5.0.5 → 6.0.4
Reported by: portscout |
5.0.5_1 25 Dec 2022 20:44:17 |
Piotr Kubaj (pkubaj) |
misc/opennn: fix build on libomp-less architectures |
5.0.5_1 30 Oct 2022 17:17:41 |
Yuri Victorovich (yuri) Author: Daniel Engberg |
misc/opennn: Use USE_GITHUB
PR: 267287 |
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) |
5.0.5_1 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 ) |
5.0.5_1 20 Jul 2022 19:21:45 |
Yuri Victorovich (yuri) |
misc/opennn: Improve BROKEN lines |
5.0.5_1 16 Jul 2022 01:04:17 |
Yuri Victorovich (yuri) |
misc/opennn: Limit BROKEN_riscv64 to pre-13.1 systems
Reported by: pkubaj@ |
5.0.5_1 15 Jul 2022 18:51:53 |
Yuri Victorovich (yuri) |
misc/opennn: Add test target; remove MPI option (defunct); Add
USES=compiler:c++11-lang |
5.0.5 15 Jul 2022 18:34:45 |
Yuri Victorovich (yuri) |
misc/opennn: Broken on armv6, armv7, riscv64
Reported by: fallout |
5.0.5 30 Apr 2021 00:56:39 |
Yuri Victorovich (yuri) |
misc/opennn: Update 4.0 -> 5.0.5 |
4.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0 28 May 2020 01:29:59 |
yuri |
misc/opennn: Update 0.1-86 -> 4.0
The GitHub project for some reason has a version 0.1, and SF has 4.0 |
0.1.86_2 23 Apr 2020 11:38:24 |
pkubaj |
misc/opennn: fix build on GCC architectures and powerpc64 elfv2
clang 8 doesn't have full support for powerpc, powerpc64 or powerpcspe, so use
GCC there.
On powerpc64 elfv2, the default is to build for elfv1, so pass a flag to fix it.
MFH: 2020Q2 (fix build blanket) |
0.1.86_2 29 Mar 2020 05:57:28 |
yuri |
misc/opennn: Fix build
Change to clang-9 because clang-10 failed:
error: no matching constructor for initialization of 'const Vector<size_t>' (aka
'const Vector<unsigned long>')
https://github.com/Artelnics/OpenNN/issues/105
Reported by: fallout |
0.1.86_1 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 |
0.1.86 29 Nov 2019 01:58:06 |
yuri |
New port: misc/opennn: Open neural networks library |