easybuilders / easybuild-easyblocks

Collection of easyblocks that implement support for building and installing software with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
104 stars 284 forks source link

Cleanup unused easyblocks #3310

Closed branfosj closed 2 weeks ago

branfosj commented 4 months ago

In #3089 we've cleaned up unused easyblocks instead of converting the run_cmd / run_cmd_qa use to run_shell_cmd. There is a list of easyblocks that do not use run_cmd / run_cmd_qa, this is the ones that are unused and remove them.

Need to check for indirect use of these (via EB_XYZ)

boegel commented 3 weeks ago

@branfosj Is this done now?

branfosj commented 3 weeks ago

@branfosj Is this done now?

Do you mean this or #3089?

I'd forgotten about this one. I've not finished checking for unused blocks or creating the PRs to remove the unused ones yet. I'll revisit this soon.

branfosj commented 2 weeks ago

Done in #3423