pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/snns



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 12 07:50:14 UTC 2026

Modified Files:
        pkgsrc/math/snns: Makefile

Log Message:
snns: fix build with gcc 14

Mark as not make-jobs safe, errors about missing symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/snns/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/snns/Makefile
diff -u pkgsrc/math/snns/Makefile:1.28 pkgsrc/math/snns/Makefile:1.29
--- pkgsrc/math/snns/Makefile:1.28      Mon Feb  9 07:02:56 2026
+++ pkgsrc/math/snns/Makefile   Thu Feb 12 07:50:14 2026
@@ -1,17 +1,22 @@
-# $NetBSD: Makefile,v 1.28 2026/02/09 07:02:56 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2026/02/12 07:50:14 wiz Exp $
 
 DISTNAME=      SNNSv4.3
 PKGNAME=       snns-4.3
 PKGREVISION=   2
-CATEGORIES=    misc
+CATEGORIES=    math
 #MASTER_SITES= http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://www-ra.informatik.uni-tuebingen.de/SNNS/
 COMMENT=       Software simulator for neural networks
 
-GNU_CONFIGURE=         YES
+GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-global
+# random errors about missing LEARN_Tacoma
+MAKE_JOBS_SAFE=                no
+
+CFLAGS+=       -Wno-implicit-function-declaration
+CFLAGS+=       -Wno-implicit-int
 
 XGUILOADPATH=  ${PREFIX}/share/snns
 



Home | Main Index | Thread Index | Old Index