-
Notifications
You must be signed in to change notification settings - Fork 746
{devel}[system] ReFrame v3.0 #10754
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
{devel}[system] ReFrame v3.0 #10754
Conversation
|
||
exts_list = [ | ||
('setuptools', '47.1.1', { | ||
'source_tmpl': 'setuptools-47.1.1.zip', |
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.
@teojgo Please use %(version)s
here to avoid hardcoding the setuptools
version in two places:
'source_tmpl': 'setuptools-47.1.1.zip', | |
'source_tmpl': 'setuptools-%(version)s.zip', |
@teojgo Not working for me currently:
|
@boegel can you check now? Should I include pip as well in the exts_list? |
I think you should add |
If I do include pip and enable
|
@teojgo Can you share the full easyconfig? |
add pip extension + use it for installing extensions, add missing six extension
@boegel, I have checked it with the change in easybuilders/easybuild-easyblocks#2075 and it installs fine. |
Test report by @boegel |
Test report by @boegel |
Test report by @boegel |
Going in, thanks @teojgo! |
The recipe needs this fix:
easybuilders/easybuild-easyblocks#2075for thePythonBundle
easyblock to work correctly.