-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bump-xz_5.2.10_to_5.2.11
- Loading branch information
Showing
9 changed files
with
65 additions
and
105 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
date: 2024-05-24 | ||
category: | ||
- rust | ||
|
||
authors: | ||
- derthorsten | ||
- wolfv | ||
--- | ||
|
||
# Emscripten is now a proper package | ||
|
||
So far, the emscripten package was a bit of a hack. It relied on a text file `~.emsdkdir` in the home directory which contained the directory of the emscripten installation. This was not very nice, because it was hard to build packags for serveral emscripten versions. | ||
|
||
Now, emscripten is a repacked package which installs emscripten into the conda environment. This allows in principle to to compile packages for multiple emscripten versions. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,6 @@ authors = ["DerThorsten <[email protected]>"] | |
channels = ["conda-forge"] | ||
platforms = ["osx-arm64", "linux-64"] | ||
|
||
############################################ | ||
# setup-emsdk feature / tasks | ||
############################################ | ||
[feature.feature_setup_emsdk] | ||
[feature.feature_setup_emsdk.dependencies] | ||
cxx-compiler = "1.5.2.*" | ||
[feature.feature_setup_emsdk.tasks.setup-emsdk] | ||
cmd = ["./emsdk/setup_emsdk.sh", "3.1.45", "$(pwd)/emscripten_forge_emsdk_install"] | ||
outputs = ["emscripten_forge_emsdk_install/emsdk_env.sh"] | ||
|
||
|
||
############################################ | ||
# rattler-build feature / tasks | ||
|
@@ -40,7 +30,6 @@ cmd = [ | |
"--recipe", | ||
"recipes/recipes/emscripten_emscripten-wasm32" | ||
] | ||
depends_on = ["setup-emsdk"] | ||
|
||
[feature.feature_rattler_build.tasks.build-cross-python-pkg] | ||
cmd = [ | ||
|
@@ -56,7 +45,6 @@ cmd = [ | |
"--recipe", | ||
"recipes/recipes/cross-python_emscripten-wasm32" | ||
] | ||
depends_on = ["setup-emsdk"] | ||
|
||
[feature.feature_rattler_build.tasks.build-pytester-pkg] | ||
cmd = [ | ||
|
@@ -72,7 +60,6 @@ cmd = [ | |
"--recipe", | ||
"recipes/recipes/pytester" | ||
] | ||
depends_on = ["setup-emsdk"] | ||
|
||
|
||
[feature.feature_rattler_build.tasks.setup] | ||
|
@@ -118,6 +105,5 @@ cmd = ["mkdocs", "build"] | |
############################################ | ||
|
||
[environments] | ||
setup-emsdk-env = ["feature_setup_emsdk"] | ||
rattler-build-env = ["feature_rattler_build"] | ||
documentation-env = ["feature_documentation"] |
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
52 changes: 0 additions & 52 deletions
52
recipes/recipes/emscripten_emscripten-wasm32/recipe_legacy.yaml
This file was deleted.
Oops, something went wrong.