From a0bbb87bda908d0618647f6044daf7cd59982cda Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Wed, 8 Sep 2021 14:07:52 +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 62ed652b..cf0f2613 100644 --- a/configure.ac +++ b/configure.ac @@ -1447,11 +1447,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