You say that it is normal for the dependencies to fail, but if they fail then it won't use them and thus won't create the software. As I said, I used GCC as my toolchain, but when I do, it fails due to unresolved dependencies and so I don't get a software compilation. Do I need to build GCC's toolchain too? ________________________________________ From: [email protected] [[email protected]] On Behalf Of Ward Poelmans [[email protected]] Sent: Monday, March 03, 2014 12:11 PM To: [email protected] Subject: Re: [easybuild] Toolchains
On Thu, Feb 27, 2014 at 10:34 PM, <[email protected]> wrote: > So say I am building openmpi and I use dummy and dummy as name and version, > then what toolchain is it defaulting to? I would have originally thought it > was gcc, but when I try to manually use GCC as the name and dummy as the > version, it fails saying "Dependencies not met. Cannot resolve ["GCC/dummy..." > and this is while using --robot. You're not supposed to use the dummy toolchain. The dummy toolchain defaults to nothing. It's there to build other toolchains. The dependencies that fail are perfectly normal. You need to use the GCC (or any other) toolchain for all the software you're compiling. Ward

