Hi All, There seems to be a restriction in Easybuild that all dependencies/builddependencies defined in a Easybuild configuration file need to be also built with the same toolchain. Is there some way to remove this restriction?
e.g If I build ScaLAPACK with the gmvapich2 toolchain and I want to use OpenBLAS(dependencies), I must also build OpenBLAS with the same toolchain gmvapich2. OpenBLAS is not a distributed parallel library and does not need an MPI library, my preference in this case would be to build OpenBLAS with just the GCC compiler and define this version as a dependency when I build ScaLAPACK. If I build any a distributed parallel Application with CMake and I define CMake as a builddependency, I must build CMAKE with the same parallel toolchain, when I would prefer to build CMAKE with just a GCC compiler. Any suggestions on how to do this? Thanks, Cormac.

