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

LLVM 17.0.6 #113

Merged
merged 9 commits into from
Dec 12, 2023
Merged

LLVM 17.0.6 #113

merged 9 commits into from
Dec 12, 2023

Conversation

h-vetinari
Copy link
Member

@h-vetinari h-vetinari commented Oct 6, 2023

Blockers for merging this PR and thus enabling the compilers in conda-forge (indentation denotes dependency; c.f. list from 16.x):

Related feedstocks for LLVM 17 support more generally:

@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.

@xhochy
Copy link
Member

xhochy commented Oct 6, 2023

@h-vetinari lldb depends on this PR to build for osx-arm64 thus it should not be a pre-condition

@h-vetinari
Copy link
Member Author

That's why it has a little footnote. ;)

Copy link
Member Author

@h-vetinari h-vetinari left a comment

Choose a reason for hiding this comment

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

Given how slowly the {{ stdlib(...) }} discussion is progressing, I'm proposing to move forward here with a looser dependence on libcxx (this was suggested as an option by @isuruf in a core call a couple weeks ago).

PTAL @conda-forge/clang-compiler-activation

Comment on lines 9 to 12
if [[ "${CBUILD}" != ${CHOST} ]]; then
if [[ "${CBUILD}" != ${CHOST} ]] && [[ "${target_platform}" != linux-* ]]; then
# on linux, the `clang` package already has a $TRIPLE-clang, see
# https://github.com/conda-forge/clangdev-feedstock/pull/251
ln -s clang ${CBUILD}-clang
Copy link
Member Author

Choose a reason for hiding this comment

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

@isuruf

This adaptation is necessary for clang 16 & 17 post conda-forge/clangdev-feedstock#251 & 252, but fails for clang 15. It's also not consistent between platforms. AFAICT we have a few options:

  • drop clang 15 here
  • backport the sysroot-patch to clang 15
  • make this branch version-dependent
  • package bin/${CBUILD}-clang into clang also on osx, and remove this branch entirely

Any preferences?

Copy link
Member Author

Choose a reason for hiding this comment

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

@isuruf, could you please let me know your preferences for dealing with the new symlinks resp. the current differences between platforms & versions?

Copy link
Member

Choose a reason for hiding this comment

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

Let's make the branch version dependent. That seems like the easiest.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fine by me. Long-term, what do you think about having the same symlink structure (across outputs) between linux and osx?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, we should have the same structure if possible.

Copy link
Member Author

@h-vetinari h-vetinari Dec 6, 2023

Choose a reason for hiding this comment

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

OK. So if we want to unify this, currently we have:

output linux-* osx-*
gcc_impl_
$target_platform
bin/x86_64-conda-linux-gnu-cc...
bin/x86_64-conda_cos6-linux-gnu-cc...
-
gcc_
$target_platform
.../activate-gcc_linux-64.sh
.../deactivate-gcc_linux-64.sh
-
gcc bin/gcc -
clang_impl_
$target_platform
- bin/x86_64-apple-darwin13.4.0-clang
or
bin/arm64-apple-darwin20.0.0-clang
clang_
$target_platform
- .../activate_clang_osx-64.sh
.../deactivate_clang_osx-64.sh
clang bin/clang
bin/x86_64-conda-linux-gnu-clang
bin/clang

Perhaps the cleaner approach would be to create an activation feedstock for clang on linux (or do it in this one?) and then have bin/x86_64-conda-linux-gnu-clang be under clang_impl_linux-64?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ping @isuruf. From the above, I'm guessing we could merge this as-is, and revisit the subject once we have clang_linux-* builds.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm guessing we could merge this as-is, and revisit the subject once we have clang_linux-* builds.

I opened #117 and #118

recipe/install-clang.sh Outdated Show resolved Hide resolved
@h-vetinari
Copy link
Member Author

I'll open a follow-up issue for the harmonization.

@h-vetinari h-vetinari changed the title LLVM 17.0.x LLVM 17.0.6 Dec 12, 2023
@h-vetinari h-vetinari merged commit e615a19 into conda-forge:main Dec 12, 2023
20 checks passed
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.

3 participants