-
Notifications
You must be signed in to change notification settings - Fork 511
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
Pyodide, system installs. #2675
Commits on Sep 19, 2023
-
pipcl.py: build_extension(): extract include paths from compiler_flag…
…s for use with swig. Controlled with new arg `infer_swig_includes`, default is true. This is a bit crude, but is necessary if we are to allow things to be specified with just CFLAGS and not a dedicated INCLUDES or setting of `includes` parameter.
Configuration menu - View commit details
-
Copy full SHA for e4dc9f1 - Browse repository at this point
Copy the full SHA e4dc9f1View commit details -
setup.py: minor change to Pyodide builds and system builds.
Removed use of `PYMUPDF_MUPDF_INCLUDE` as not required. Pyodide builds are now indicated by OS='pyodide', not `wasm`; this follows MuPDF.
Configuration menu - View commit details
-
Copy full SHA for 5022043 - Browse repository at this point
Copy the full SHA 5022043View commit details -
scripts/gh_release.py: build_pyodide_wheel(): use OS=pyodide for Pyod…
…ide builds. This matches recent change to MuPDF.
Configuration menu - View commit details
-
Copy full SHA for cd557c8 - Browse repository at this point
Copy the full SHA cd557c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccdc3b - Browse repository at this point
Copy the full SHA 4ccdc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f29b8dc - Browse repository at this point
Copy the full SHA f29b8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26977e4 - Browse repository at this point
Copy the full SHA 26977e4View commit details -
.github/workflows/test-valgrind.yml: fix failure to install valgrind.
We now run `apt update` first.
Configuration menu - View commit details
-
Copy full SHA for 2a05b75 - Browse repository at this point
Copy the full SHA 2a05b75View commit details -
scripts/gh_release.py: avoid problems with latest pyodide-build.
We specify pyodide-build==0.23.4.
Configuration menu - View commit details
-
Copy full SHA for 38d4a47 - Browse repository at this point
Copy the full SHA 38d4a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738aa77 - Browse repository at this point
Copy the full SHA 738aa77View commit details