easybuilders / easybuild-docs

EasyBuild documentation (mkdocs)
https://docs.easybuild.io
GNU General Public License v2.0
3 stars 22 forks source link

Explain search for sub-toolchains in robot-paths #258

Open Flamefire opened 2 months ago

Flamefire commented 2 months ago

EB not only searches for *-GCC-* but also for *-GCCcore-* if no file was found using the former

JDiprose commented 2 months ago

A link to https://docs.easybuild.io/common-toolchains/#toolchains_diagram might also help here, as a clear picture of the toolchain layers. Perhaps: EB also searches for modules of the same name and version that use lower-level toolchain components from the same chain, eg -GCCcore- for an original -GCC-. See the toolchain documentation | https://docs.easybuild.io/common-toolchains/#toolchains_diagram for a fuller explanation. I'll see if I can suggest that in the file.

JDiprose commented 2 months ago

Ah, you've already got it! This would have helped me.