deephealthproject / eddl

European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
https://deephealthproject.github.io/eddl/
MIT License
34 stars 10 forks source link

Protobuf path #206

Closed salvacarrion closed 3 years ago

salvacarrion commented 3 years ago

When using -D BUILD_SUPERBUILD=ON, the location of the library changes. Sometimes it is on cmake/third_party/protobuf/lib/libprotobuf.a and others on cmake/third_party/protobuf/lib64/libprotobuf.a.

While we're solving this issue, a workaround is to use a symbolic link: ln -s lib64/ lib/

jonandergomez commented 3 years ago

Salva, if this is already solved, could you close this issue?

Thanks in advance.

salvacarrion commented 3 years ago

It is not fully fixed since I'm not 100% when protobuf is using lib/ or lib64/