add support to install Python extensions without unpacking#1166
Merged
boegel merged 1 commit intoeasybuilders:developfrom Apr 21, 2017
Merged
add support to install Python extensions without unpacking#1166boegel merged 1 commit intoeasybuilders:developfrom
boegel merged 1 commit intoeasybuilders:developfrom
Conversation
Member
Author
|
@wpoely86 please review? |
wpoely86
approved these changes
Apr 20, 2017
Member
Author
|
Thanks for the review @wpoely86! |
Contributor
|
Can this feature be used to install Python Wheel modules within the exts_list when building Python? Can you give an example? |
Member
Author
|
@fizwit Yes it can, see https://github.com/hpcugent/easybuild-easyconfigs/blob/master/easybuild/easyconfigs/i/IPython/IPython-5.3.0-intel-2017a-Python-2.7.13.eb#L112. You need EasyBuild v3.2.0 or more recent for this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks to easybuilders/easybuild-framework#2194,
unpack_sourcescan now also be specified for an individual extension, which is not taken into account currently. This patch fixes that.