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

Issue with dependency propagation for object libraries #618

Open
kennyweiss opened this issue Jan 19, 2023 · 0 comments
Open

Issue with dependency propagation for object libraries #618

kennyweiss opened this issue Jan 19, 2023 · 0 comments
Labels

Comments

@kennyweiss
Copy link
Member

There might be a bug with how blt_add_library propagates dependencies for object libraries.
My specific case is for an object library that depends on an imported library with its own internal dependencies.

Specifically, I have an axom configuration that depends on RAJA with RAJA_ENABLE_ROCTX = ON.

  • The RAJA import has a RAJA target that depends on the RAJA::roctx target.
  • Axom's core component is an object library. When invoking blt_add_library, it gets the RAJA dependency, but does not eventually get include paths from RAJA::roctx

Details and links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant