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

Update Clang easyblock for Clang-3.3 #248

Merged
merged 5 commits into from
Sep 18, 2013
Merged

Conversation

wpoely86
Copy link
Member

@wpoely86 wpoely86 commented Sep 6, 2013

You can now specify which targets to build (by default only X86)

You can now specify which targets to build (by default only X86)
@@ -125,6 +131,8 @@ def configure_step(self):
else:
self.cfg['configopts'] += "-DLLVM_ENABLE_ASSERTIONS=OFF "

self.cfg['configopts'] += "-DLLVM_TARGETS_TO_BUILD=\"%s\" " % ';'.join(self.cfg['build_targets'])
Copy link
Member

Choose a reason for hiding this comment

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

avoid escaping " by using single quotes ':

self.cfg['configopts'] += '-DLLVM_TARGETS_TO_BUILD="%s" ' % ';'.join(self.cfg['build_targets'])

@boegel
Copy link
Member

boegel commented Sep 18, 2013

Should be ready to go, but testing the Clang 3.3 easyconfig included in easybuilders/easybuild-easyconfigs#424 is in hold due to issues with the deps, so I'm blocking this until I can test the Clang 3.3 build...

@boegel
Copy link
Member

boegel commented Sep 18, 2013

easybuilders/easybuild-easyconfigs#424 is ready, so this can be merged in too

Thanks @wpoely86 !

boegel added a commit that referenced this pull request Sep 18, 2013
Update Clang easyblock for Clang-3.3
@boegel boegel merged commit 188c11f into easybuilders:develop Sep 18, 2013
@wpoely86 wpoely86 deleted the clang33 branch September 18, 2013 13:42
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.

2 participants