aboutsummaryrefslogtreecommitdiff
path: root/misc/opennn/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* misc/opennn: update 6.0.4 → 8.0.0Yuri Victorovich9 days1-5/+9
|
* misc/opennn: fix build on powerpcPiotr Kubaj2024-07-291-0/+1
| | | | cc1plus: out of memory allocating 81890032 bytes after a total of 0 bytes
* misc/opennn: Broken on armv7Yuri Victorovich2024-04-281-0/+2
| | | | | | gcc13 fails. Reported by: fallout
* misc/opennn: fix build on powerpc64Piotr Kubaj2023-09-051-0/+1
| | | | | | | | | | | | | | | | | | | /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) {
* misc/opennn: Update 5.0.5 → 6.0.4Yuri Victorovich2023-06-181-2/+2
| | | | Reported by: portscout
* misc/opennn: fix build on libomp-less architecturesPiotr Kubaj2022-12-251-6/+11
|
* misc/opennn: Use USE_GITHUBDaniel Engberg2022-10-301-2/+5
| | | | PR: 267287
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* misc/opennn: Improve BROKEN linesYuri Victorovich2022-07-201-9/+4
|
* misc/opennn: Limit BROKEN_riscv64 to pre-13.1 systemsYuri Victorovich2022-07-161-2/+7
| | | | Reported by: pkubaj@
* misc/opennn: Add test target; remove MPI option (defunct); Add ↵Yuri Victorovich2022-07-151-7/+10
| | | | USES=compiler:c++11-lang
* misc/opennn: Broken on armv6, armv7, riscv64Yuri Victorovich2022-07-151-0/+4
| | | | Reported by: fallout
* misc/opennn: Update 4.0 -> 5.0.5Yuri Victorovich2021-04-301-26/+6
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/opennn: Update 0.1-86 -> 4.0Yuri Victorovich2020-05-281-8/+5
| | | | | | | The GitHub project for some reason has a version 0.1, and SF has 4.0 Notes: svn path=/head/; revision=536733
* misc/opennn: fix build on GCC architectures and powerpc64 elfv2Piotr Kubaj2020-04-231-2/+12
| | | | | | | | | | 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) Notes: svn path=/head/; revision=532668
* misc/opennn: Fix buildYuri Victorovich2020-03-291-2/+9
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=529771
* Drop dependency on devel/openmpJan Beich2020-03-081-2/+1
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* New port: misc/opennn: Open neural networks libraryYuri Victorovich2019-11-291-0/+38
Notes: svn path=/head/; revision=518618