Skip to content

Commit

Permalink
Merge pull request #253 from rhc54/topic/cfg
Browse files Browse the repository at this point in the history
Install include etc into 'prrte' subdir, not 'pmix'
  • Loading branch information
rhc54 committed Sep 24, 2019
2 parents a187840 + 3d8e757 commit d54aa74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1147,17 +1147,17 @@ case "`uname`" in
esac

# opaldatadir, opallibdir, and opalinclude are essentially the same as
# pkg*dir, but will always be */pmix.
# pkg*dir, but will always be */prrte.

opaldatadir='${datadir}/pmix'
opallibdir='${libdir}/pmix'
opalincludedir='${includedir}/pmix'
opaldatadir='${datadir}/prrte'
opallibdir='${libdir}/prrte'
opalincludedir='${includedir}/prrte'
AC_SUBST(opaldatadir)
AC_SUBST(opallibdir)
AC_SUBST(opalincludedir)

OPAL_SET_MCA_PREFIX([PMIX_MCA_])
OPAL_SET_MCA_CMD_LINE_ID([pmca])
OPAL_SET_MCA_PREFIX([PRTE_MCA_])
OPAL_SET_MCA_CMD_LINE_ID([prtemca])

ortedatadir="$opaldatadir"
AC_SUBST(ortedatadir)
Expand Down

0 comments on commit d54aa74

Please sign in to comment.