Skip to content

Repository files navigation

Clone

git clone https://github.com/iterorganization/IMAS-Core.git

Compile IMAS-Core

mkdir /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

Test with imas-python

./run_server.sh &
./run_test_get_node.sh

TODO: Check what is really needed (dependency-wise)

Dockerfile linux libs

  • libprotobuf-dev

grpc/CMakeLists.txt

  • find_package(Protobuf REQUIRED)
  • ... other things

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages