[ 3%] Linking CXX shared library ../../lib/libopenPMD.ADIOS1.Serial.dylib
ld: warning: -pie being ignored. It is only used when linking a main executable
Undefined symbols for architecture x86_64:
"openPMD::internal::operationAsString(openPMD::Operation)", referenced from:
openPMD::ADIOS1IOHandlerImpl::flush() in ADIOS1IOHandler.cpp.o
ld: symbol(s) not found for architecture x86_64
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [_deps/fetchedopenpmd-build/CMakeFiles/openPMD.ADIOS1.Serial.dir/build.make:133: lib/libopenPMD.ADIOS1.Serial.dylib] Error 1
When installing dependencies with conda (https://warpx.readthedocs.io/en/latest/install/dependencies.html#conda-linux-macos-windows) on MacOS, I get the following error when compiling WarpX: