Add ntl, passagemath-ntl, passagemath-flint#4990
Open
mkoeppe wants to merge 7 commits into
Open
Conversation
40ae778 to
575622e
Compare
95 tasks
Contributor
Author
|
This does not do a crossbuild correctly |
Contributor
Author
|
conda-forge uses an ad-hoc patch for cross-building for another platform. https://github.com/conda-forge/ntl-feedstock/blob/main/recipe/0001-Do-not-run-binaries-when-cross-compiling-for-Silicon.patch |
Contributor
|
Hello. I am working on adding singular system to emscripten-forge, which depends on ntl. I would like to help. I have a working ntl compiling script in https://github.com/Singular/Singular-in-browser/blob/main/build.sh (NTL blocks). This is not cleaned yet but can be used as a reference. |
Contributor
Author
|
Great, I'll be happy to collaborate on this. I'll take a look at your script in the next days. |
c4cabd4 to
c3136c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Template A: 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