Searched +full:base +full:- +full:devel (Results 1 – 25 of 191) sorted by relevance
12345678
| /external/e2fsprogs/debian/attic/libs/ |
| D | control | 2 Section: base 5 Standards-Version: 2.4.0.0 10 Conflicts: e2fsprogsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1) 23 Conflicts: e2fsprogs (<< 1.10-6), comerr2 25 Description: The Common Error Description library - shared libraries. 26 libcomerr is an attempt to present a common error-handling mechanism to 30 It is mainly used by the EXT2-filesystem tools. 34 Conflicts: e2fsprogs (<< 1.10-6), ss2 36 Description: "Sub-System" library for simple command-line interface parsing - shared libs 37 This package contains the shared libs to support command-line [all …]
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/ |
| D | centos-8-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ [all …]
|
| D | redhat-8-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM registry.access.redhat.com/ubi8/ubi:${REDHAT_VERSION} AS base 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ [all …]
|
| D | centos-7-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ [all …]
|
| D | redhat-8-devel-mpich-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM registry.access.redhat.com/ubi8/ubi:${REDHAT_VERSION} AS base 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ [all …]
|
| D | centos-8-devel-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ [all …]
|
| D | redhat-8-devel-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM registry.access.redhat.com/ubi8/ubi:${REDHAT_VERSION} AS base 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ [all …]
|
| D | centos-7-devel-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ [all …]
|
| D | centos-8-devel-mpi-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ [all …]
|
| D | redhat-8-devel-mpi-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM registry.access.redhat.com/ubi8/ubi:${REDHAT_VERSION} AS base 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ [all …]
|
| D | centos-7-devel-mpi-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ [all …]
|
| D | centos-8-devel-mpich-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ [all …]
|
| D | centos-7-devel-mpich-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ [all …]
|
| D | centos-8-devel-mpi-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ [all …]
|
| D | redhat-8-devel-mpi-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM registry.access.redhat.com/ubi8/ubi:${REDHAT_VERSION} AS base 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ [all …]
|
| D | centos-7-devel-mpi-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ [all …]
|
| D | centos-8-devel-mpich-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ [all …]
|
| D | redhat-8-devel-mpich-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM registry.access.redhat.com/ubi8/ubi:${REDHAT_VERSION} AS base 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ [all …]
|
| D | centos-7-devel-mpich-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 FROM centos:${CENTOS_VERSION} AS base 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ [all …]
|
| /external/toolchain-utils/pgo_tools/ |
| D | pgo_tools.py | 2 # Use of this source code is governed by a BSD-style license that can be 29 ) -> subprocess.CompletedProcess: 47 encoding="utf-8", 54 def installed_llvm_has_pgo_generate_enabled() -> bool: 55 """Returns whether the currently-installed LLVM has USE=pgo_generate.""" 57 ["equery", "--no-color", "--no-pipe", "u", "sys-devel/llvm"], 65 r = re.compile(r"^ [+-] ([+-]) llvm_pgo_generate\s", re.MULTILINE) 69 "No llvm_pgo_generate line found in USE for sys-devel/llvm" 74 "Multiple llvm_pgo_generate line found in USE for sys-devel/llvm" 80 def quickpkg_llvm() -> Path: [all …]
|
| /external/selinux/python/sepolicy/sepolicy/templates/ |
| D | spec.py | 14 Group: System Environment/Base 23 Requires: policycoreutils, libselinux-utils 24 Requires(post): selinux-policy-base >= %{selinux_policyver}, policycoreutils 35 install -d %{buildroot}%{_datadir}/selinux/packages 36 install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/selinux/packages 37 install -d %{buildroot}%{_datadir}/selinux/devel/include/contrib 38 install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/selinux/devel/include/contrib/ 39 install -d %{buildroot}%{_mandir}/man8/ 40 install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/DOMAINNAME_selinux.8 41 install -d %{buildroot}/etc/selinux/targeted/contexts/users/ [all …]
|
| /external/bcc/ |
| D | INSTALL.md | 3 * [Kernel Configuration](#kernel-configuration) 5 - [Debian](#debian---binary) 6 - [Ubuntu](#ubuntu---binary) 7 - [Fedora](#fedora---binary) 8 - [Arch](#arch---binary) 9 - [Gentoo](#gentoo---portage) 10 - [openSUSE](#opensuse---binary) 11 - [RHEL](#rhel---binary) 12 - [Amazon Linux 1](#amazon-linux-1---binary) 13 - [Amazon Linux 2](#amazon-linux-2---binary) [all …]
|
| /external/libxml2/test/relaxng/ |
| D | comps_0.xml | 3 <!-- <meta> --> 4 <!-- Meta information will go here eventually --> 5 <!-- </meta> --> 69 <packagereq type="mandatory">redhat-logos</packagereq> 70 <packagereq type="mandatory">redhat-release</packagereq> 78 <packagereq type="mandatory">util-linux</packagereq> 79 <packagereq type="mandatory">vim-minimal</packagereq> 80 <!-- the following are needed for anaconda post-install bits --> 85 <packagereq type="mandatory">shadow-utils</packagereq> 90 <id>base</id> [all …]
|
| /external/oss-fuzz/projects/clamav/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y \ 20 python3-dev \ 21 pkg-config 26 RUN python3 -m pip install mussels 27 RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-mussels-cookbook.git 30 RUN cd ${SRC}/clamav-mussels-cookbook && \ 31 msl build libclamav_deps -t host-static -w /mussels/work -i /mussels/install 34 RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-devel.git [all …]
|
12345678