Skip to content

Fixed HAS_ATTRIBUTE_WEAK_SUPPORT flag for CBLAS objects #950

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

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

ACSimon33
Copy link
Contributor

@ACSimon33 ACSimon33 commented Nov 29, 2023

Description

The HAS_ATTRIBUTE_WEAK_SUPPORT was applied to the ${CBLASLIB} target, but since that target doesn't actually compile the CBLAS sources the flag was never used. I changed it such that the flag is applied to the ${CBLASLIB}_obj target which actually triggers the compilations.

Additionally I removed the build interface include directory from the ${CBLASLIB} target. Same logic applies here ... there is no compilation in the target where the include directory is used.

Checklist

  • [n/a] The documentation has been updated.
  • [n/a] If the PR solves a specific issue, it is set to be closed on merge.

@langou langou merged commit af77ebf into Reference-LAPACK:master Nov 29, 2023
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