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

add symlinks for $TRIPLE-clang-cpp #133

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Conversation

h-vetinari
Copy link
Member

In conda-forge/openjdk-feedstock#167, the build checks presence and functionality of the preprocessor. For linux, this is handled as CPP=${CXX_FOR_BUILD//+/p}, where CXX_FOR_BUILD generally uses the $TRIPLE-<name> style.

We're similarly setting

CC_FOR_BUILD=${CBUILD}-clang
CXX_FOR_BUILD=${CBUILD}-clang++

here, but contrary to gcc_impl_linux-<arch>, we don't have a $TRIPLE-preprocessor for clang. Since the symlink structure is not the same for gcc & clang anyway (c.f. #118), add a symlink here for $TRIPLE-clang-cpp, like we do for $TRIPLE-clang already.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

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.

1 participant