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

Testing for pyodide/pyodide-build#60 #5188

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

Conversation

hoodmane
Copy link
Member

@hoodmane hoodmane commented Nov 11, 2024

See upstream PR:
pyodide/pyodide-build#60

Resolves #5187. In that issue, the build requires a package called cmake-build-extension but because we have cmake in the list of requirements to avoid we drop it and it breaks the build.

This logic was introduced in #2272 and did not come up in the review. Surprisingly this is the first problem it has caused. Let's see if this change breaks anything in Pyodide CI.

See upstream PR:
pyodide/pyodide-build#60

Resolves pyodide#5187. In that issue, the build requires a package
called `cmake-build-extension` but because we have `cmake` in the list of
requirements to avoid we drop it and it breaks the build.

This logic was introduced in pyodide#2272 and
did not come up in the review. Surprisingly this is the first problem it has
caused. Let's see if this change breaks anything in Pyodide CI.
@ryanking13
Copy link
Member

It looks like skipping (host) numpy installation is not working after this change, resulting in scipy build error.

@hoodmane
Copy link
Member Author

Hmm I tried building scipy locally and it worked fine...

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.

ModuleNotFoundError: No module named 'cmake_build_extension' when building package
2 participants