easybuilders / easybuild-framework

EasyBuild is a software installation framework in Python that allows you to install software in a structured and robust way.
https://easybuild.io
GNU General Public License v2.0
152 stars 204 forks source link

include toolchain as an option when searching #3372

Open Sabryr opened 4 years ago

Sabryr commented 4 years ago

Example: eb --search mysoft --tool-chain foss-2019

ocaisa commented 4 years ago

This is an interesting idea because we could do a recursive search for all subtoolchains of the named toolchain.

akesandgren commented 4 years ago

And we could probably search upwards too, from GCC(core) towards foss/intel