Searched +full:1 +full:- +full:installer +full:- +full:darwin +full:- +full:x86_64 (Results 1 – 25 of 35) sorted by relevance
12
| /external/tflite-support/tensorflow_lite_support/tools/ci_build/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 25 eval "$1" 27 if [[ $? -ne 0 ]]; then 29 eval "$1" 34 echo "$@" 1>&2 ; exit 1; 42 result=$("$@" 2>&1) || die "$result" 45 set -x 50 mkdir -p /tmpfs/bazel_output 57 case "$(uname -s)" in 58 Darwin) local name=bazelisk-darwin-amd64 ;; [all …]
|
| /external/swiftshader/third_party/marl/kokoro/macos/ |
| D | build.sh | 9 # https://www.apache.org/licenses/LICENSE-2.0 17 set -e # Fail on any error. 21 function show_cmds { set -x; } 32 git submodule update --init 38 BUILD_DIR=/tmp/marl-build 42 COMMON_CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=${BUILD_TYPE}" 43 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_EXAMPLES=1" 44 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_TESTS=1" 45 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_BENCHMARKS=1" 46 COMMON_CMAKE_FLAGS+=" -DMARL_WARNINGS_AS_ERRORS=1" [all …]
|
| /external/libcxx/utils/google-benchmark/ |
| D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 17 - compiler: gcc 19 - compiler: gcc 21 - compiler: gcc 25 - g++-multilib 27 - compiler: gcc 31 - g++-multilib 33 - compiler: gcc [all …]
|
| /external/libiio/src/ |
| D | README.md | 7 …-source license allows anyone to use the library, on any vendors processor/FPGA/SoC, which may be … 9 License : [](https://github.com/anal… 13 …img.shields.io/coverity/scan/4796.svg)](https://scan.coverity.com/projects/analogdevicesinc-libiio) 16 [](https://g… 19 …badge/chat-on%20EngineerZone-blue.svg)](https://ez.analog.com/linux-device-drivers/linux-software-… 21 …ibiio) to do develop and maintain the source, and [Travis CI](https://travis-ci.com/) and [Appveyo… 22 …- If you want to just use libiio, we suggest using the [latest release](https://github.com/analogd… 23 …- If you think you have found a bug in the release, or need a feature which isn't in the release, … 25 | Operating System | GitHub master status | Version | Primary Installer Package | Alterna… 26 |:-----------------------:|:---------------------:|:-------:|:-------------------:|:--------------:| [all …]
|
| /external/libiio/ |
| D | README.md | 7 …-source license allows anyone to use the library, on any vendors processor/FPGA/SoC, which may be … 9 License : [](https://github.com/anal… 13 …img.shields.io/coverity/scan/4796.svg)](https://scan.coverity.com/projects/analogdevicesinc-libiio) 16 [](https://g… 19 …badge/chat-on%20EngineerZone-blue.svg)](https://ez.analog.com/linux-device-drivers/linux-software-… 21 …ibiio) to do develop and maintain the source, and [Travis CI](https://travis-ci.com/) and [Appveyo… 22 …- If you want to just use libiio, we suggest using the [latest release](https://github.com/analogd… 23 …- If you think you have found a bug in the release, or need a feature which isn't in the release, … 25 | Operating System | GitHub master status | Version | Primary Installer Package | Alterna… 26 |:-----------------------:|:---------------------:|:-------:|:-------------------:|:--------------:| [all …]
|
| /external/cronet/third_party/protobuf/kokoro/release/ruby/macos/ruby/ |
| D | ruby_build_environment.sh | 3 set -ex 6 sudo chown -R $(whoami) $HOME/.rvm/ 7 sudo chown -R $(whoami) /Library/Ruby/ 11 curl -sSL https://rvm.io/mpapis.asc | gpg --import - 12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - 17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste… 20 set -e # rvm commands are very verbose 23 gem install rake-compiler --no-document 24 gem install bundler --no-document 27 gem install rake-compiler --no-document [all …]
|
| /external/protobuf/kokoro/release/ruby/macos/ruby/ |
| D | ruby_build_environment.sh | 3 set -ex 6 sudo chown -R $(whoami) $HOME/.rvm/ 7 sudo chown -R $(whoami) /Library/Ruby/ 11 curl -sSL https://rvm.io/mpapis.asc | gpg --import - 12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - 17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste… 20 set -e # rvm commands are very verbose 23 gem install rake-compiler --no-document 24 gem install bundler --no-document 27 gem install rake-compiler --no-document [all …]
|
| /external/google-benchmark/ |
| D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 15 - compiler: gcc 17 - compiler: gcc 21 - g++-multilib 22 - libc6:i386 24 - COMPILER=g++ 25 - C_COMPILER=gcc 26 - BUILD_TYPE=Debug [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 LATEST_BAZEL_VERSION=5.1.1 29 eval "$1" 31 if [[ $? -ne 0 ]]; then 33 eval "$1" 38 echo "$@" 1>&2 ; exit 1; 46 result=$("$@" 2>&1) || die "$result" 49 set -x 55 mkdir -p /tmpfs/bazel_output 62 case "$(uname -s)" in [all …]
|
| /external/python/cpython3/Mac/BuildScript/ |
| D | build-installer.py | 6 - support universal2 variant with arm64 and x86_64 archs 7 - enable clang optimizations when building on 10.15+ 10 - 2.7 end-of-life issues: 11 - Python 3 installs now update the Current version link 13 - fully support running under Python 3 as well as 2.7 14 - support building on newer macOS systems with SIP 15 - fully support building on macOS 10.9+ 16 - support 10.6+ on best effort 17 - support bypassing docs build by supplying a prebuilt 18 docs html tarball in the third-party source library, [all …]
|
| /external/python/cpython2/Mac/BuildScript/ |
| D | build-installer.py | 6 - support Intel 64-bit-only () and 32-bit-only installer builds 7 - build and link with private Tcl/Tk 8.6 for 10.9+ builds 8 - deprecate use of explicit SDK (--sdk-path=) since all but the oldest 13 supported with build-installer. 14 - use generic "gcc" as compiler (CC env var) rather than "gcc-4.2" 21 Sphinx, build-installer.py should also be converted to use python3! 23 For 10.9 or greater deployment targets, build-installer builds and links 25 apply. Otherwise, build-installer requires an installed third-party version 51 INCLUDE_TIMESTAMP = 1 52 VERBOSE = 1 [all …]
|
| /external/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
| /external/python/cpython2/Lib/ |
| D | _osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 77 or _read_output("/usr/bin/xcrun -find %s" % (toolname,)) 98 # We're on a plain darwin box, fall back to the default 108 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2]) 115 # This is needed for higher-level cross-platform tests of get_platform. 132 # builds, in particular -isysroot and -arch arguments to the compiler. This 149 # (or rather Xcode) releases. With older releases (up-to 10.5) 155 # Xcode releases. Up to Xcode 4 it was possible to use 'gcc-4.2' 157 # gcc-4.2 is either not present, or a copy of 'llvm-gcc' that 182 # Compiler is GCC, check if it is LLVM-GCC [all …]
|
| /external/vulkan-headers/ |
| D | BUILD.md | 7 1. [Contributing](#contributing-to-the-repository) 8 1. [Repository Content](#repository-content) 9 1. [Repository Set-up](#repository-set-up) 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs). 30 If you are building other Vulkan-related repositories such as 31 [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader), 40 - *install_dir*`/include/vulkan` : The header files found in the [all …]
|
| /external/python/cpython3/Lib/ |
| D | _osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name) 74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None 80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,)) 99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8") 101 # We're on a plain darwin box, fall back to the default 111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2]) 138 # This is needed for higher-level cross-platform tests of get_platform. 160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True) 172 _cache_default_sysroot = line[:-12] [all …]
|
| /external/vulkan-validation-layers/ |
| D | BUILD.md | 8 1. [Contributing](#contributing-to-the-repository) 9 1. [Repository Content](#repository-content) 10 1. [Repository Set-Up](#repository-set-up) 11 1. [Windows Build](#building-on-windows) 12 1. [Linux Build](#building-on-linux) 13 1. [Android Build](#building-on-android) 14 1. [MacOS build](#building-on-macos) 33 - *install_dir*`/lib` : The Vulkan validation layer libraries 34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer 40 ## Repository Set-Up [all …]
|
| /external/skia/infra/bots/gen_tasks_logic/ |
| D | gen_tasks_logic.go | 2 // Use of this source code is governed by a BSD-style license that can be 35 CAS_LOTTIE_CI = "lottie-ci" 36 CAS_LOTTIE_WEB = "lottie-web" 40 CAS_RUN_RECIPE = "run-recipe" 42 CAS_RECREATE_SKPS = "recreate-skps" 43 CAS_SKOTTIE_WASM = "skottie-wasm" 45 CAS_TASK_DRIVERS = "task-drivers" 47 CAS_WASM_GM = "wasm-gm" 48 CAS_WHOLE_REPO = "whole-repo" 50 BUILD_TASK_DRIVERS_PREFIX = "Housekeeper-PerCommit-BuildTaskDrivers" [all …]
|
| /external/libogg/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*- 14 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 50 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 57 # ------------------ 60 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 62 [m4_fatal([Libtool version $1 or higher is required], 68 # ------------------ 79 # ------------------ 88 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 99 _LT_SET_OPTIONS([$0], [$1]) [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 18 DUALCASE=1; export DUALCASE # for MKS sh 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 24 alias -g '${1+"$@"}'='"$@"' 27 case `(set -o) 2>/dev/null` in #( 29 set -o posix ;; #( [all …]
|
| /external/iperf3/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*- 3 # Copyright (C) 1996-2020 Free Software Foundation, Inc. 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 25 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 60 # ------------------ 63 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 65 [m4_fatal([Libtool version $1 or higher is required], 71 # ------------------ 82 # ------------------ 92 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl [all …]
|
| /external/sg3_utils/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 25 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software 61 # ------------------ 64 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 66 [m4_fatal([Libtool version $1 or higher is required], 72 # ------------------ 83 # ------------------ 93 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.8.0a1.rst | 2 .. date: 2019-01-15-18-16-05 4 .. release date: 2019-02-03 7 [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did 10 (TALOS-2018-0758) reported by Colin Read and Nicolas Edet of Cisco. 15 .. date: 2018-11-23-15-00-23 19 The :option:`-I` command line option (run Python in isolated mode) is now 21 spawning child processes. Previously, only :option:`-E` and :option:`-s` 22 options (enabled by :option:`-I`) were copied. 27 .. date: 2018-09-24-18-49-25 33 -E or -I arguments. [all …]
|
| /external/lmfit/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for lmfit 6:1. 5 # Report bugs to <http://apps.jcns.fz-juelich.de/lmfit>. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 18 DUALCASE=1; export DUALCASE # for MKS sh 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 24 alias -g '${1+"$@"}'='"$@"' [all …]
|
| /external/libpng/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <png-mng-implement@lists.sourceforge.net>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 19 DUALCASE=1; export DUALCASE # for MKS sh 21 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( [all …]
|
12