Home
last modified time | relevance | path

Searched +full:install +full:- +full:classic (Results 1 – 25 of 84) sorted by relevance

1234

/external/python/pybind11/.github/
DCONTRIBUTING.md12 question, it's essential that you submit a self-contained and minimal piece of
28 * Add tests for any new functionality and run the test suite (`cmake --build
29 build --target pytest`) to ensure that no existing features break.
30 * Please run [`pre-commit`][pre-commit] to check your code matches the
31 project style. (Note that `gawk` is required.) Use `pre-commit run
32 --all-files` before committing (or use installed-mode, check pre-commit docs)
39 pybind11 is provided under a BSD-style license that can be found in the
48 hereby grant the following license: a non-exclusive, royalty-free perpetual
49 license to install, use, modify, prepare derivative works, incorporate into
60 python3 -m venv venv
[all …]
/external/python/cpython3/Mac/
DMakefile.in37 # Items more-or-less copied from the main Makefile
40 INSTALL=@INSTALL@
41 INSTALL_SYMLINK=ln -fsn
46 STRIPFLAG=-s
56 # Install unix tools in /usr/local/bin. These are just aliases for the
60 if [ ! -d "$(DESTDIR)$(FRAMEWORKUNIXTOOLSPREFIX)/bin" ]; then \
61 $(INSTALL) -d -m $(DIRMODE) "$(DESTDIR)$(FRAMEWORKUNIXTOOLSPREFIX)/bin" ;\
69 python3-config \
72 rm -f $${fn} ; \
73 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
[all …]
DREADME.rst6 Jack Jansen (2004-07),
7 Ronald Oussoren (2010-04),
8 Ned Deily (2012-06)
16 * ``--enable-framework[=DIR]``
19 than a traditional Unix install. See the section
20 _`Building and using a framework-based Python on macOS` for more
24 into that directory. This can be used to install a python framework into
27 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks
28 $ make && make install
30 This will install the framework itself in ``/Users/ronald/Library/Frameworks``,
[all …]
/external/mesa3d/docs/relnotes/
D8.0.rst12 See the :doc:`Compiling/Installing page <../install>` for
16 -------------
20 3516fea6c28ce4a0fa9759e4894729a1 MesaLib-8.0.tar.gz
21 1a5668fe72651a670611164cefc703b2 MesaLib-8.0.tar.bz2
22 66f5a01a85530a91472a3acceb556db8 MesaLib-8.0.zip
25 ------------
27 - GL_ARB_ES2_compatibility (r300g, r600g)
28 - GL_ARB_depth_buffer_float (r600g)
29 - GL_ARB_vertex_type_2_10_10_10_rev (r600g)
30 - GL_ARB_texture_storage (gallium drivers and swrast)
[all …]
/external/freetype/docs/
DINSTALL.MAC1 Please follow the instructions in INSTALL.UNIX to install FreeType on
15 environment variable or pass `-mmacosx-version-min' to gcc. You
25 Alternatively, you could pass `-mmacosx-version-min=10.2' to gcc.
32 For classic Mac OS (Mac OS 7, 8, 9) please refer to builds/mac/README.
/external/python/pybind11/docs/
Dcompiling.rst6 .. _build-setuptools:
23 users to install pybind11 beforehand (bad), you can use
24 :ref:`setup_helpers-pep518` (good, but very new and requires Pip 10),
25 :ref:`setup_helpers-setup_requires` (discouraged by Python packagers now that
27 :ref:`setup_helpers-copy-manually` (always works but you have to manually sync
32 .. code-block:: python
54 .. code-block:: python
73 Since pybind11 does not require NumPy when building, a light-weight replacement
76 .. code-block:: python
81 ParallelCompile("NPY_NUM_BUILD_JOBS").install()
[all …]
/external/python/cpython2/Mac/IDLE/
DMakefile.in25 BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py
31 install: IDLE.app
32 test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)"
33 -test -d "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app"
34 /bin/cp -PR IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"
36 if [ -f "$(DESTDIR)$(LIBDEST)/idlelib/config-main.def" ]; then \
37 /bin/cp -p "$(DESTDIR)$(LIBDEST)/idlelib/config-main.def" \
38 "$(DESTDIR)$(LIBDEST)/idlelib/config-main.def~" ; \
39 sed -e 's!name= IDLE Classic Windows!name= IDLE Classic OSX!g' \
40 < "$(DESTDIR)$(LIBDEST)/idlelib/config-main.def~" \
[all …]
/external/libogg/
DREADME5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
16 (eg, the modules vorbis, vorbis-tools and vorbis-plugins for the Vorbis
21 ./src The source for libogg, a BSD-license inplementation of
32 ./macos Classic MacOS 9 projects and build automation
49 pre-built utilities may be found there.
60 make install
62 This will install the Ogg libraries (static and shared) into
72 make install
79 rpm -ta libogg-<version>.tar.gz
[all …]
/external/mesa3d/docs/
Dfaq.rst6 1. High-level Questions and Answers
7 -----------------------------------
12 Mesa is an open-source implementation of the OpenGL specification.
20 --------------------------------------------
22 Yes. Specifically, Mesa serves as the OpenGL core for the open-source
25 - See the `DRI website <https://dri.freedesktop.org/>`__ for more
27 - See `01.org <https://01.org/linuxgraphics>`__ for more information
29 - See `nouveau.freedesktop.org <https://nouveau.freedesktop.org>`__ for
31 - See
36 ---------------------------------------
[all …]
Degl.rst16 ---------
21 .. code-block:: console
24 -D egl=true \
25 -D gles1=true \
26 -D gles2=true \
27 -D dri-drivers=... \
28 -D gallium-drivers=...
32 last two options enables the listed classic and Gallium drivers
35 #. Build and install Mesa as usual.
37 In the given example, it will build and install ``libEGL``, ``libGL``,
[all …]
/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]
/external/python/pybind11/tools/
Dpybind11Config.cmake.in45 Advanced targets are also supplied - these are primary for users building
66 There are two modes provided; classic, which is built on the old Python
77 .. code-block:: cmake
96 Classic mode
102 .. code-block:: cmake
138 .. code-block:: cmake
162 .. code-block:: cmake
171 .. code-block:: cmake
181 .. code-block:: cmake
188 result once a valid install is found.
[all …]
/external/python/pybind11/
D.pre-commit-config.yaml3 # pre-commit run -a
7 # pre-commit install # (runs every time you commit in git)
11 # pre-commit autoupdate
13 # See https://github.com/pre-commit/pre-commit
17 - repo: https://github.com/pre-commit/pre-commit-hooks
20 - id: check-added-large-files
21 - id: check-case-conflict
22 - id: check-merge-conflict
23 - id: check-symlinks
24 - id: check-yaml
[all …]
/external/pigweed/pw_env_setup/
Ddocs.rst1 .. _module-pw_env_setup:
3 ------------
5 ------------
6 A classic problem in the embedded space is reducing the time from git clone
8 of tools is needed for non-trivial production embedded projects. For example:
10 - A C++ compiler for your target device, and also for your host
11 - A build system or three; for example, GN, Ninja, CMake, Bazel
12 - A code formatting program like clang-format
13 - A debugger like OpenOCD to flash and debug your embedded device
14 - A known Python version with known modules installed for scripting
[all …]
/external/slf4j/slf4j-site/src/site/pages/
Dmanual.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
14 <script type="text/javascript" src="js/jquery-min.js"></script>
27 java.util.logging, logback and log4j. SLF4J allows the end-user to
29 Note that SLF4J-enabling your library/application implies the
31 <em>slf4j-api-${project.version}.jar</em>.</p>
34 class path, then SLF4J will default to a no-operation
48 no-ifs-or-buts compatible with SLF4J version 1.6.x.
85 <em>slf4j-api-${project.version}.jar</em> to your class path.</p>
[all …]
/external/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
31 'android-stub',
34 description : 'Build against android-stub',
45 'dri-drivers',
52 'dri-drivers-path',
55 description : 'Location to install dri drivers. Default: $libdir/dri.'
58 'dri-search-path',
61 …: 'Locations to search for dri drivers, passed as colon separated list. Default: dri-drivers-path.'
64 'gallium-drivers',
75 'gallium-extra-hud',
[all …]
D.gitlab-ci.yml3 CI_PRE_CLONE_SCRIPT: |-
4 set -o xtrace
5 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | s…
9 - project: 'freedesktop/ci-templates'
10 ref: &ci-templates-sha 52dd4a94044449c8481d18dcdc221a3c636366d2
12 - project: 'freedesktop/ci-templates'
13 ref: *ci-templates-sha
15 - local: '.gitlab-ci/lava-gitlab-ci.yml'
16 - local: '.gitlab-ci/test-source-dep.yml'
19 - container
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.cpp2 // Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
4 // Copyright (C) 2015-2018 Google, Inc.
43 terms, please do not use, install, modify or redistribute this NVIDIA
47 subject to these terms, NVIDIA grants you a personal, non-exclusive
66 NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
98 strtodStream.imbue(std::locale::classic()); in TPpContext()
/external/python/cpython2/Mac/
DREADME6 Jack Jansen (2004-07),
7 Ronald Oussoren (2010-04),
8 Ned Deily (2014-05)
18 * ``--enable-framework[=DIR]``
21 than a traditional Unix install. See the section
22 _`Building and using a framework-based Python on Mac OS X` for more
26 into that directory. This can be used to install a python framework into
29 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks
30 $ make && make install
32 This will install the framework itself in ``/Users/ronald/Library/Frameworks``,
[all …]
/external/python/cpython3/Lib/idlelib/
DNEWS2x.txt3 *Release date: XX-XXX-2010*
5 - idle.py modified and simplified to better support developing experimental
8 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
11 - Windows: Version string for the .chm help file changed, file not being
14 - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
18 - Remove port spec from run.py and fix bug where subprocess fails to
21 - Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
24 - Issue #3549: On MacOS the preferences menu was not present
26 - IDLE would print a "Unhandled server exception!" message when internal
29 - Issue #4455: IDLE failed to display the windows list when two windows have
[all …]
Dconfig.py1 """idlelib.config -- Manage IDLE configuration information.
3 The comments at the beginning of config-main.def describe the
11 database keys are tuples (config-type, section, item). As implemented,
13 config-type keys 'main', 'extensions', 'highlight', and 'keys'. The
45 cfgFile - string, fully specified configuration file name
148 Default config files, self.defaultCfg --
150 (idle install dir)/config-{config-type}.def
152 User config files, self.userCfg --
154 (user home dir)/.idlerc/config-{config-type}.cfg
174 os.path.join(idledir, f'config-{cfg_type}.def'))
[all …]
/external/python/cpython3/Doc/library/
Dgettext.rst1 :mod:`gettext` --- Multilingual internationalization services
12 --------------
16 GNU :program:`gettext` message catalog API and a higher level, class-based API that may
26 --------------------------
34 class-based API instead.
56 .. deprecated-removed:: 3.8 3.10
128 it's possible that you may get unexpected Unicode-related exceptions
131 .. deprecated-removed:: 3.8 3.10
147 Class-based API
148 ---------------
[all …]
/external/python/cpython2/Doc/library/
Dgettext.rst1 :mod:`gettext` --- Multilingual internationalization services
11 --------------
15 GNU ``gettext`` message catalog API and a higher level, class-based API that may
25 --------------------------
33 class-based API instead.
147 Class-based API
148 ---------------
150 The class-based API of the :mod:`gettext` module gives you more flexibility and
154 files, and has methods for returning either standard 8-bit strings or Unicode
155 strings. Instances of this "translations" class can also install themselves in
[all …]
/external/python/cpython2/Lib/idlelib/
DNEWS.txt3 *Release date: 2017-01-01?*
5 - Issue #27854: Make Help => IDLE Help work again on Windows.
8 - Issue #25507: Add back import needed for 2.x encoding warning box.
11 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
14 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
16 - Issue #17642: add larger font sizes for classroom projection.
18 - Add version to title of IDLE help window.
20 - Issue #25564: In section on IDLE -- console differences, mention that
23 - Issue #27714: text_textview and test_autocomplete now pass when re-run
25 -w option but without -jn. Fix warning from test_config.
[all …]
DconfigHandler.py3 Refer to the comments at the beginning of config-main.def for a description of
40 cfgFile - string, fully specified configuration file name
147 Default config files, self.defaultCfg --
149 (idle install dir)/config-{config-type}.def
151 User config files, self.userCfg --
153 (user home dir)/.idlerc/config-{config-type}.cfg
166 #build idle install path
178 idleDir, 'config-' + cfgType + '.def')
180 userDir, 'config-' + cfgType + '.cfg')
234 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
[all …]

1234