Skip to content

Commit

Permalink
move enable_gpu in tensorflow-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 22, 2022
1 parent 62b6e91 commit a907ab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tensorflow-requires.file
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Requires: py3-cython py3-protobuf py3-astor py3-six py3-termcolor py3-absl-py
Requires: py3-opt-einsum py3-flatbuffers
Requires: eigen protobuf zlib libpng libjpeg-turbo curl giflib sqlite grpc flatbuffers py3-pybind11
BuildRequires: py3-wheel
%define enable_gpu 0
%if %{enable_gpu}
%if "%{cmsos}" != "slc7_aarch64"
## INCLUDE cuda-flags
Expand Down
1 change: 0 additions & 1 deletion tensorflow-sources.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
%define python_env PYTHON3PATH
%define build_type opt
%define pythonOnly no
%define enable_gpu 0
%define vectorize_flag -msse3
## INCLUDE tensorflow-sources

0 comments on commit a907ab6

Please sign in to comment.