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

Fix CMake Failure Within Libraries/ #129

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

dgaliffiAMD
Copy link
Collaborator

Project languages is not set before "find_package" is called. This leads to a configuration failure when running cmake within the Libraries/ folder.

Project languages is not set before "find_package" is called.
This leads to a configuration failure when running `cmake`
within the `Libraries/` folder.

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
@dgaliffiAMD dgaliffiAMD requested a review from a team as a code owner June 20, 2024 21:55
Copy link
Collaborator

@Beanavil Beanavil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these should also be fixed:

  • Libraries/rocBLAS/level_1/CMakesLists.txt
  • Libraries/rocBLAS/level_2/CMakesLists.txt
  • Libraries/rocBLAS/level_3/CMakesLists.txt
  • Libraries/rocSOLVER/CMakesLists.txt
  • Libraries/rocSPARSE/level_2/CMakesLists.txt
  • Libraries/rocSPARSE/level_3CMakesLists.txt

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
@dgaliffiAMD
Copy link
Collaborator Author

I think these should also be fixed:

  • Libraries/rocBLAS/level_1/CMakesLists.txt
  • Libraries/rocBLAS/level_2/CMakesLists.txt
  • Libraries/rocBLAS/level_3/CMakesLists.txt
  • Libraries/rocSOLVER/CMakesLists.txt
  • Libraries/rocSPARSE/level_2/CMakesLists.txt
  • Libraries/rocSPARSE/level_3CMakesLists.txt

Thanks. I've updated these files too.

@dgaliffiAMD dgaliffiAMD merged commit 91943eb into develop Jun 21, 2024
3 checks passed
@dgaliffiAMD dgaliffiAMD deleted the amd/dgaliffi/fix-libraries-build branch June 21, 2024 14:15
dgaliffiAMD added a commit that referenced this pull request Jun 21, 2024
* Fix CMake Failure Within Libraries/

Project languages is not set before "find_package" is called.
This leads to a configuration failure when running `cmake`
within the `Libraries/` folder.

* Update README.md
* Update project languages in additional CMakelists

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants