Skip to content

Commit

Permalink
crosscompiling works, but fails when import tensorflow, aws causes un…
Browse files Browse the repository at this point in the history
…defined symbol.
  • Loading branch information
lhelontra committed Aug 11, 2018
1 parent f35132d commit 21cf19c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_tensorflow/configs/beagle_black.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TF_VERSION="v1.10.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
TF_BUILD_VARS+=" TF_NEED_AWS=0"
TF_BUILD_VARS+=" TF_NEED_GCP=0"
TF_BUILD_VARS+=" TF_NEED_CUDA=0"
TF_BUILD_VARS+=" TF_NEED_HDFS=0"
Expand Down
1 change: 1 addition & 0 deletions build_tensorflow/configs/odroidc1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TF_VERSION="v1.10.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
TF_BUILD_VARS+=" TF_NEED_AWS=0"
TF_BUILD_VARS+=" TF_NEED_GCP=0"
TF_BUILD_VARS+=" TF_NEED_CUDA=0"
TF_BUILD_VARS+=" TF_NEED_HDFS=0"
Expand Down
1 change: 1 addition & 0 deletions build_tensorflow/configs/odroidc2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TF_VERSION="v1.10.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
TF_BUILD_VARS+=" TF_NEED_AWS=0"
TF_BUILD_VARS+=" TF_NEED_GCP=0"
TF_BUILD_VARS+=" TF_NEED_CUDA=0"
TF_BUILD_VARS+=" TF_NEED_HDFS=0"
Expand Down
1 change: 1 addition & 0 deletions build_tensorflow/configs/rpi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TF_VERSION="v1.10.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
TF_BUILD_VARS+=" TF_NEED_AWS=0"
TF_BUILD_VARS+=" TF_NEED_GCP=0"
TF_BUILD_VARS+=" TF_NEED_CUDA=0"
TF_BUILD_VARS+=" TF_NEED_HDFS=0"
Expand Down
1 change: 1 addition & 0 deletions build_tensorflow/configs/rpi_one.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TF_VERSION="v1.10.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
TF_BUILD_VARS+=" TF_NEED_AWS=0"
TF_BUILD_VARS+=" TF_NEED_GCP=0"
TF_BUILD_VARS+=" TF_NEED_CUDA=0"
TF_BUILD_VARS+=" TF_NEED_HDFS=0"
Expand Down
1 change: 1 addition & 0 deletions build_tensorflow/configs/rpi_one_openblas.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TF_VERSION="v1.10.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
TF_BUILD_VARS+=" TF_NEED_AWS=0"
TF_BUILD_VARS+=" TF_NEED_GCP=0"
TF_BUILD_VARS+=" TF_NEED_CUDA=0"
TF_BUILD_VARS+=" TF_NEED_HDFS=0"
Expand Down

0 comments on commit 21cf19c

Please sign in to comment.