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

fix Boost easyblock for versions >=1.71.0 #1814

Merged
merged 2 commits into from Sep 27, 2019

Conversation

smoors
Copy link
Contributor

@smoors smoors commented Sep 24, 2019

No description provided.

boegel
boegel previously requested changes Sep 24, 2019
if LooseVersion(self.version) >= LooseVersion("1.71.0"):
bjamcmd = 'b2'
else:
bjamcmd = 'bjam'
Copy link
Member

Choose a reason for hiding this comment

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

Why not move this in the constructor and use self.bjamcmd, so you don't have to pass it to self.build_boost_variant?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good idea.

@boegel boegel added this to the next release (4.0.1) milestone Sep 24, 2019
@boegel boegel added the update label Sep 24, 2019
Copy link
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

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

lgtm

@Micket Micket merged commit 1494af7 into easybuilders:develop Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants