pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/openmpi openmpi: tell it where sysconfdir is



details:   https://anonhg.NetBSD.org/pkgsrc/rev/351370304edb
branches:  trunk
changeset: 391692:351370304edb
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jan 12 11:34:10 2023 +0000

description:
openmpi: tell it where sysconfdir is

diffstat:

 parallel/openmpi/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4d82d0fc5fe7 -r 351370304edb parallel/openmpi/Makefile
--- a/parallel/openmpi/Makefile Thu Jan 12 11:29:40 2023 +0000
+++ b/parallel/openmpi/Makefile Thu Jan 12 11:34:10 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2022/08/25 22:09:14 thor Exp $
+# $NetBSD: Makefile,v 1.52 2023/01/12 11:34:10 markd Exp $
 
 DISTNAME=      openmpi-4.1.4
 CATEGORIES=    parallel
@@ -17,6 +17,7 @@
 USE_TOOLS+=            perl:run bash:run
 GNU_CONFIGURE=         yes
 CONFIG_SHELL=          bash
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --enable-contrib-no-build=vt # in separate package
 CONFIGURE_ARGS+=       --with-libltdl=${BUILDLINK_PREFIX.libltdl}
 # See below about external hwloc.



Home | Main Index | Thread Index | Old Index