Add golf-2018a toolchain + FFTW dep and Python-3.6.4 built with it.#6080
Add golf-2018a toolchain + FFTW dep and Python-3.6.4 built with it.#6080boegel merged 5 commits intoeasybuilders:developfrom
Conversation
This Python is identical to Python-3.6.4-foss-2018a.eb except for mpi4py, that is no MPI support. I did need to add some packages that were downloaded previously though, that will be fixed in the foss version too. Depends on easybuilders/easybuild-framework#2458
e7ae7a5 to
714b94c
Compare
|
I'll close and open to trigger a travis recheck now that golf is in upstream framework. |
|
|
||
| # workaround for "undefined symbol: __stack_chk_guard" | ||
| # see also https://software.intel.com/en-us/forums/intel-c-compiler/topic/610514 | ||
| buildopts = 'LDFLAGS="$LDFLAGS -lssp"' |
There was a problem hiding this comment.
@bartoldeman This is not required since we're not building with Intel compilers?
There was a problem hiding this comment.
@boegel I simply copied that from Python-3.6.4-foss-2018.eb. We should check why it's there.
test_dep_versions_per_toolchain_generation to be specific.
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @bartoldeman! |
This Python is identical to Python-3.6.4-foss-2018a.eb except for
mpi4py, that is no MPI support. I did need to add some packages that
were downloaded previously though, that will be fixed in the foss
version too.
Depends on
easybuilders/easybuild-framework#2458