Skip to content

add lie - #6441

Merged
IsabelParedes merged 3 commits into
emscripten-forge:mainfrom
wangyenshu:lie
Sep 4, 2026
Merged

add lie#6441
IsabelParedes merged 3 commits into
emscripten-forge:mainfrom
wangyenshu:lie

Conversation

@wangyenshu

Copy link
Copy Markdown
Contributor

Template A: Checklist for adding a package

Pre-submission Checks

  • Package requires building for emscripten-wasm32 platform (not a noarch package), in other words, the package requires compilation.

Recipe Structure

Added recipes/recipes_emscripten/[package-name]/recipe.yaml with proper structure:

  • context section with version (and optionally name)
  • package section with name and version using Jinja2 templates
  • source section with:
    • Source URL is valid and points to archive file (.tar.gz, .tar.bz2, .tar.xz, .tgz, or .zip)
    • Source URL contains ${{ version }} template for version updates
    • SHA256 hash is correct (verified with curl -sL <url> | sha256sum)
    • Patches (if any) are included in [package-name]/patches/ directory
  • build section with appropriate script/method
    • Python packages: ${PYTHON} -m pip install . ${PIP_ARGS}
    • R packages: $R CMD INSTALL $R_ARGS .
    • C++ packages: Uses emcmake/emmake or emconfigure/emmake
    • Rust packages: Uses rust-nightly and maturin or appropriate Rust build tool
    • Build number is 0
    • If the script is longer than 3 lines, a build.sh is included
  • requirements section (build, host, run as needed)
  • tests section
    • Python packages: test_import_[package].py file created and referenced
    • C++ packages: Test executable or package_contents test
    • R packages: Package contents test
  • about section with license, homepage, summary

Template B: Checklist for updating a package

  • ⚠️ Bump build number if the version remains unchanged
  • Or reset build number to 0 if updating the package to a newer version

PR Formatting

  • PR title follows format: Add [package-name] or Update [package-name] to [version]
  • PR description includes:
    • Version being added/updated
    • Any special build considerations or patches applied

Package Details

  • Package Name: lie
  • Version: 2.2.2

Build Notes

@wangyenshu

wangyenshu commented Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

The upstream source URL does not contain a version identifier.

A web demo is https://wangyenshu.github.io/Lie-wasm/.

FYI @Marc-van-Leeuwen.

@IsabelParedes IsabelParedes left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please move the files to recipes/recipes_emscripten/.

Thanks!

@IsabelParedes

Copy link
Copy Markdown
Member

The upstream source URL does not contain a version identifier.

A web demo is https://wangyenshu.github.io/Lie-wasm/.

The help does not seem to work :(

image

@wangyenshu

Copy link
Copy Markdown
Contributor Author

The upstream source URL does not contain a version identifier.
A web demo is https://wangyenshu.github.io/Lie-wasm/.

The help does not seem to work :(

image

The help command will invoke a text editor to open documentations. So it will not work.

@wangyenshu

Copy link
Copy Markdown
Contributor Author

Please move the files to recipes/recipes_emscripten/.

Thanks!

Fixed.

@IsabelParedes IsabelParedes left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you!

@IsabelParedes
IsabelParedes merged commit c040907 into emscripten-forge:main Sep 4, 2026
2 of 3 checks passed
IsabelParedes pushed a commit that referenced this pull request Sep 4, 2026
Co-authored-by: emscripten-forge-bot <emscripten-forge-bot@users.noreply.github.com>
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.

2 participants