pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/scalapack
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 4 11:35:18 UTC 2026
Modified Files:
pkgsrc/math/scalapack: Makefile
Log Message:
scalapack: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/scalapack/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/scalapack/Makefile
diff -u pkgsrc/math/scalapack/Makefile:1.3 pkgsrc/math/scalapack/Makefile:1.4
--- pkgsrc/math/scalapack/Makefile:1.3 Thu Apr 10 16:40:34 2025
+++ pkgsrc/math/scalapack/Makefile Sun Jan 4 11:35:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/04/10 16:40:34 thor Exp $
+# $NetBSD: Makefile,v 1.4 2026/01/04 11:35:18 wiz Exp $
DISTNAME= scalapack-2.2.0
PKGREVISION= 1
@@ -14,6 +14,8 @@ LICENSE= modified-bsd
USE_TOOLS+= pkg-config
USE_LANGUAGES= c fortran
+CFLAGS+= -Wno-implicit-function-declaration
+
.include "../../devel/cmake/build.mk"
CMAKE_CONFIGURE_ARGS= -DBLA_PREFER_PKGCONFIG=on \
-DBLA_PKGCONFIG_LAPACK=${LAPACK_PC:Q} \
Home |
Main Index |
Thread Index |
Old Index