Skip to content

Commit

Permalink
tmp4
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 6, 2023
1 parent 82ba46f commit 1e63e8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e63e8b

Please sign in to comment.