From 8ee0644763a3210180eea9f41eb9727d002eecd2 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Thu, 11 Mar 2021 18:29:08 +0000 Subject: [PATCH] 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 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]) -- 2.30.2