We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b578ba5 commit 7f1f919Copy full SHA for 7f1f919
.github/workflows/stubs.yml
@@ -62,8 +62,8 @@ jobs:
62
ccache -z
63
64
python3 -m pip install -U pip setuptools[core] wheel
65
- python3 -m pip install -U pip mpi4py pytest pybind11-stubgen pre-commit
66
- cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DpyAMReX_IPO=OFF
+ python3 -m pip install -U mpi4py pytest pybind11-stubgen pre-commit
+ cmake -S . -B build -DAMReX_SPACEDIM="1;2;3" -DAMReX_EB=ON -DpyAMReX_IPO=OFF
67
cmake --build build -j 4 --target pip_install
68
69
ccache -s
0 commit comments