control: retitle -1 RFS: tensorflow/1.10.1+dfsg-A1 [ITP] control: tag -1 -moreinfo
Hello science team and mentors, I did a right choice to write the python+ninja build system from scratch (I call this build system TF-Shogun in the source code). Now I started to sort out any possible FTBFS with dom/PPA/others. https://salsa.debian.org/science-team/tensorflow Currently I can build it manually on my daily Debian experimental system (amd64) and another unclean chroot (amd64). However I'm still not sure whether the other can build it successfully like I do. Any FTBFS report will be appreciated and patches for fixing FTBFS or improving the build system will be much appreciated. Following is the lastest todo list before the first upload. - [ ] Does it FTBFS on amd64 and ppc64el? - [ ] is the resulting libtensorflow.so.1.10 correct and working? - [ ] write autopkgtest with some mini C/C++ programs. - [ ] find out the way to build tests (googletest). - [ ] make sure libtensorflow/amd64 is linked against libmkldnn - [ ] findout how to build and run the tests. - [ ] upload to experimental. And this list is not growing, really.