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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: misc/opennn/Makefile

Number of commits found: 17

Tuesday, 5 Sep 2023
21:46 Piotr Kubaj (pkubaj) search for other commits by this committer
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) {
commit hash: 72ba4796395340f522176e175ba77b032e5b24d5 commit hash: 72ba4796395340f522176e175ba77b032e5b24d5 commit hash: 72ba4796395340f522176e175ba77b032e5b24d5 commit hash: 72ba4796395340f522176e175ba77b032e5b24d5 72ba479
Sunday, 18 Jun 2023
06:52 Yuri Victorovich (yuri) search for other commits by this committer
misc/opennn: Update 5.0.5 → 6.0.4

Reported by:	portscout
commit hash: 64301771eefd6c2873365f7a2340252c8d647a0c commit hash: 64301771eefd6c2873365f7a2340252c8d647a0c commit hash: 64301771eefd6c2873365f7a2340252c8d647a0c commit hash: 64301771eefd6c2873365f7a2340252c8d647a0c 6430177
Sunday, 25 Dec 2022
20:44 Piotr Kubaj (pkubaj) search for other commits by this committer
misc/opennn: fix build on libomp-less architectures
commit hash: 8fc85cc715557fd65aca93b86c2d0247bd7e707b commit hash: 8fc85cc715557fd65aca93b86c2d0247bd7e707b commit hash: 8fc85cc715557fd65aca93b86c2d0247bd7e707b commit hash: 8fc85cc715557fd65aca93b86c2d0247bd7e707b 8fc85cc
Sunday, 30 Oct 2022
17:17 Yuri Victorovich (yuri) search for other commits by this committer Author: Daniel Engberg
misc/opennn: Use USE_GITHUB

PR:		267287
commit hash: d09770ec8100f0c81a407f433b04a13c4dd8b3e0 commit hash: d09770ec8100f0c81a407f433b04a13c4dd8b3e0 commit hash: d09770ec8100f0c81a407f433b04a13c4dd8b3e0 commit hash: d09770ec8100f0c81a407f433b04a13c4dd8b3e0 d09770e
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
19:21 Yuri Victorovich (yuri) search for other commits by this committer
misc/opennn: Improve BROKEN lines
commit hash: 4073897462649428e710c3a90b7feccc7114a69d commit hash: 4073897462649428e710c3a90b7feccc7114a69d commit hash: 4073897462649428e710c3a90b7feccc7114a69d commit hash: 4073897462649428e710c3a90b7feccc7114a69d 40738974
Saturday, 16 Jul 2022
01:04 Yuri Victorovich (yuri) search for other commits by this committer
misc/opennn: Limit BROKEN_riscv64 to pre-13.1 systems

Reported by:	pkubaj@
commit hash: aacc620c08b4ef10bb39aa845e64a4b1e4abcb1a commit hash: aacc620c08b4ef10bb39aa845e64a4b1e4abcb1a commit hash: aacc620c08b4ef10bb39aa845e64a4b1e4abcb1a commit hash: aacc620c08b4ef10bb39aa845e64a4b1e4abcb1a aacc620
Friday, 15 Jul 2022
18:51 Yuri Victorovich (yuri) search for other commits by this committer
misc/opennn: Add test target; remove MPI option (defunct); Add
USES=compiler:c++11-lang
commit hash: 461a2801d4dde2197bb449f02909e69dfebf83c3 commit hash: 461a2801d4dde2197bb449f02909e69dfebf83c3 commit hash: 461a2801d4dde2197bb449f02909e69dfebf83c3 commit hash: 461a2801d4dde2197bb449f02909e69dfebf83c3 461a280
18:34 Yuri Victorovich (yuri) search for other commits by this committer
misc/opennn: Broken on armv6, armv7, riscv64

Reported by:	fallout
commit hash: 17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee commit hash: 17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee commit hash: 17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee commit hash: 17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee 17b0c8d
Friday, 30 Apr 2021
00:56 Yuri Victorovich (yuri) search for other commits by this committer
misc/opennn: Update 4.0 -> 5.0.5
commit hash: 6a352e2acd264aabe6ce7937f618b46bc74b78f0 commit hash: 6a352e2acd264aabe6ce7937f618b46bc74b78f0 commit hash: 6a352e2acd264aabe6ce7937f618b46bc74b78f0 commit hash: 6a352e2acd264aabe6ce7937f618b46bc74b78f0 6a352e2
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 28 May 2020
01:29 yuri search for other commits by this committer
misc/opennn: Update 0.1-86 -> 4.0

The GitHub project for some reason has a version 0.1, and SF has 4.0
Original commitRevision:536733 
Thursday, 23 Apr 2020
11:38 pkubaj search for other commits by this committer
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)
Original commitRevision:532668 
Sunday, 29 Mar 2020
05:57 yuri search for other commits by this committer
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
Original commitRevision:529771 
Sunday, 8 Mar 2020
21:56 jbeich search for other commits by this committer
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
Original commitRevision:528082 
Friday, 29 Nov 2019
01:58 yuri search for other commits by this committer
New port: misc/opennn: Open neural networks library
Original commitRevision:518618 

Number of commits found: 17