pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/openmpi



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jan 12 11:34:10 UTC 2023

Modified Files:
        pkgsrc/parallel/openmpi: Makefile

Log Message:
openmpi: tell it where sysconfdir is


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/parallel/openmpi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/openmpi/Makefile
diff -u pkgsrc/parallel/openmpi/Makefile:1.51 pkgsrc/parallel/openmpi/Makefile:1.52
--- pkgsrc/parallel/openmpi/Makefile:1.51       Thu Aug 25 22:09:14 2022
+++ pkgsrc/parallel/openmpi/Makefile    Thu Jan 12 11:34:10 2023
@@ -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_LIBTOOL=          yes
 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