From: Alastair McKinstry Date: Thu, 11 Mar 2021 18:29:08 +0000 (+0000) Subject: Change install libdir to openmpi3 X-Git-Tag: archive/raspbian/4.1.0-8+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ee0644763a3210180eea9f41eb9727d002eecd2;p=openmpi.git Change install libdir to openmpi3 Last-Updated: 2019-03-09 Forwarded: no This is needed to ensure that libopenmpi2, libopenmpi3 do not collide. Gbp-Pq: Name libdir.patch --- diff --git a/configure.ac b/configure.ac index cf3e424f..20022380 100644 --- a/configure.ac +++ b/configure.ac @@ -1444,11 +1444,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])