File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 9595 - name : Install
9696 run : |
9797 sudo apt-get update
98- sudo apt-get install clang-11 gfortran libopenmpi-dev python3 python3-pip
98+ sudo apt-get install clang-11 gfortran libopenmpi-dev python3
9999 sudo .github/workflows/dependencies/install_spack
100100
101101 - name : Build
@@ -240,9 +240,6 @@ jobs:
240240 sudo apt-get update
241241 sudo apt-get install g++-12 gfortran libopenmpi-dev python3 python3-setuptools
242242 sudo .github/workflows/dependencies/install_spack
243-
244-
245-
246243 python3 -m pip install -U pip
247244 python3 -m pip install -U numpy
248245 python3 -m pip install -U mpi4py
Original file line number Diff line number Diff line change 6868 sudo ln -s "$(which cmake)" /usr/bin/cmake
6969 eval $(spack env activate --sh .github/ci/spack-envs/clangtidy_nopy_ompi_h5_ad2/)
7070 spack install
71-
7271 SOURCEPATH="$(pwd)"
7372 share/openPMD/download_samples.sh build
7473 export LDFLAGS="${LDFLAGS} -fsanitize=address,undefined -shared-libsan"
You can’t perform that action at this time.
0 commit comments