Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

v2.0.0: opal.pc.in: fix typo; use the write AC_SUBST'ed variable #951

Merged
merged 1 commit into from
Feb 8, 2016

Conversation

jsquyres
Copy link
Member

@jsquyres jsquyres commented Feb 8, 2016

As reported by @marksantcroos, this substitution in opal.pc was incorrect -- it left @{libdir} in the string (vs. ${libdir}). The fix is simple: use the proper substitution variable in opal.pc (it was never updated to reflect the new/correct name that was created just for the pkg-config files).

Fixes open-mpi/ompi#1343.

(cherry picked from commit open-mpi/ompie@8558def8580e5681868b8b49ede57a6870b80075)

@hppritcha or @ggouaillardet please review

As reported by @marksantcroos, this substitution in opal.pc was
incorrect -- it left @{libdir} in the string (vs. ${libdir}).  The fix
is simple: use the proper substitution variable in opal.pc (it was
never updated to reflect the new/correct name that was created just
for the pkg-config files).

Fixes open-mpi/ompi#1343.

(cherry picked from commit open-mpi/ompi@8558def)
@jsquyres jsquyres added the bug label Feb 8, 2016
@jsquyres jsquyres added this to the v2.0.0 milestone Feb 8, 2016
@jsquyres jsquyres changed the title opal.pc.in: fix typo; use the write AC_SUBST'ed variable v2.0.0: opal.pc.in: fix typo; use the write AC_SUBST'ed variable Feb 8, 2016
@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1318/ for details.

@hppritcha
Copy link
Member

👍

jsquyres added a commit that referenced this pull request Feb 8, 2016
v2.0.0: opal.pc.in: fix typo; use the write AC_SUBST'ed variable
@jsquyres jsquyres merged commit ef041df into open-mpi:v2.x Feb 8, 2016
@jsquyres jsquyres deleted the pr/v2.0.0/pkg-config-for-opal-fix branch February 8, 2016 21:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@ in opal.pc pkg-config file
4 participants