Update 2020 07 17 notes authored by Michael R. Crusoe's avatar Michael R. Crusoe
...@@ -46,3 +46,4 @@ If we wanted to start packaging Tensorflow today: ...@@ -46,3 +46,4 @@ If we wanted to start packaging Tensorflow today:
2. Build local copy of https://salsa.debian.org/java-team/checker-framework-java 2. Build local copy of https://salsa.debian.org/java-team/checker-framework-java
3. Upgrade bazel-bootstrap https://salsa.debian.org/bazel-team/bazel-bootstrap to 3.4 (mostly removing patches) 3. Upgrade bazel-bootstrap https://salsa.debian.org/bazel-team/bazel-bootstrap to 3.4 (mostly removing patches)
4. Then fork/branch https://salsa.debian.org/science-team/tensorflow , update upstream to 2.1.0 remove patches that work around bazel and add bazel-bootstrap to the build-depends. 4. Then fork/branch https://salsa.debian.org/science-team/tensorflow , update upstream to 2.1.0 remove patches that work around bazel and add bazel-bootstrap to the build-depends.
5. override_dh_auto_{configure,build,install} to use the binaries from bazel-bootstrap as there is no dh integration yet.