File tree Expand file tree Collapse file tree 6 files changed +27
-6
lines changed
Expand file tree Collapse file tree 6 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 4545 - name : Build and test xeus-cpp in node, then install
4646 shell : bash -l {0}
4747 run : |
48- micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
48+ micromamba create -f environment-wasm-host.yml \
49+ --platform=emscripten-wasm32 \
50+ -c https://prefix.dev/emscripten-forge-4x \
51+ -c https://prefix.dev/conda-forge
4952
5053 mkdir build
5154 pushd build
Original file line number Diff line number Diff line change @@ -230,7 +230,10 @@ jobs:
230230 - name : Build and test xeus-cpp in node, then install
231231 shell : bash -l {0}
232232 run : |
233- micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
233+ micromamba create -f environment-wasm-host.yml \
234+ --platform=emscripten-wasm32 \
235+ -c https://prefix.dev/emscripten-forge-4x \
236+ -c https://prefix.dev/conda-forge
234237
235238 mkdir build
236239 pushd build
Original file line number Diff line number Diff line change @@ -74,7 +74,11 @@ micromamba activate xeus-cpp-wasm-build
7474You are now in a position to build the xeus-cpp kernel. You build and test it in node by executing the following. Once the test pass, run the install command.
7575
7676``` bash
77- micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
77+ micromamba create -f environment-wasm-host.yml \
78+ --platform=emscripten-wasm32 \
79+ -c https://prefix.dev/emscripten-forge-4x \
80+ -c https://prefix.dev/conda-forge
81+
7882mkdir build
7983cd build
8084export BUILD_PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
Original file line number Diff line number Diff line change @@ -89,7 +89,11 @@ micromamba activate xeus-cpp-wasm-build
8989
9090You are now in a position to build the xeus-cpp kernel. You build and test it in node by executing the following. Once the test pass, run the install command.
9191``` bash
92- micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
92+ micromamba create -f environment-wasm-host.yml \
93+ --platform=emscripten-wasm32 \
94+ -c https://prefix.dev/emscripten-forge-4x \
95+ -c https://prefix.dev/conda-forge
96+
9397mkdir build
9498cd build
9599export BUILD_PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
Original file line number Diff line number Diff line change @@ -70,7 +70,11 @@ You are now in a position to build the xeus-cpp kernel. You build and test it in
7070
7171.. code-block :: bash
7272
73- micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
73+ micromamba create -f environment-wasm-host.yml \
74+ --platform=emscripten-wasm32 \
75+ -c https://prefix.dev/emscripten-forge-4x \
76+ -c https://prefix.dev/conda-forge
77+
7478 mkdir build
7579 cd build
7680 export BUILD_PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
Original file line number Diff line number Diff line change 1919alias micromamba="$MAMBA_EXE";
2020micromamba create -f environment-wasm-build.yml -y;
2121micromamba activate xeus-cpp-wasm-build;
22- micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;
22+ micromamba create -f environment-wasm-host.yml \
23+ --platform=emscripten-wasm32 \
24+ -c https://prefix.dev/emscripten-forge-4x \
25+ -c https://prefix.dev/conda-forge
2326mkdir -p build;
2427cd build;
2528export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/xeus-cpp-wasm-build;
You can’t perform that action at this time.
0 commit comments