File: libdir.patch

package info (click to toggle)
openmpi 5.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 201,692 kB
  • sloc: ansic: 613,078; makefile: 42,353; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,179; python: 1,859; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (24 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Change install libdir to openmpi40
 This is needed to ensure that libopenmpi3, libopenmpi40 do not collide.
Last-Updated: 2024-11-19
Forwarded: not-needed


--- a/configure.ac
+++ b/configure.ac
@@ -1453,11 +1453,13 @@
 # easier to deal with the problem of opal and ompi built from
 # their own tarballs, with their own PACKAGE variables.
 opaldatadir='${datadir}/openmpi'
-opallibdir='${libdir}/openmpi'
+opallibdir='${libdir}/openmpi40'
 opalincludedir='${includedir}/openmpi'
+pkglibdir='${libdir}/openmpi40'
 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])