-
Notifications
You must be signed in to change notification settings - Fork 772
Add golf-2018a toolchain + FFTW dep and Python-3.6.4 built with it. #6080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bartoldeman This is not required since we're not building with Intel compilers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@boegel I simply copied that from Python-3.6.4-foss-2018.eb. We should check why it's there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed in #6130
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