From 1248884e1aea5a310cc7f75162bdcae37e11c286 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:36:06 +0000 Subject: [PATCH 1/2] Add install of libarchive-c to main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6f12b60..c2a8340c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -271,7 +271,7 @@ jobs: run: | micromamba create -n xeus-lite-host jupyterlite-core micromamba activate xeus-lite-host - python -m pip install jupyterlite-xeus + python -m pip install jupyterlite-xeus libarchive-c jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} cp $PREFIX/bin/xcpp.data _output/extensions/@jupyterlite/xeus/static cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static From 48b0ad6002b07f3e45e2fa0217cb813005abeae9 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:37:01 +0000 Subject: [PATCH 2/2] Install libarchive-c deploy-github-page.yml --- .github/workflows/deploy-github-page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-page.yml b/.github/workflows/deploy-github-page.yml index a2658f5f..9351819a 100644 --- a/.github/workflows/deploy-github-page.yml +++ b/.github/workflows/deploy-github-page.yml @@ -73,7 +73,7 @@ jobs: run: | micromamba create -n xeus-lite-host jupyterlite-core micromamba activate xeus-lite-host - python -m pip install jupyterlite-xeus jupyter_server notebook + python -m pip install jupyterlite-xeus jupyter_server notebook libarchive-c jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static