From 287028e5ccc4359fbe622d25523ccff4191ce473 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Tue, 30 Apr 2019 22:40:47 +0100 Subject: [PATCH] libdir Gbp-Pq: Name libdir.patch --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6f4b732c..fc1b98e8 100644 --- a/configure.ac +++ b/configure.ac @@ -1357,11 +1357,13 @@ esac # easier to deal with the problem of opal, orte, and ompi built from # their own tarballs, with their own PACKAGE variables. opaldatadir='${datadir}/openmpi' -opallibdir='${libdir}/openmpi' +opallibdir='${libdir}/openmpi3' opalincludedir='${includedir}/openmpi' +pkglibdir='${libdir}/openmpi3' AC_SUBST(opaldatadir) AC_SUBST(opallibdir) AC_SUBST(opalincludedir) +AC_SUBST(pkglibdir) OPAL_SET_MCA_PREFIX([OMPI_MCA_]) OPAL_SET_MCA_CMD_LINE_ID([mca]) -- 2.30.2