pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/arpack-ng
Module Name: pkgsrc
Committed By: thor
Date: Mon Jan 22 14:13:44 UTC 2024
Modified Files:
pkgsrc/math/arpack-ng: Makefile
Log Message:
math/arpack-ng: use pkg-config as tool
This fixes the build where there is no pkg-config in the base system
hiding the fact that we did not pull it in explicitly.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/arpack-ng/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/arpack-ng/Makefile
diff -u pkgsrc/math/arpack-ng/Makefile:1.9 pkgsrc/math/arpack-ng/Makefile:1.10
--- pkgsrc/math/arpack-ng/Makefile:1.9 Mon Nov 6 10:57:52 2023
+++ pkgsrc/math/arpack-ng/Makefile Mon Jan 22 14:13:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/11/06 10:57:52 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/22 14:13:44 thor Exp $
DISTNAME= arpack-ng-3.9.1
CATEGORIES= math
@@ -10,6 +10,7 @@ COMMENT= Library of subroutines to solve
LICENSE= original-bsd
USE_LANGUAGES= c fortran
+USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
CMAKE_ARGS+= -DBLA_PREFER_PKGCONFIG=true
Home |
Main Index |
Thread Index |
Old Index