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

deps/llvm.mk: completely disable building LLVM bindings #47862

Merged
merged 1 commit into from
Dec 10, 2022

Conversation

xgqt
Copy link
Contributor

@xgqt xgqt commented Dec 10, 2022

without setting -DLLVM_ENABLE_BINDINGS=OFF LLVM will attempt
to build OCaml bindings and install them onto the running
system which will cause the build to fail

Signed-off-by: Maciej Barć [email protected]

without setting -DLLVM_ENABLE_BINDINGS=OFF LLVM will attempt
to build OCaml bindings and install them onto the running
system which will cause the build to fail

Signed-off-by: Maciej Barć <[email protected]>
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Dec 10, 2022
@giordano giordano added domain:building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Dec 10, 2022
@vchuravy vchuravy merged commit 0457fde into JuliaLang:master Dec 10, 2022
@vchuravy
Copy link
Sponsor Member

Thanks!

apraga added a commit to apraga/gentoo that referenced this pull request Dec 16, 2023
- Adding patches for JuliaLang/julia#47862 (merged upstream but not yet available for 1.9.4)
- For compilation usr/lib64 is symlinked to usr/lib as julia expects library in lib64
- Installation fails to use string-replace on RELEASE_TARGET apparently due to string escaping issue in Makefile. This has been patched.

Signed-off-by: Alexis Praga <[email protected]>
apraga added a commit to apraga/gentoo that referenced this pull request Dec 17, 2023
- Adding patches for JuliaLang/julia#47862 (merged upstream but not yet available for 1.9.4)
- For compilation usr/lib64 is symlinked to usr/lib as julia expects library in lib64
- Installation fails to use string-replace on RELEASE_TARGET apparently due to string escaping issue in Makefile. This has been patched.

Signed-off-by: Alexis Praga <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants