Searched +full:libpython +full:- +full:dev (Results 1 – 25 of 30) sorted by relevance
12
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | Dockerfile.py3 | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 RUN apt-get update && \ 23 apt-get install -y \ 24 build-essential \ 25 software-properties-common \ 26 zlib1g-dev \ 30 apt-get clean 32 RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata 34 RUN dpkg --add-architecture armhf 35 RUN dpkg --add-architecture arm64 [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/install/ |
| D | install_pi_python3x_toolchain.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -x 19 dpkg --add-architecture armhf 20 dpkg --add-architecture arm64 21 debian_codename=$(lsb_release -c | awk '{print $2}') 23 echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ ${debian_codename}-updates main restricted un… 24 echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ ${debian_codename}-security main restricted u… 25 echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ ${debian_codename}-backports main restricted … 26 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#… 27 yes | add-apt-repository ppa:deadsnakes/ppa [all …]
|
| D | install_pi_toolchain.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 dpkg --add-architecture armhf 19 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse'… 20 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse… 21 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multivers… 22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#… 23 apt-get update 24 apt-get install -y libpython-all-dev:armhf 25 apt-get install -y python python-numpy python-dev python-pip
|
| /external/python/cpython3/Misc/ |
| D | python-config.sh.in | 3 # Keep this script in sync with python-config.in 7 …echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--h… 18 RESULT=$(dirname $(cd $(dirname "$1") && pwd -P)) 19 if which readlink >/dev/null 2>&1 ; then 20 if readlink -f "$RESULT" >/dev/null 2>&1; then 21 RESULT=$(readlink -f "$RESULT") 29 # Use sed to fix paths from their built-to locations to their installed-to 44 LIBS="@LIBPYTHON@ @LIBS@ $SYSLIBS" 45 LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} @LIBS@ $SYSLIBS" 55 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" [all …]
|
| /external/python/cpython2/ |
| D | .travis.yml | 6 # To cache doc-building dependencies and C compiler output. 8 - pip 9 - ccache 13 # Use -O3 because we don't use debugger on Travis-CI 14 - CFLAGS="-O3" 18 - master 19 - /^\d\.\d$/ 20 - buildbot-custom 25 - env: OPTIONAL=true 27 - os: linux [all …]
|
| D | configure.ac | 19 # pybuilddir.txt will be created by --generate-posix-vars in the Makefile 20 rm -f pybuilddir.txt 27 if test -z "$PYTHON_FOR_BUILD"; then 29 which $interp >/dev/null 2>&1 || continue 30 …if $interp -c 'import sys;sys.exit(not (sys.version_info@<:@:2@:>@ >= (2,7) and sys.version_info@<… 39 …dir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=$(shell test -f pybuilddir.txt && e… 42 AC_MSG_ERROR([Cross compiling required --host=HOST-TUPLE and --build=ARCH]) 44 PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E' 54 prefix=`echo "$prefix" | sed -e 's/\/$//g'` 73 # with other autoconf-based packages that include Python.h [all …]
|
| D | Makefile.pre.in | 1 # Top-level Makefile for Python 65 # Also, making them read-only seems to be a good idea... 66 INSTALL_SHARED= ${INSTALL} -m 555 79 CPPFLAGS= -I. -IInclude -I$(srcdir)/Include @CPPFLAGS@ 89 PY_CFLAGS= $(CFLAGS) $(CPPFLAGS) $(CFLAGSFORSHARED) -DPy_BUILD_CORE 92 # Machine-dependent subdirectories 98 # Install prefix for architecture-independent files 101 # Install prefix for architecture-dependent files 127 DESTSHARED= $(BINLIBDEST)/lib-dynload 155 # install process. Default to user-only-writable for all file types. [all …]
|
| D | configure | 3 # Guess values for system-dependent variables and create Makefiles. 9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 14 ## -------------------- ## 16 ## -------------------- ## 20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 alias -g '${1+"$@"}'='"$@"' 28 case `(set -o) 2>/dev/null` in #( 30 set -o posix ;; #( 46 if test -z "$BASH_VERSION$ZSH_VERSION" \ [all …]
|
| D | README | 11 Copyright (c) 1995-2001 Corporation for National Research Initiatives. 14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum. 19 ------------------- 35 --------------------------- 41 ------------------------------ 43 Congratulations on getting this far. :-) 54 ---------------------- 56 Python is an interpreted, interactive object-oriented programming 65 ---------------------- 76 ------------- [all …]
|
| /external/python/cpython3/.github/workflows/ |
| D | build.yml | 3 # gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because 5 # mandatory but not scheduled because of "paths-ignore". 10 - 'main' 11 - '3.11' 12 - '3.10' 13 - '3.9' 14 - '3.8' 15 - '3.7' 18 - 'main' 19 - '3.11' [all …]
|
| /external/python/cpython3/ |
| D | configure.ac | 2 dnl * Please run autoreconf -if to test your changes! * 5 dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive. 18 [AC_MSG_ERROR([Please install autoconf-archive package and re-run autoreconf])] 23 [AC_MSG_ERROR([Please install pkgconf's m4 macro package and re-run autoreconf])] 27 dnl - _SAVE_VAR([VAR]) Helper for SAVE_ENV; stores VAR as save_VAR 28 dnl - _RESTORE_VAR([VAR]) Helper for RESTORE_ENV; restores VAR from save_VAR 29 dnl - SAVE_ENV Saves CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 30 dnl - RESTORE_ENV Restores CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 31 dnl - WITH_SAVE_ENV([SCRIPT]) Runs SCRIPT wrapped with SAVE_ENV/RESTORE_ENV 52 dnl PY_CHECK_FUNC(FUNCTION, [INCLUDES], [AC_DEFINE-VAR]) [all …]
|
| D | Makefile.pre.in | 1 # Top-level Makefile for Python 45 LIBPYTHON= @LIBPYTHON@ 74 INSTALL_SHARED= ${INSTALL} -m 755 91 # once Python is installed (bpo-35257) 99 # command line to append to these values without stomping the pre-set 102 PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/internal 106 PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS) 113 # the python executable -- this is only needed for a few systems 120 PY_BUILTIN_MODULE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN 121 PY_CORE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 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 #( 32 set -o posix ;; #( 46 # Quoting is to prevent editors from complaining about space-tab. [all …]
|
| /external/sdv/vsomeip/third_party/boost/optional/.github/workflows/ |
| D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0" 24 os: "ubuntu-16.04" 32 - name: "TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 1" [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/pi/ |
| D | build_raspberry_pi.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -e 23 # To install the cross-compilation support for Python this script needs on Ubuntu Trusty, run 26 # dpkg --add-architecture armhf 28 # echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multivers… 29 # echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiver… 30 # echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multive… 31 # sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu… 32 # apt-get update 33 # apt-get install -y libpython-all-dev:armhf [all …]
|
| /external/sdv/vsomeip/third_party/boost/date_time/.github/workflows/ |
| D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 BOOST_DATE Job 0" 25 packages: "g++-4.8" 27 os: "ubuntu-16.04" [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.11.0a4.rst | 2 .. date: 2022-01-13-17-58-56 4 .. release date: 2022-01-13 16 .. date: 2022-01-11-13-57-00 17 .. nonce: Gd8M-S 25 .. date: 2022-01-11-11-50-19 29 Fix a crash in the parser when retrieving the error text for multi-line 30 f-strings expressions that do not start in the first line of the string. 36 .. date: 2022-01-10-16-21-54 37 .. nonce: h1AC-i 40 Do not set line number of instruction storing doc-string. Fixes regression [all …]
|
| D | 3.8.0a4.rst | 2 .. date: 2019-04-29-15-34-59 4 .. release date: 2019-05-06 7 Fixes mishandling of pre-normalization characters in urlsplit(). 12 .. date: 2019-04-10-08-53-30 13 .. nonce: 51E-DA 16 Address CVE-2019-9740 by disallowing URL paths with embedded whitespace or 24 .. date: 2019-01-17-10-03-48 37 .. date: 2019-04-25-21-02-40 47 .. date: 2019-04-16-11-56-12 48 .. nonce: aeSg-D [all …]
|
| /external/python/cpython3/Doc/howto/ |
| D | instrumentation.rst | 1 .. highlight:: shell-session 14 domain-specific languages allowing a user to write scripts which: 16 - filter which processes are to be observed 17 - gather data from the processes of interest 18 - generate reports on the data 25 .. impl-detail:: 34 --------------------------- 36 macOS comes with built-in support for DTrace. On Linux, in order to 42 $ yum install systemtap-sdt-devel 46 $ sudo apt-get install systemtap-sdt-dev [all …]
|
| /external/cronet/build/ |
| D | install-chroot.sh | 1 #!/bin/bash -e 4 # Use of this source code is governed by a BSD-style license that can be 7 # This script installs Debian-derived distributions in a chroot environment. 11 # Debian-derived system. 17 admin=$(grep '^admin:' /etc/group >&/dev/null && echo admin || echo adm) 20 echo "usage: ${0##*/} [-m mirror] [-g group,...] [-s] [-c]" 21 echo "-b dir additional directories that should be bind mounted," 24 echo "-g group,... groups that can use the chroot unauthenticated" 25 echo " Default: '${admin}' and current user's group ('$(id -gn)')" 26 echo "-l List all installed chroot environments" [all …]
|
| /external/angle/build/ |
| D | install-chroot.sh | 1 #!/bin/bash -e 4 # Use of this source code is governed by a BSD-style license that can be 7 # This script installs Debian-derived distributions in a chroot environment. 11 # Debian-derived system. 17 admin=$(grep '^admin:' /etc/group >&/dev/null && echo admin || echo adm) 20 echo "usage: ${0##*/} [-m mirror] [-g group,...] [-s] [-c]" 21 echo "-b dir additional directories that should be bind mounted," 24 echo "-g group,... groups that can use the chroot unauthenticated" 25 echo " Default: '${admin}' and current user's group ('$(id -gn)')" 26 echo "-l List all installed chroot environments" [all …]
|
| /external/sdv/vsomeip/third_party/boost/phoenix/.github/workflows/ |
| D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc-4.4 CXXSTD=98,0x Job 0" 22 packages: "g++-4.4 ccache" 24 os: "ubuntu-16.04" [all …]
|
| /external/python/setuptools/setuptools/_distutils/command/ |
| D | build_ext.py | 23 # An extension name is just a dot-separated list of Python NAMEs (ie. 24 # the same as a fully-qualified module name). 26 (r'^[a-zA-Z_][a-zA-Z_0-9]*(\.[a-zA-Z_][a-zA-Z_0-9]*)*$') 38 # XXX thoughts on how to deal with complex command-line options like 41 # lists of tuples of what-have-you. 42 # - each command needs a callback to process its command-line options 43 # - Command.__init__() needs access to its share of the whole 46 # - it then calls the current command class' option-parsing 47 # callback to deal with weird options like -D, which have to 50 # - that data structure (in this case, a list of 2-tuples) [all …]
|
| /external/python/cpython2/Doc/howto/ |
| D | webservers.rst | 15 which focuses on user-generated content on web sites. It has always been 33 The Low-Level View 50 directly -- a bridge is needed between the server and the program. These 56 old, now-obsolete interfaces; however, they can often be extended using 57 third-party modules to support newer ones. 61 ------------------------ 66 request. So, every request starts a new Python interpreter -- which takes some 67 time to start up -- thus making the whole interface only usable for low load 70 The upside of CGI is that it is simple -- writing a Python program which uses 84 * :mod:`cgi` -- Handling of user input in CGI scripts [all …]
|
| /external/kmod/ |
| D | NEWS | 4 - Improvements 5 - Stop adding duplicate information on modules.builtin.alias.bin, just use 8 - Speedup depmod, particularly under qemu with emulated arch, by 13 - Add kmod_module_new_from_name_lookup() which allows doing a lookup by 17 - modinfo learned the --modname option to explicitely show information 28 - depmod.conf learned a new "excludedir" directive so distro/user can 32 - Better group modprobe options on help output under "Management, Query and General". 34 - modprobe learned a --wait <MSEC> option to be used together with -r 44 such users. "rmmod" doesn't have a --wait as it remains a bare minimal over 45 the API provided by the kernel. In future the --wait behavior can be added [all …]
|
12