|
41 | 41 |
|
42 | 42 | export CMAKE_BUILD_PARALLEL_LEVEL=4 |
43 | 43 |
|
44 | | - python3 -m pip install -U pip setuptools wheel pytest |
| 44 | + python3 -m pip install -U pip |
| 45 | + python3 -m pip install -U build packaging setuptools wheel |
| 46 | + python3 -m pip install -U cmake pytest |
45 | 47 | AMREX_MPI=ON python3 -m pip install -v . |
46 | 48 | python3 -c "import amrex.space1d as amr; print(amr.__version__)" |
47 | 49 | python3 -c "import amrex.space2d as amr; print(amr.__version__)" |
|
80 | 82 |
|
81 | 83 | export CC=$(which gcc-10) |
82 | 84 | export CXX=$(which g++-10) |
83 | | - python3 -m pip install -U pip setuptools wheel |
| 85 | + python3 -m pip install -U pip |
| 86 | + python3 -m pip install -U build packaging setuptools wheel |
84 | 87 | python3 -m pip install -U cmake |
85 | 88 | python3 -m pip install -U pandas pytest mpi4py |
86 | 89 |
|
@@ -133,7 +136,9 @@ jobs: |
133 | 136 |
|
134 | 137 | export CC=$(which clang-6.0) |
135 | 138 | export CXX=$(which clang++-6.0) |
136 | | - python3 -m pip install -U pip pytest |
| 139 | + python3 -m pip install -U pip |
| 140 | + python3 -m pip install -U build packaging setuptools wheel |
| 141 | + python3 -m pip install -U cmake pytest |
137 | 142 | python3 -m pip install -v . |
138 | 143 | python3 -c "import amrex.space1d as amr; print(amr.__version__)" |
139 | 144 | python3 -c "import amrex.space2d as amr; print(amr.__version__)" |
@@ -177,6 +182,8 @@ jobs: |
177 | 182 | export CMAKE_BUILD_PARALLEL_LEVEL=4 |
178 | 183 |
|
179 | 184 | python3 -m pip install -U pip |
| 185 | + python3 -m pip install -U build packaging setuptools wheel |
| 186 | + python3 -m pip install -U cmake |
180 | 187 | python3 -m pip install -U pandas pytest |
181 | 188 | python3 -m pip install -v . |
182 | 189 | python3 -c "import amrex.space1d as amr; print(amr.__version__)" |
@@ -222,7 +229,8 @@ jobs: |
222 | 229 | export CXX=$(which g++) |
223 | 230 | export CUDAHOSTCXX=$(which g++) |
224 | 231 |
|
225 | | - python3 -m pip install -U pip importlib_metadata launchpadlib setuptools wheel |
| 232 | + python3 -m pip install -U pip |
| 233 | + python3 -m pip install -U build packaging setuptools[core] wheel |
226 | 234 | python3 -m pip install -U cmake |
227 | 235 |
|
228 | 236 | cmake -S . -B build \ |
|
0 commit comments