git clone https://github.com/iterorganization/IMAS-Core.gitmkdir /workspaces/build
cd /workspaces/build
cmake -D AL_PYTHON_BINDINGS=ON -D AL_BACKEND_HDF5=ON -D AL_BACKEND_GRPC=ON -D CMAKE_BUILD_TYPE=Release ../imas-grpc/IMAS-Core
cmake -D AL_PYTHON_BINDINGS=ON -D AL_BACKEND_HDF5=ON -D AL_BACKEND_GRPC=ON -D CMAKE_BUILD_TYPE=RelWithDebInfo ../imas-grpc/IMAS-Core
cmake --build . --parallel./run_server.sh &
./run_test_get_node.shDockerfile linux libs
- libprotobuf-dev
grpc/CMakeLists.txt
- find_package(Protobuf REQUIRED)
- ... other things