Good- GCC-4.4.7 is building now. I assume it will finish. I wonder if you have any idea about how to get the toolchain gmpolf-1.4.8.eb working with GCC-4.4.7 ? For example, copy gmpolf-1.4.8.eb, change version or use --try-*
My end users software has problems with latest gcc - (rhel71). they depend on dealii, trilinos, etc.. -/Don On Mon, Mar 9, 2015 at 9:57 AM, Ward Poelmans <[email protected]> wrote: > Hi Don, > > You're hitting a fail in the testsuite of GMP. The testsuite of GMP > can be quite picky. It's not the first time we have seen it fail. And > this case is known: > https://gmplib.org/list-archives/gmp-bugs/2014-April/003451.html > > The quickest way around this is to disable the testsuite. You can do > this by adding: runtest=False to the easyconfig of GMP. > > Beware that the easyconfig you have chosen is one that uses the dummy > toolchain. Normally, we use a easyconfig with an EB build compiler. > More about that at > > http://easybuild.readthedocs.org/en/latest/Concepts_and_Terminology.html#dummy-toolchain > > Ward >

