Conversation
|
This is not yet ready for review |
|
I realized this is still a draft after pressing the button to update. My apologies 🙏 I'll let you do your work. |
2d9ba7c to
e2a3cbe
Compare
|
@IsabelParedes - this is now blocked due to #4948 - what do you think would be the cleanest way to resolve that issue? |
e2a3cbe to
5e7f5ce
Compare
… optional dependency anyway
7aa32a4 to
ed203a9
Compare
|
dask-image depends currently on distributed which has dependencies that can't be installed on WebAssembly - I will try and see if I can help get the conda-forge for dask-image to not depend on distributed, but at the moment the easiest is to patch reproject to not rely on dask-image (which doesn't impact functionality much) @IsabelParedes - this recipe is now ready to review! |
|
@IsabelParedes - thanks! When I try and use this package on notebook.link with: I run into the following issue: I'm curious why this would happen since it worked fine here? Do you have any ideas? (also cc-ing @martinRenou) |
|
I fixed mambajs last week emscripten-forge/mambajs#201. It's released, but notebook.link is not yet using that version of mambajs. I'm on my way to update that. |
|
As a workaround for now, you can have this environment: This will pull |
|
Thank you! |
Checklist for adding a package
Pre-submission Checks
emscripten-wasm32platform (not a noarch package), in other words, the package requires compilation.Recipe Structure
Added
recipes/recipes_emscripten/[package-name]/recipe.yamlwith proper structure:contextsection withversion(and optionallyname)packagesection with name and version using Jinja2 templatessourcesection with:.tar.gz,.tar.bz2,.tar.xz,.tgz, or.zip)${{ version }}template for version updatescurl -sL <url> | sha256sum)[package-name]/patches/directorybuildsection with appropriate script/method${PYTHON} -m pip install . ${PIP_ARGS}$R CMD INSTALL $R_ARGS .emcmake/emmakeoremconfigure/emmakerust-nightlyandmaturinor appropriate Rust build toolrequirementssection (build, host, run as needed)testssectiontest_import_[package].pyfile created and referencedaboutsection with license, homepage, summaryPR Formatting
Add [package-name]orUpdate [package-name] to [version]Package Details
Build Notes
Depends on #4946