Skip to content
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

add easyblock for binutils (REVIEW) #907

Merged
merged 5 commits into from May 9, 2016
Merged

Conversation

boegel
Copy link
Member

@boegel boegel commented May 4, 2016

@boegel boegel added this to the v2.8.0 milestone May 4, 2016
@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1951/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

def configure_step(self):
"""Custom configuration procedure for binutils: statically link to zlib, configure options."""

libdirs = ['/lib', '/lib64', '/usr/lib', '/usr/lib64', '/usr/lib/x86_64-linux-gnu/']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check if /lib and /usr/lib are the same and only add one if needed (same for lib64)

@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1952/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@wpoely86
Copy link
Member

wpoely86 commented May 4, 2016

👍

@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1954/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel boegel changed the title add easyblock for binutils add easyblock for binutils (WIP) May 6, 2016
… building of shared libs and ld.gold for recent binutils versions
@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1957/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel boegel changed the title add easyblock for binutils (WIP) add easyblock for binutils (REVIEW) May 7, 2016
@rjeschmi
Copy link
Contributor

rjeschmi commented May 7, 2016

It looks fine.

probably a good use of RPATH somewhere in here.

The sanity check is probably ok for now, but it would be better to have the sanity check I need for RPATH so we can check in a more robust way.

this is all non-blocking though, just ideas for the future.

@boegel
Copy link
Member Author

boegel commented May 7, 2016

should be good to go now, see test reports in easybuilders/easybuild-easyconfigs#3006 (comment) (existing binutils easyconfigs) and easybuilders/easybuild-easyconfigs#2524 (comment) (binutils 2.26)

@wpoely86
Copy link
Member

wpoely86 commented May 9, 2016

👍

@boegel
Copy link
Member Author

boegel commented May 9, 2016

Thanks for the review @wpoely86 and @rjeschmi!

@boegel boegel merged commit d6a888b into easybuilders:develop May 9, 2016
@boegel boegel deleted the binutils branch May 9, 2016 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants