git: 888e16470c14 - main - misc/opennn: update 8.0.0 → 8.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jul 2026 05:38:34 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=888e16470c144da12f4c20128ab560106c36e0d8
commit 888e16470c144da12f4c20128ab560106c36e0d8
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-02 05:03:14 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-02 05:03:14 +0000
misc/opennn: update 8.0.0 → 8.0.1
---
misc/opennn/Makefile | 4 +++-
misc/opennn/distinfo | 6 +++---
misc/opennn/files/patch-opennn_pch.h | 11 -----------
misc/opennn/pkg-plist | 1 +
4 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/misc/opennn/Makefile b/misc/opennn/Makefile
index 53724a28b276..cbf737ee5853 100644
--- a/misc/opennn/Makefile
+++ b/misc/opennn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= opennn
DISTVERSIONPREFIX= v
-DISTVERSION= 8.0.0
+DISTVERSION= 8.0.1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -50,4 +50,6 @@ do-install:
post-test:
@cd ${TEST_WRKSRC} && ${BUILD_WRKSRC}/bin/run_tests
+# tests as of 8.0.1: several tests fail, see https://github.com/Artelnics/opennn/issues/341
+
.include <bsd.port.mk>
diff --git a/misc/opennn/distinfo b/misc/opennn/distinfo
index b310c8e83e07..316e20a2d9b7 100644
--- a/misc/opennn/distinfo
+++ b/misc/opennn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775624253
-SHA256 (Artelnics-opennn-v8.0.0_GH0.tar.gz) = 3f2326b4a85cc2c388baf00107a340ee91104ef5b8d7fa83b6add555e7d9ea90
-SIZE (Artelnics-opennn-v8.0.0_GH0.tar.gz) = 71452501
+TIMESTAMP = 1782967901
+SHA256 (Artelnics-opennn-v8.0.1_GH0.tar.gz) = 858a3cbfb598d95dd9ad8b7ff7a525ab97975934fb693beacb533d22064dd678
+SIZE (Artelnics-opennn-v8.0.1_GH0.tar.gz) = 76691606
diff --git a/misc/opennn/files/patch-opennn_pch.h b/misc/opennn/files/patch-opennn_pch.h
deleted file mode 100644
index dc5d7f8488fe..000000000000
--- a/misc/opennn/files/patch-opennn_pch.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- opennn/pch.h.orig 2026-04-08 05:32:16 UTC
-+++ opennn/pch.h
-@@ -55,7 +55,7 @@
- #include "../eigen/unsupported/Eigen/CXX11/Tensor"
- #include "../eigen/Eigen/src/Core/util/DisableStupidWarnings.h"
-
--#define OPENNN_CUDA // Comment this line to disable cuda files
-+//#define OPENNN_CUDA // Comment this line to disable cuda files
-
- #ifdef OPENNN_CUDA
-
diff --git a/misc/opennn/pkg-plist b/misc/opennn/pkg-plist
index f99796547d24..6fdf4a431b4d 100644
--- a/misc/opennn/pkg-plist
+++ b/misc/opennn/pkg-plist
@@ -9,6 +9,7 @@ include/opennn/dataset.h
include/opennn/dense_layer.h
include/opennn/embedding_layer.h
include/opennn/flatten_layer.h
+include/opennn/formula_expression.h
include/opennn/genetic_algorithm.h
include/opennn/growing_inputs.h
include/opennn/growing_neurons.h