pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/eigen3 math/eigen3: fix PKGCONFIG_OVERRIDE
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6c8863c636d
branches: trunk
changeset: 413774:f6c8863c636d
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Mar 22 11:03:22 2020 +0000
description:
math/eigen3: fix PKGCONFIG_OVERRIDE
diffstat:
math/eigen3/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r e844729bcca8 -r f6c8863c636d math/eigen3/Makefile
--- a/math/eigen3/Makefile Sun Mar 22 11:02:14 2020 +0000
+++ b/math/eigen3/Makefile Sun Mar 22 11:03:22 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/11/02 16:16:18 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/22 11:03:22 rillig Exp $
DISTNAME= 3.3.7
PKGNAME= eigen3-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://bitbucket.org/eigen/eigen/get/
DIST_SUBDIR= eigen3
@@ -21,7 +22,7 @@
CMAKE_ARGS+= -DCMAKEPACKAGE_INSTALL_DIR=${PREFIX}/lib/cmake/eigen3
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR=${PREFIX}/lib/pkgconfig
-PKGCONFIG_OVERRIDE+= eigen.pc.in
+PKGCONFIG_OVERRIDE+= eigen3.pc.in
pre-configure:
${MKDIR} ${WRKSRC}/_build
Home |
Main Index |
Thread Index |
Old Index