Skip to content

Commit

Permalink
Add build dependency on tensorflow-sources to avoid build conflicts
Browse files Browse the repository at this point in the history
By default, cmsBuild tries to build tensorflow-sources and
tensorflow-python3-sources in parallel, leading to conflicts with the
Bazel builds.
Declaring a build dependency on tensorflow-sources should force cmsBuild
to build these packages one after the other.
  • Loading branch information
fwyzard committed Dec 7, 2018
1 parent ab7b880 commit 4263e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow-python3-sources.spec
Expand Up @@ -12,6 +12,7 @@ Patch3: tensorflow-1.6.0-eigen-rename-sigmoid

BuildRequires: bazel eigen protobuf gcc
BuildRequires: py2-setuptools java-env
BuildRequires: tensorflow-sources
Requires: py2-numpy python3 py2-wheel

%prep
Expand Down

0 comments on commit 4263e0c

Please sign in to comment.