Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:release (Results 1 – 25 of 82) sorted by relevance

1234

/external/libcxx/utils/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
20 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
[all …]
/external/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
20 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
[all …]
/external/tensorflow/tensorflow/java/
DREADME.md14 - Refer to [Installing TensorFlow for Java](https://www.tensorflow.org/install/lang_java)
15 - [Javadoc](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary)
16 - [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.tensorflow/tensorflow/ba…
20 Releases built from release branches are available on Maven Central.
23 - [JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libtensor…
24 - [Source JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/li…
25 - JNI:
26- [Linux CPU-only](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_packa…
27- [Linux GPU](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/li…
28- [MacOS](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libten…
[all …]
/external/googletest/
D.gitignore4 cmake-build-debug/
6 bazel-bin
7 bazel-genfiles
8 bazel-googletest
9 bazel-out
10 bazel-testlogs
22 Win32-Debug/
23 Win32-Release/
24 x64-Debug/
25 x64-Release/
[all …]
/external/tensorflow/tensorflow/examples/android/
Dbuild.gradle4 // Note that Bazel is still used by default to compile the native libs,
11 // on Windows machines, but note that full equivalence with the Bazel
14 // NOTE: Running a make build will cause subsequent Bazel builds to *fail*
21 // it will conflict with the BUILD file used by Bazel on case-insensitive OSs.
44 // set to 'bazel', 'cmake', 'makefile', 'none'
45 def nativeBuildSystem = 'bazel'
47 // Controls output directory in APK and CPU type for Bazel builds.
49 // assumes armeabi-v7a. If building with make, changing this will require
51 // The CMake build has only been tested with armeabi-v7a; others may not work.
52 def cpuType = 'armeabi-v7a'
[all …]
/external/google-fruit/
DCONTRIBUTING.md7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually).
16 [Bazel](https://www.bazel.io) (configured in `BUILD` files).
28 mkdir build-debug
29 cd build-debug
30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Werror -DFRUIT_DEBUG=1 -DFRUIT_EXTRA_DEBUG=1
31 make -j 16
33 py.test-3 -n auto
39 [here](https://travis-ci.org/google/fruit/builds). The CI configuration is defined in
58 * Using CMake or Bazel
63 ([list of images](https://hub.docker.com/r/polettimarco/fruit-basesystem/tags/)).
[all …]
/external/grpc-grpc/tools/internal_ci/linux/pull_request/
Dgrpc_ubsan_on_foundry.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
19 # The file name 4321_grpc-testing-service needs to match auth_credential in
22 mkdir -p ${KOKORO_KEYSTORE_DIR}
23 cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-servi…
25 temp_dir=$(mktemp -d)
26 ln -f "${KOKORO_GFILE_DIR}/bazel-latest-release" ${temp_dir}/bazel
27 chmod 755 "${KOKORO_GFILE_DIR}/bazel-latest-release"
29 # This should show ${temp_dir}/bazel
30 which bazel
[all …]
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_bazel_on_foundry_base.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
19 # The file name 4321_grpc-testing-service needs to match auth_credential in
21 mkdir -p ${KOKORO_KEYSTORE_DIR}
22 cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-servi…
24 temp_dir=$(mktemp -d)
25 ln -f "${KOKORO_GFILE_DIR}/bazel-latest-release" ${temp_dir}/bazel
26 chmod 755 "${KOKORO_GFILE_DIR}/bazel-latest-release"
28 # This should show ${temp_dir}/bazel
29 which bazel
[all …]
Dgrpc_msan_on_foundry.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
19 # The file name 4321_grpc-testing-service needs to match auth_credential in
22 mkdir -p ${KOKORO_KEYSTORE_DIR}
23 cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-servi…
25 temp_dir=$(mktemp -d)
26 ln -f "${KOKORO_GFILE_DIR}/bazel-latest-release" ${temp_dir}/bazel
27 chmod 755 "${KOKORO_GFILE_DIR}/bazel-latest-release"
29 # This should show ${temp_dir}/bazel
30 which bazel
[all …]
Dgrpc_ubsan_on_foundry.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
19 # The file name 4321_grpc-testing-service needs to match auth_credential in
22 mkdir -p ${KOKORO_KEYSTORE_DIR}
23 cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-servi…
25 temp_dir=$(mktemp -d)
26 ln -f "${KOKORO_GFILE_DIR}/bazel-latest-release" ${temp_dir}/bazel
27 chmod 755 "${KOKORO_GFILE_DIR}/bazel-latest-release"
29 # This should show ${temp_dir}/bazel
30 which bazel
[all …]
/external/grpc-grpc/
DBUILDING.md1 gRPC C++ - Building from source
4 # Pre-requisites
9 $ [sudo] apt-get install build-essential autoconf libtool pkg-config
14 $ [sudo] apt-get install libgflags-dev libgtest-dev
15 $ [sudo] apt-get install clang libc++-dev
26 $ [sudo] xcode-select --install
53 - Install Visual Studio 2015 or 2017 (Visual C++ compiler will be used).
54 - Install [Git](https://git-scm.com/).
55 - Install [CMake](https://cmake.org/download/).
56 - Install [Active State Perl](https://www.activestate.com/activeperl/) (`choco install activeperl`)…
[all …]
/external/grpc-grpc/templates/tools/dockerfile/
Dbazel.include2 # Bazel installation
3 …"deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d…
4 RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
5 RUN apt-get -y update && apt-get -y install bazel=0.15.0 && apt-get clean
/external/google-fruit/extras/scripts/
Dpostsubmit-helper.sh1 #!/bin/bash -x
3 set -e
10 gcc-4.9)
11 export CC=gcc-4.9
12 export CXX=g++-4.9
15 gcc-5)
16 export CC=gcc-5
17 export CXX=g++-5
20 gcc-6)
21 export CC=gcc-6
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
Dbuild_tf_windows.sh8 # http://www.apache.org/licenses/LICENSE-2.0
22 # - JDK8, and JAVA_HOME set.
23 # - Microsoft Visual Studio 2015 Community Edition
24 # - Msys2
25 # - Anaconda3
26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
29 set -x
30 set -e
37 # Setting up the environment variables Bazel and ./configure needs
38 source "tensorflow/tools/ci_build/windows/bazel/common_env.sh" \
[all …]
/external/tensorflow/tensorflow/tools/lib_package/
DREADME.md1 Bazel rules to package the TensorFlow APIs in languages other than Python into
15 bazel test --config opt //tensorflow/tools/lib_package:libtensorflow_test
16 bazel build --config opt //tensorflow/tools/lib_package:libtensorflow
20 `bazel-bin/tensorflow/tools/lib_package/libtensorflow.tar.gz`, which can be
24 tar -C /usr/local -xzf libtensorflow.tar.gz
35 bazel test --config opt //tensorflow/tools/lib_package:libtensorflow_test
36 bazel build --config opt \
39 //tensorflow/java:libtensorflow-src.jar
44 - The native library (`libtensorflow_jni.so`) packaged in an archive at:
45 `bazel-bin/tensorflow/tools/lib_package/libtensorflow_jni.tar.gz`
[all …]
/external/google-fruit/extras/dockerfiles/
Dubuntu-16.04_install.sh3 set -e
5 apt-get install -y --no-install-recommends \
8 # For the Bazel repository
9 curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
11 apt-get install -y --allow-unauthenticated --no-install-recommends \
12 clang-3.5 \
13 clang-3.6 \
14 clang-3.7 \
15 clang-3.8 \
16 g++-4.9 \
[all …]
/external/tensorflow/tensorflow/tools/docker/
DDockerfile.devel5 RUN apt-get update && apt-get install -y --no-install-recommends \
6 build-essential \
9 libcurl3-dev \
10 libfreetype6-dev \
11 libhdf5-serial-dev \
12 libpng-dev \
13 libzmq3-dev \
14 pkg-config \
15 python-dev \
17 software-properties-common \
[all …]
DDockerfile.devel-mkl12 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
14 ${PYTHON}-dev \
15 ${PYTHON}-pip \
16 ${PYTHON}-setuptools \
17 ${PYTHON}-wheel \
18 build-essential \
21 libcurl3-dev \
22 libfreetype6-dev \
23 libhdf5-serial-dev \
24 libpng-dev \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/
Dbuild_tf_windows.sh8 # http://www.apache.org/licenses/LICENSE-2.0
22 # - JDK8, and JAVA_HOME set.
23 # - Microsoft Visual Studio 2015 Community Edition
24 # - Msys2
25 # - Anaconda3
26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
29 set -x
30 set -e
37 # Setting up the environment variables Bazel and ./configure needs
38 source "tensorflow/tools/ci_build/windows/bazel/common_env.sh" \
[all …]
/external/brotli/
DREADME.md5 Brotli is a generic-purpose lossless compression algorithm that compresses data
8 currently available general-purpose compression methods. It is similar in speed
13 Brotli is open-sourced under the MIT License, see the LICENSE file.
18 [![TravisCI Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci…
23 #### Autotools-style CMake
25 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
26 autotools-style configure script for CMake-based projects (not supported on Windows).
31 $ ../configure-cmake
36 …lt, debug binaries are built. To generate "release" `Makefile` specify `--disable-debug` option to…
38 #### Bazel subsubsection
[all …]
/external/tensorflow/tensorflow/
Dversion_check.bzl1 """ Helpers to check minimum version of bazel."""
19 # Parse the bazel version string from `native.bazel_version`.
24 """Parses a version string into a 3-tuple of ints
29 bazel_version: the Bazel version string
32 An int 3-tuple of a (major, minor, patch) version.
40 …fail("\nCurrent Bazel version is lower than 0.2.1, expected at least %s\n" % minimum_bazel_version)
42 print("\nCurrent Bazel is not a release version, cannot check for compatibility.")
43 print("Make sure that you are running at least Bazel %s.\n" % minimum_bazel_version)
47 fail("\nCurrent Bazel version is {}, expected at least {}\n".format(
/external/grpc-grpc/tools/dockerfile/test/bazel/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM gcr.io/oss-fuzz-base/base-builder
17 # Install basic packages and Bazel dependencies.
18 RUN apt-get update && apt-get install -y software-properties-common python-software-properties
19 RUN add-apt-repository ppa:webupd8team/java
20 RUN apt-get update && apt-get -y install \
22 build-essential \
26 openjdk-8-jdk \
34 RUN apt-get update && apt-get install -y \
35 python-all-dev \
[all …]
/external/brotli/scripts/
Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
10 CONFIG: Release
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
17 - BUILD_SYSTEM: CMake
21 - BUILD_SYSTEM: CMake
25 - BUILD_SYSTEM: Python
30 - BUILD_SYSTEM: Python
31 PYTHON: "C:\\Python36-x64"
35 - BUILD_SYSTEM: make
[all …]
/external/opencensus-java/
DRELEASING.md1 # How to Create a Release of OpenCensus Java (for Maintainers Only)
7 - Ubuntu 14.04
18 - Follow the instructions on [this
19 page](http://central.sonatype.org/pages/ossrh-guide.html) to set up an
21 - You only need to create the account, not set up a new project
22 - Contact a OpenCensus Java maintainer to add your account after you
24 - (For release deployment only) [Install
25 GnuPG](http://central.sonatype.org/pages/working-with-pgp-signatures.html#installing-gnupg)
27 pair](http://central.sonatype.org/pages/working-with-pgp-signatures.html#generating-a-key-pair).
29 …key](http://central.sonatype.org/pages/working-with-pgp-signatures.html#distributing-your-public-k…
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/
Dlibtensorflow_gpu.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Script to produce binary release of libtensorflow (C API, Java jars etc.).
19 set -ex
22 # Setup environment for bazel builds
23 source "${SCRIPT_DIR}/bazel/common_env.sh"
24 source "${SCRIPT_DIR}/bazel/bazel_test_lib.sh"
28 if [ ! -e "WORKSPACE" ]; then
29 echo "Must run this from the root of the bazel workspace"
39 bazel --output_user_root=${TMPDIR} build -c opt --copt=/arch:AVX --announce_rc \
47 rm -rf ${DIR}
[all …]

1234