-
Notifications
You must be signed in to change notification settings - Fork 310
use python -m pip instead of pip in PythonPackage easyblock
#2807
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
Conversation
|
Test report by @ocaisa Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
Test report by @ocaisa Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
| bazel_build_opts += " --subcommands" | ||
|
|
||
| bazel_cmd = "bazel %s build %s %s" % (bazel_opts, bazel_build_opts, bazel_build_pkg) | ||
| bazel_cmd = "%s bazel %s build %s %s" % (self.cfg['prebuildopts'], bazel_opts, bazel_build_opts, |
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.
This is a fix I needed to allow me to get around EESSI/software-layer#192 which affects this package.
python -m pip over pip for Python packagespython -m pip instead of pip in PythonPackage easyblock
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 27 out of 27 (15 easyconfigs in total) |
boegel
left a comment
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.
lgtm
This is motivated by changes required in #2805 where (due to environment variables like
EB_PYTHON) the "correct"pipcommand may not even be in the users path.