Searched refs:libpython (Results 1 – 25 of 43) sorted by relevance
12
| /external/bazelbuild-rules_rust/test/unit/versioned_libs/ |
| D | versioned_libs_unit_test.bzl | 11 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.dylib"))) 12 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.so"))) 13 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.a"))) 25 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.so.3"))) 26 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.so.3.8"))) 27 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.so.3.8.0"))) 28 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.a.3"))) 29 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.a.3.8"))) 30 asserts.equals(env, "python", get_lib_name_default(struct(basename = "libpython.a.3.8.0"))) 31 …asserts.equals(env, "python-3.8.0", get_lib_name_default(struct(basename = "libpython-3.8.0.so.3.8…
|
| /external/python/cpython2/ |
| D | .gitignore | 70 libpython*.a 71 libpython*.so* 72 libpython*.dylib 73 libpython*.dll
|
| D | .bzrignore | 16 libpython*.a 17 libpython*.so*
|
| D | Makefile.pre.in | 542 libpython$(VERSION).so: $(LIBRARY_OBJS) 550 libpython$(VERSION).dylib: $(LIBRARY_OBJS) 551 …le $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib … 554 libpython$(VERSION).sl: $(LIBRARY_OBJS) 564 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py 592 $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS) 1317 …ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(V… 1318 …ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(V… 1319 ln -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(VERSION).dylib"
|
| D | configure.ac | 781 LIBRARY='libpython$(VERSION).a' 914 LDLIBRARY='libpython$(VERSION).so' 917 LDLIBRARY='libpython$(VERSION).dll.a' 918 DLLLIBRARY='libpython$(VERSION).dll' 921 LDLIBRARY='libpython$(VERSION).so' 927 LDLIBRARY='libpython$(VERSION).so' 940 LDLIBRARY='libpython$(VERSION).so' 943 LDLIBRARY='libpython$(VERSION).sl' 950 LDLIBRARY='libpython$(VERSION).so' 955 LDLIBRARY='libpython$(VERSION).so' [all …]
|
| /external/python/cpython3/Misc/ |
| D | python-config.in | 55 libpython = getvar('LIBPYTHON') 56 if libpython: 57 libs.append(libpython)
|
| D | gdbinit | 15 # See Tools/gdb/libpython.py and http://bugs.python.org/issue8032.
|
| /external/python/cpython3/kokoro/ |
| D | build.py | 95 libpython = 'libpython3.11.dylib' 98 libpython], 100 subprocess.check_call(['install_name_tool', '-id', '@rpath/' + libpython, 101 libpython], cwd=build_dir)
|
| /external/python/setuptools/setuptools/_distutils/ |
| D | sysconfig.py | 134 def _posix_lib(standard_lib, libpython, early_prefix, prefix): argument 136 return libpython 138 return os.path.join(libpython, "site-packages") 181 libpython = os.path.join(prefix, libdir, 183 return _posix_lib(standard_lib, libpython, early_prefix, prefix)
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | Dockerfile.py3 | 43 libpython$PYTHON_VERSION-dev \ 44 libpython$PYTHON_VERSION-dev:armhf \ 45 libpython$PYTHON_VERSION-dev:arm64
|
| /external/tensorflow/tensorflow/tools/ci_build/install/ |
| D | install_pi_python3x_toolchain.sh | 33 apt-get install -y libpython${PYTHON_VERSION}-dev:armhf 34 apt-get install -y libpython${PYTHON_VERSION}-dev:arm64
|
| D | install_pi_toolchain.sh | 24 apt-get install -y libpython-all-dev:armhf
|
| /external/python/cpython3/Lib/distutils/ |
| D | sysconfig.py | 332 libpython = os.path.join(prefix, libdir, 335 return libpython 337 return os.path.join(libpython, "site-packages")
|
| /external/python/cpython2/Lib/distutils/ |
| D | sysconfig.py | 122 libpython = os.path.join(prefix, 125 return libpython 127 return os.path.join(libpython, "site-packages")
|
| /external/bazelbuild-rules_python/python/ |
| D | repositories.bzl | 209 # Unused shared libraries. `python` executable and the `:libpython` target 210 # depend on `libpython{python_version}.so.1.0`. 211 "lib/libpython{python_version}.so".format(python_version = python_short_version), 312 name = "libpython", 316 "@platforms//os:macos": ["lib/libpython{python_version}.dylib"], 317 …"@platforms//os:linux": ["lib/libpython{python_version}.so", "lib/libpython{python_version}.so.1.0…
|
| /external/python/cpython2/Demo/embed/ |
| D | Makefile | 22 LIBPYTHON= $(blddir)/libpython$(VERSION).a
|
| /external/python/cpython3/Doc/using/ |
| D | configure.rst | 226 Disable also semantic interposition in libpython if ``--enable-shared`` and 403 Enable building a shared Python library: ``libpython`` (default is no). 405 .. cmdoption:: --without-static-libpython 623 * A static ``libpython`` library (``.a``) is created from objects files. 624 * ``python.o`` and the static ``libpython`` library are linked into the 928 Command to build ``libpython`` shared library.
|
| /external/bazelbuild-rules_python/python/private/ |
| D | toolchains_repo.bzl | 163 alias(name = "libpython", actual = select({{":" + item: "@{py_repository}_" + item + "//:libp…
|
| /external/python/cpython3/ |
| D | Makefile.pre.in | 752 libpython$(LDVERSION).so: $(LIBRARY_OBJS) $(DTRACE_OBJS) 760 libpython3.so: libpython$(LDVERSION).so 763 libpython$(LDVERSION).dylib: $(LIBRARY_OBJS) 764 …CORE_LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(LDVERSION).dyli… 767 libpython$(VERSION).sl: $(LIBRARY_OBJS) 781 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py 809 $(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS) 1208 …abidw "libpython$(LDVERSION).so" --no-architecture --out-file $(srcdir)/Doc/data/python$(LDVERSION… 1212 …abidiff $(srcdir)/Doc/data/python$(LDVERSION).abi "libpython$(LDVERSION).so" --drop-private-types … 2320 $(LN) -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(LIBPL)/libpython$(LDVERSION).a" [all …]
|
| D | configure.ac | 1312 LIBRARY='libpython$(VERSION)$(ABIFLAGS).a' 1415 # --with-static-libpython 1417 AC_MSG_CHECKING(for --with-static-libpython) 1418 AC_ARG_WITH(static-libpython, 1419 AS_HELP_STRING([--without-static-libpython], 1475 LDLIBRARY='libpython$(LDVERSION).dll.a' 1476 DLLLIBRARY='libpython$(LDVERSION).dll' 1479 LDLIBRARY='libpython$(LDVERSION).so' 1489 LDLIBRARY='libpython$(LDVERSION).so' 1501 LDLIBRARY='libpython$(LDVERSION).so' [all …]
|
| /external/python/cpython2/Misc/ |
| D | gdbinit | 15 # See Tools/gdb/libpython.py and http://bugs.python.org/issue8032.
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.11.0a4.rst | 986 When Python is configured with :option:`--without-static-libpython`, the 987 Python static library (libpython.a) is no longer built. Patch by Victor 999 Python static library (libpython.a), to make sure that all symbols are
|
| D | 3.8.0a4.rst | 1055 On Unix, C extensions are no longer linked to libpython except on Android 1061 When Python is embedded, ``libpython`` must not be loaded with 1064 not linked to ``libpython``, such as C extensions of the standard library
|
| /external/cronet/build/ |
| D | install-chroot.sh | 699 for i in libbfd libpython; do
|
| /external/angle/build/ |
| D | install-chroot.sh | 693 for i in libbfd libpython; do
|
12