conda-forge / tensorflow-feedstock

A conda-smithy repository for tensorflow.
BSD 3-Clause "New" or "Revised" License
91 stars 81 forks source link

A few notes from the latest tensorflow builds 2.15 #363

Open hmaarrfk opened 6 months ago

hmaarrfk commented 6 months ago
          This is the first time I'm trying to do a CFEP-03 copy... I looked at the build logs and noted a few minor things, that have to be pre-existing (given the changes here):
WARNING: Exact overlap between include/tensorflow/core/platform/ctstring.h in packages libtensorflow_cc and libtensorflow
WARNING: Exact overlap between include/tensorflow/core/platform/ctstring_internal.h in packages libtensorflow_cc and libtensorflow
WARNING: Exact overlap between include/tsl/c/tsl_status.h in packages libtensorflow_cc and libtensorflow
WARNING: Exact overlap between include/tsl/platform/ctstring.h in packages libtensorflow_cc and libtensorflow
WARNING: Exact overlap between include/tsl/platform/ctstring_internal.h in packages libtensorflow_cc and libtensorflow
WARNING: Exact overlap between lib/libtensorflow_framework.2.15.0.dylib in packages libtensorflow_cc and libtensorflow
WARNING: Exact overlap between lib/libtensorflow_framework.2.dylib in packages libtensorflow_cc and libtensorflow
WARNING: Exact overlap between lib/libtensorflow_framework.dylib in packages libtensorflow_cc and libtensorflow

Also why are we putting a patch (that conda patches again) into $PREFIX/include? Seems very strange

include/third_party/pybind11_protobuf/0001-Add-Python-include-path.patch (text): Patching

In any case, I wanted to copy the packages, but I haven't managed to run the commands, because I cannot pass through authentication of the anaconda client. I have an account, I double-checked (then updated) my password, I've tried various ways to spell my identity (username/email), and I haven't managed to get through yet.

Originally posted by @h-vetinari in https://github.com/conda-forge/tensorflow-feedstock/issues/361#issuecomment-1867042465