Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify SetUpThirdParty.cmake to handle lib64 locations #3771

Closed
1 of 3 tasks
biagas opened this issue Aug 14, 2019 · 0 comments · Fixed by #17656
Closed
1 of 3 tasks

Modify SetUpThirdParty.cmake to handle lib64 locations #3771

biagas opened this issue Aug 14, 2019 · 0 comments · Fixed by #17656
Assignees
Labels
enhancement New feature or request impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) reviewed Issue has been reviewed and labeled by a developer
Milestone

Comments

@biagas
Copy link
Contributor

biagas commented Aug 14, 2019

There are a couple of TP libs that may get installed to a 'lib64' dir, not 'lib'.
(ADIOS2, Nektar++, zlib). The find module for these routines have logic for looking in lib64, but perhaps SetUpThirdParty.cmake should be modified to handle this directly.

This would help developers of new Find modules not having to consider this, and upgrades to TP that suddenly start installing to lib64 would be handled without having to modify the Find module.

Impact
(Please click check boxes AFTER submitting ticket)

  • High - User productivity significantly improved
  • Medium - User productivity partially improved
  • Low - User productivity trivially improved
@biagas biagas added the enhancement New feature or request label Aug 14, 2019
@brugger1 brugger1 added the impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) label Aug 15, 2019
@brugger1 brugger1 added this to the 3.1 milestone Aug 15, 2019
@brugger1 brugger1 added the reviewed Issue has been reviewed and labeled by a developer label Aug 15, 2019
@brugger1 brugger1 modified the milestones: 3.1, 3.2 Sep 27, 2019
@brugger1 brugger1 modified the milestones: 3.2, 3.3 Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) reviewed Issue has been reviewed and labeled by a developer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants