-
Notifications
You must be signed in to change notification settings - Fork 773
Add easyconfig Clang-20.1.0-GCCcore-13.2.0.eb #22532
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
Updated software
|
|
I am pretty sure that this will not work correctly with the existing Clang EasyBlock. Reasons include for example the removal of easybuilders/easybuild-easyblocks#3373 implements a way more robust EasyBlock, being used in some other EasyConfig PRs, e.g.: #22517, but this requires EasyBuild 5.0. |
|
We don't even get that far: The EasyBlock fails as the sources do not start with # Find the full path to the directory that was unpacked from llvm-*.tar.gz.
for tmp in self.src:
if tmp['name'].startswith("llvm-"):
self.llvm_src_dir = tmp['finalpath']
break
if self.llvm_src_dir is None:
raise EasyBuildError("Could not determine LLVM source root (LLVM source was not unpacked?)") |
No description provided.