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

[Clp] Rebuild with latest LLVM toolchain #9929

Closed
wants to merge 1 commit into from

Conversation

giordano
Copy link
Member

@giordano giordano commented Dec 5, 2024

We previously restricted compiling this package with LLVM 13 to work around an issue with the lld linker, but a better approach is to use the latest LLVM toolchain available but not use lld as linker with clang_use_lld=false.

We previously restricted compiling this package with LLVM 13 to work around an
issue with the `lld` linker, but a better approach is to use the latest LLVM
toolchain available but not use `lld` as linker with `clang_use_lld=false`.
@odow
Copy link
Contributor

odow commented Dec 6, 2024

Do we also need to rebuild the dependencies?

Osi_jll:

preferred_llvm_version = llvm_version,

CoinUtils_jll:
preferred_llvm_version = llvm_version,

@giordano
Copy link
Member Author

giordano commented Dec 6, 2024

The version of llvm shouldn't really matter much, we aren't aware of runtime incompatibilities unlike for libstdc++/libgfortran with gcc.

@giordano
Copy link
Member Author

giordano commented Dec 8, 2024

This doesn't seem to help with jump-dev/Clp.jl#131

@giordano giordano closed this Dec 8, 2024
@giordano giordano deleted the mg/clp branch December 8, 2024 13:42
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