summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2022-01-19 09:52:09 +0000
committernros <nros@pkgsrc.org>2022-01-19 09:52:09 +0000
commitf18609b3fc80462b0416b438a0fe9377f93d2509 (patch)
treed6b24b58e2f46f43dd61a7e5211cce42c3cc78e4 /math
parentddecf71d1b3e42aa9d3a8346e47922044bf6ec40 (diff)
downloadpkgsrc-f18609b3fc80462b0416b438a0fe9377f93d2509.tar.gz
disable package registry in eigen3 to not populate fake homedir
Diffstat (limited to 'math')
-rw-r--r--math/eigen3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
index 2f2f6256db4..148090bd330 100644
--- a/math/eigen3/Makefile
+++ b/math/eigen3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/03/17 17:20:00 prlw1 Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/19 09:52:09 nros Exp $
DISTNAME= eigen-3.3.9
PKGNAME= ${DISTNAME:S/eigen/eigen3/}
@@ -18,6 +18,7 @@ CONFIGURE_DIRS= _build
CMAKE_ARGS+= -DCMAKEPACKAGE_INSTALL_DIR=lib/cmake/eigen3
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR=lib/pkgconfig
+CMAKE_ARGS+= -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
PKGCONFIG_OVERRIDE+= eigen3.pc.in