Emmanuel Benazera
Emmanuel Benazera
DD manages everything at build time.
OK, I understand my mistake. For some reason, the repository I was building curlpp from was from datacritic... not yours @jpbarrette. I will test with the last version then and...
Hi Richard, Thanks for the details, some answers below: 1. No docker-compose yet, let us know if you are willing to contribute it to the existing docker templates. We are...
Hi, can you specify which platform you are building on, what deepdetect commit, your version of bazel and whether you are building TF for GPUs.
My guess is that you are building on Fedora or CentOS, and in that case you may try to modify the `CMakeLists.txt`...
OK thanks, good to know! curlpp is still built with the wrong GCC version in 14.04 and 16.04... Same in 16.10 from what you are saying...
Yes sounds like same issue as #126 regarding curlpp.
Try with bazel 0.4.3, it's a TF thing.
@rdoume share your full `cmake` call, etc... I haven't noticed any difficulties on our builds, but I'll look again. Make sure you don't have multiple bazel installs or something.
@rdoume I've tested with bazel 5.0 on Ubuntu 16.04 and it fails as reported in this ticket. However, downgrading to bazel 0.4.3 fixes the issue as reported. So double-check your...