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 ESMF easyblock for versions >= 8.4, due to changed structure and naming of their Python bindings #2875

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mboisson
Copy link
Contributor

@mboisson mboisson commented Feb 2, 2023

No description provided.

@boegel boegel changed the title ESMF changed the structure and naming of their python bindings in ver… update ESMF easyblock for versions >= 8.4, due to changed structure and naming of their Python bindings Feb 15, 2023
@boegel boegel added the update label Feb 15, 2023
@boegel boegel added this to the next release (4.7.1?) milestone Feb 15, 2023
run_cmd(cmd, log_all=True, simple=True, log_ok=True)
else:
cmd = "ESMFMKFILE=%s/lib/esmf.mk " % self.installdir
cmd += "python -m pip install . --no-deps --prefix=%s" % self.installdir
Copy link
Contributor

Choose a reason for hiding this comment

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

EB also adds pip options --ignore-installed --no-index --no-build-isolation, shouldn't those be added here too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not tested

Copy link
Member

Choose a reason for hiding this comment

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

I agree with @smoors that we should add those additional options for pip install, they're there for a reason (and it's better to err on the side of caution with installing Python packages).

It would be nicer if we could query PythonPackage for which options to pass to pip install though...

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