From 1824423fb211e3dab9064d4defb0f99fef66b928 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Thu, 3 May 2018 04:49:34 +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 31ab1f09..b4162ead 100644 --- a/configure.ac +++ b/configure.ac @@ -1367,11 +1367,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