File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
command_emscripten = 'cd ../../;\
12
12
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
13
13
export PATH="$PWD/bin:$PATH"; \
14
- micromamba shell init -s bash;\
15
- . ~/.bashrc;\
16
- micromamba create -n xeus-cpp-wasm-build emscripten_emscripten-wasm32==3.1.73 cmake -c https://repo.prefix.dev/emscripten-forge-dev conda-forge -y;\
14
+ export MAMBA_EXE='/ home / docs / checkouts / readthedocs .org / user_builds / xeus - cpp / checkouts / 361 / bin / micromamba ';\
15
+ export MAMBA_ROOT_PREFIX='/ home / docs / .local / share / mamba ';\
16
+ __mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";\
17
+ alias micromamba="$MAMBA_EXE";\
18
+ micromamba create -f environment-wasm-build.yml -y;\
17
19
micromamba activate xeus-cpp-wasm-build;\
18
- micromamba create -n environment-wasm-host --platform emscripten-wasm32 nlohmann_json=3.12.0 xeus-lite xeus CppInterOp cpp-argparse pugixml doctest -c https://repo.prefix.dev/ emscripten-forge-dev -y ;\
20
+ micromamba create -f environment-wasm-host.yml --platform= emscripten-wasm32 ;\
19
21
mkdir build;\
20
22
cd build;\
21
23
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\
You can’t perform that action at this time.
0 commit comments