cjweeks / tensorflow-cmake

Integrate TensorFlow with CMake projects effortlessly
MIT License
331 stars 83 forks source link

eigen.sh failure #50

Open EdvardD opened 4 years ago

EdvardD commented 4 years ago

eigen installation script fails on this line: 70: EIGEN_TEXT=$(grep -Pzo ${EIGEN_REGEX} ${TF_DIR}/tensorflow/workspace.bzl) || fail

I check workspace.bzl and it doesn't contain "native.new_http_archive" at all.

ajaymaity commented 3 years ago

Did you get resolution on this?