Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2023 17:34:44 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 361ac93654bb - main - math/fann: Add forgotten patch
Message-ID:  <202303161734.32GHYiAm004238@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=361ac93654bbcf71a04329f65c877f918f6cd1e6

commit 361ac93654bbcf71a04329f65c877f918f6cd1e6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-16 15:02:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-16 15:02:58 +0000

    math/fann: Add forgotten patch
---
 math/fann/files/patch-CMakeLists.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/math/fann/files/patch-CMakeLists.txt b/math/fann/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..e70779ee9a27
--- /dev/null
+++ b/math/fann/files/patch-CMakeLists.txt
@@ -0,0 +1,17 @@
+- workaround for https://github.com/libfann/fann/issues/142 and https://github.com/libfann/fann/issues/143
+
+--- CMakeLists.txt.orig	2023-03-16 17:26:18 UTC
++++ CMakeLists.txt
+@@ -156,10 +156,10 @@ install (FILES
+ 
+ ################# compile tests ################
+ 
+-ADD_SUBDIRECTORY( lib/googletest )
++#ADD_SUBDIRECTORY( lib/googletest )
+ 
+ if(COMPILER_SUPPORTS_CXX11)
+-  ADD_SUBDIRECTORY( tests )
++  #ADD_SUBDIRECTORY( tests )
+ endif()
+ 
+ ENDIF()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303161734.32GHYiAm004238>