-
Notifications
You must be signed in to change notification settings - Fork 15
filter ParMETIS dependency, since ParMETIS license doesn't allow redistribution #2
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
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.
Looks good, let's give this a spin and see if it builds
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
…the easyconfig file used to create it was changed
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
4 similar comments
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
|
New job on instance
|
|
bot: help |
|
🙈 Message with emoji, I'm stress-testing the bot after updating bot: help |
|
bot: help |
Updates by the bot instance
|
|
Rebuild of But it failed with: So the classical problem of rebuilding an existing installation... :( I'll use this as an opportunity to see if we can fix these problems once and for all, since we're just dancing around weird problems caused by |
|
Problems should be fixed when using |
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc architecture:aarch64/nvidia/grace |
|
New job on instance
|
load_eessi_extend_module.sh
Outdated
| # while always adding --try-amend=keep... may do no harm, we could make | ||
| # an attempt to figure out if it is needed, e.g., when we are rebuilding | ||
| ${EB} "EESSI-extend-easybuild.eb" --try-amend=keeppreviousinstall=True 2>&1 | tee ${eessi_install_out} | ||
| eb_args="--try-amend=keeppreviousinstall=True " |
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.
Initially I thought we could leave it in for now, but since you're not rebuilding with an easystack anymore, it doesn't actually remove the old installation directory. That means that the tarballs now still include files from the old installation, so I think we should get rid of this.
Co-authored-by: Bob Dröge <[email protected]>
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
New job on instance
|
|
Staging PRs have been merged, tarballs have been ingested. |
We should also remove the
ParMETIS/4.0.3-gompi-2023ainstallation that was ingested a while ago, and rebuild the modules that have already been ingested that depend onParMETIS.We should probably also put a check in place to make sure that
ParMETISitself also never gets added explicitly, via a blocklist based on software names in EasyBuild hooks? (let's do that in a separate PR)