From 1e63e8bb8ab9aadddd2bf01ca927359dbfaf4b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Wed, 6 Dec 2023 11:50:07 +0100 Subject: [PATCH] tmp4 --- .github/workflows/macos.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e9a82433e8..97d5933a20 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,21 +35,19 @@ jobs: # 11.0+ for arm64/aarch64 (M1/M2) builds run: | share/openPMD/download_samples.sh build - mkdir -p bin - cp .github/workflows/mpirun_workaround.sh bin/ - export PATH="$(realpath bin):$PATH" cmake -S . -B build \ -DopenPMD_USE_PYTHON=ON \ -DopenPMD_USE_MPI=ON \ -DopenPMD_USE_HDF5=ON \ -DopenPMD_USE_ADIOS2=ON \ -DopenPMD_USE_INVASIVE_TESTS=ON \ - -DMPIEXEC_EXECUTABLE=mpirun_workaround.sh + -DMPIEXEC_EXECUTABLE="$(realpath .github/workflows/mpirun_workaround.sh)" cmake --build build --parallel 3 echo "HALLIHALLO" pwd ls ls .github/workflows + cmake -LA -B build ctest --test-dir build --verbose appleclang13_py: