Skip to content

Commit

Permalink
Add earthkit to the compression lab (#3)
Browse files Browse the repository at this point in the history
* Try adding earthkit support

* Add earthkit packages, fcbench not compiling yet

* Try first build with earthkit
  • Loading branch information
juntyr authored Apr 26, 2024
1 parent cbcf7a4 commit e979a67
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git apply --whitespace=nowarn ../patches/pyodide.patch
cp -r ../fcpy packages/fcpy/fcpy
git clone [email protected]:juntyr/field-compression-benchmark.git packages/field-compression-benchmark/field-compression-benchmark
PYODIDE_DOCKER_IMAGE=$(docker build . -q) ./run_docker --non-interactive PYODIDE_PACKAGES="basemap,fcpy,field-compression-benchmark,ipyfilite,ipyloglite,pyodide-http,ipython" make
PYODIDE_DOCKER_IMAGE=$(docker build . -q) ./run_docker --non-interactive PYODIDE_PACKAGES="basemap,fcpy,field-compression-benchmark,ipyfilite,ipyloglite,pyodide-http,ipython,earthkit" make
git apply --whitespace=nowarn --reverse ../patches/pyodide.patch
rm -rf packages/fcpy/fcpy
rm -rf packages/field-compression-benchmark/field-compression-benchmark
Expand Down
Loading

0 comments on commit e979a67

Please sign in to comment.