-
Notifications
You must be signed in to change notification settings - Fork 308
add explicit enabling/disabling of libffi with custom paths in LLVM easyblock
#3849
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
Conversation
|
@boegelbot please test @ jsc-zen3 |
|
@Crivella: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3077544806 processed Message to humans: this is just bookkeeping information for me, |
|
Report for the build of |
|
@Thyre Thoughts on this, i think could lead to a similar problem we had for |
Not sure either, but I see a reason against it (for now): llvm/llvm-project#125449 (comment) Seems like the whole If that would be fixed though, bringing in |
libffi with custom pathslibffi with custom paths
ocaisa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing done in easybuilders/easybuild-easyconfigs#23429
While there may be some lingering potential issues, they may only be realised in a scenario we don't have easyconfigs for.
libffi with custom pathslibffi with custom paths in LLVM easyblock
| else: | ||
| self.general_opts['LLVM_ENABLE_LIBXML2'] = 'OFF' | ||
|
|
||
| libffi_root = get_software_root('libffi') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should've probably checked if libffi is a dependency, right (via self.cfg.dependencies())?
I think the failure in easybuilders/easybuild-easyconfigs#23603 (comment) may well be caused by this change (though I don't know why not on jsc-zen3)
Check if
libffiis a dependency, if not disable using it or if yes explicitly add the location forFFI_INCLUDE_DIRandFFI_LIBRARY_DIRoffloadwithffi.hin non-standard location #3848