pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/eigen3



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 11:03:22 UTC 2020

Modified Files:
        pkgsrc/math/eigen3: Makefile

Log Message:
math/eigen3: fix PKGCONFIG_OVERRIDE


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/eigen3/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/eigen3/Makefile
diff -u pkgsrc/math/eigen3/Makefile:1.11 pkgsrc/math/eigen3/Makefile:1.12
--- pkgsrc/math/eigen3/Makefile:1.11    Sat Nov  2 16:16:18 2019
+++ pkgsrc/math/eigen3/Makefile Sun Mar 22 11:03:22 2020
@@ -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 @@ WRKSRC=               ${WRKDIR}/eigen-eigen-323c052e1
 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