File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Expand file tree Collapse file tree 5 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pacman -S --noconfirm --needed \
29
29
protobuf \
30
30
unzip \
31
31
zip
32
- export BAZEL_VERSION=${BAZEL_VERSION:- `cat ./ tensorflow_cc/ BAZEL_VERSION`}
32
+ export BAZEL_VERSION=${BAZEL_VERSION:- `cat ./ tensorflow_cc/ Dockerfiles / BAZEL_VERSION`}
33
33
bazel_installer=bazel-${BAZEL_VERSION} -installer-linux-x86_64.sh
34
34
wget -P /tmp https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION} /${bazel_installer}
35
35
chmod +x /tmp/${bazel_installer}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ apt-get -y install \
35
35
wget
36
36
37
37
# install bazel
38
- export BAZEL_VERSION=${BAZEL_VERSION:- `cat ./ tensorflow_cc/ BAZEL_VERSION`}
38
+ export BAZEL_VERSION=${BAZEL_VERSION:- `cat ./ tensorflow_cc/ Dockerfiles / BAZEL_VERSION`}
39
39
apt-get -y install pkg-config zip g++ zlib1g-dev unzip python
40
40
bazel_installer=bazel-${BAZEL_VERSION} -installer-linux-x86_64.sh
41
41
wget -P /tmp https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION} /${bazel_installer}
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.3 FATAL_ERROR )
2
- file (READ "PROJECT_VERSION" version )
2
+ file (READ "${CMAKE_CURRENT_SOURCE_DIR} / PROJECT_VERSION" version )
3
3
project (
4
4
"tensorflow_cc"
5
5
VERSION "${version} "
File renamed without changes.
You can’t perform that action at this time.
0 commit comments