From 1d9acfbb353123b3e32738a8f0457cac3437ae05 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Mon, 21 Sep 2020 21:29:06 +0100 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 e696df3f..d07ebf4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1405,11 +1405,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