File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,14 @@ jobs:
32
32
ccache-conda-linux-
33
33
- name : build WarpX
34
34
run : |
35
+ source activate base
35
36
cmake -S . -B build \
36
37
-DCMAKE_VERBOSE_MAKEFILE=ON \
37
38
-DWarpX_EB=ON \
38
39
-DWarpX_LIB=ON \
39
40
-DWarpX_QED=ON \
40
41
-DWarpX_openpmd_internal=OFF
41
- cmake --build build -j 2
42
+ cmake --build build -j 3
42
43
43
44
./build/bin/warpx Examples/Physics_applications/laser_acceleration/inputs_3d
44
45
Original file line number Diff line number Diff line change 7
7
8
8
set -eu -o pipefail
9
9
10
- conda update -n base conda
11
- conda install -n base conda-libmamba-solver
10
+ conda init bash
11
+
12
+ conda update -y -n base conda
13
+ conda install -y -n base conda-libmamba-solver
12
14
conda config --set solver libmamba
13
15
14
- conda install -c conda-forge blaspp ccache cmake compilers git lapackpp " openpmd-api=*=mpi_mpich*" python mpi4py numpy pandas scipy yt " fftw=*=mpi_mpich*" pkg-config setuptools matplotlib mpich pip virtualenv wheel
16
+ conda install -y - c conda-forge blaspp ccache cmake compilers git lapackpp " openpmd-api=*=mpi_mpich*" python mpi4py numpy pandas scipy yt " fftw=*=mpi_mpich*" pkg-config setuptools matplotlib mpich pip virtualenv wheel
You can’t perform that action at this time.
0 commit comments