From df08c35288cb321f326c59960d4e8d7e2e12c7fa Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 3 Apr 2018 10:42:32 -0500 Subject: dev-libs/intel-common: drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- dev-libs/intel-common/Manifest | 1 - .../intel-common/intel-common-16.0.2.181.ebuild | 149 --------------------- dev-libs/intel-common/metadata.xml | 1 - 3 files changed, 151 deletions(-) delete mode 100644 dev-libs/intel-common/intel-common-16.0.2.181.ebuild diff --git a/dev-libs/intel-common/Manifest b/dev-libs/intel-common/Manifest index b66533d50..ac43ecaf8 100644 --- a/dev-libs/intel-common/Manifest +++ b/dev-libs/intel-common/Manifest @@ -1,2 +1 @@ -DIST parallel_studio_xe_2016_update2.tgz 4187748625 BLAKE2B 3b8c189de661c84627b08c595ecfbdca252b3bf83fb21e66dbc7a13dc28934ba72bd91e73754628984e5e26efe816b611e7d5220c18ec5e6c91bcd765b6c4213 SHA512 e1d208116ad37752a4fb03cc6aa60d380f70668092280c6de5005895f94d2498501e24d1c06ab3a471ad14fb58acb5b5eb10d2fc6db10e3341f52a6621dd13e4 DIST parallel_studio_xe_2018_update2_professional_edition.tgz 3877755304 BLAKE2B c8852df23abf080f482002a37af7781b3fbae3ecec448914ea5a237fa2b925073d1a3dc2dd94ba64002ff0f6c7e9b18b25fa7ada811a83b10344eb9b92cb37ff SHA512 a9b644b0305d83a9d0daa14d146cb3ce79949db55a410afe48d62259414e6256d9ef533a04bb50807103511db2016c4abcbbf769146854a25638f402a6d0f2be diff --git a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild deleted file mode 100644 index c6f17e064..000000000 --- a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild +++ /dev/null @@ -1,149 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -INTEL_DIST_SKU=8676 -INTEL_DIST_PV=2016_update2 - -inherit intel-sdp-r1 - -DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/" - -IUSE="+compiler doc examples mic mpi openmp l10n_ja" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" -REQUIRED_USE="mic? ( openmp )" - -CHECKREQS_DISK_BUILD=750M - -INTEL_DIST_BIN_RPMS=() -INTEL_DIST_DAT_RPMS=( - "ccompxe-2016.2-062.noarch.rpm" - "comp-l-all-common" - "comp-l-all-vars" - "comp-l-ps-common" - "comp-ps-ss-doc-16.0.2-181.noarch.rpm") -INTEL_DIST_X86_RPMS=( - "comp-l-all-32" - "comp-l-ps-ss-wrapper") -INTEL_DIST_AMD64_RPMS=() - -pkg_setup() { - if use doc; then - INTEL_DIST_DAT_RPMS+=( - "ccompxe-doc-2016.2-062.noarch.rpm") - - if use l10n_ja; then - INTEL_DIST_DAT_RPMS+=( - "comp-ps-doc-jp-16.0.2-181.noarch.rpm") - fi - fi - - if use examples; then - INTEL_DIST_DAT_RPMS+=( - "ccomp-doc-2016.2-062.noarch.rpm") - fi - - if use mpi; then - INTEL_DIST_X86_RPMS+=( - "mpirt-l-ps-181-16.0.2-181.i486.rpm") - INTEL_DIST_AMD64_RPMS+=( - "mpi-psxe-062-5.1.3-062.x86_64.rpm" - "mpi-rt-core-181-5.1.3-181.x86_64.rpm" - "mpi-sdk-core-181-5.1.3-181.x86_64.rpm" - ) - - if use mic; then - INTEL_DIST_AMD64_RPMS+=( - "mpi-rt-mic-181-5.1.3-181.x86_64.rpm" - "mpi-sdk-mic-181-5.1.3-181.x86_64.rpm") - fi - - if use doc; then - INTEL_DIST_AMD64_RPMS+=( - "mpi-doc-5.1.3-181.x86_64.rpm") - fi - fi - - if use openmp; then - INTEL_DIST_BIN_RPMS+=( - "openmp-l-all" - "openmp-l-ps") - INTEL_DIST_AMD64_RPMS+=( - "openmp-l-ps-ss") - - if use mic; then - INTEL_DIST_AMD64_RPMS+=( - "openmp-l-ps-mic") - fi - - if use compiler; then - INTEL_DIST_BIN_RPMS+=( - "openmp-l-all-devel") - INTEL_DIST_AMD64_RPMS+=( - "openmp-l-ps-devel" - "openmp-l-ps-ss-devel") - - if use l10n_ja; then - INTEL_DIST_AMD64_RPMS+=( - "openmp-l-ps-devel-jp") - - if use mic; then - INTEL_DIST_AMD64_RPMS+=( - "openmp-l-ps-mic-devel-jp") - fi - fi - - if use mic; then - INTEL_DIST_AMD64_RPMS+=( - "openmp-l-ps-mic-devel") - fi - fi - - if use l10n_ja; then - INTEL_DIST_X86_RPMS+=( - "openmp-l-ps-jp") - fi - fi - - if use compiler; then - INTEL_DIST_BIN_RPMS+=( - "comp-l-all-devel" - "comp-l-ps-ss-devel") - INTEL_DIST_AMD64_RPMS+=( - "comp-l-ps-devel") - fi -} - -src_install() { - intel-sdp-r1_src_install - local path rootpath ldpath arch fenv=35intelsdp - cat > ${fenv} <<-EOF - NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N - INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses - EOF - for arch in $(isdp_get-sdp-installed-arches); do - path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}" - rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/bin/${arch}" - ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/compiler/lib/${arch}" - done - if use mpi && use amd64; then - path="${path}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/" - rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/" - ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/lib/" - fi - cat >> ${fenv} <<-EOF - PATH=${path#:} - ROOTPATH=${rootpath#:} - LDPATH=${ldpath#:} - EOF - - doenvd ${fenv} - - cat >> "${T}"/40-${PN} <<- EOF - SEARCH_DIRS_MASK=$(isdp_get-sdp-edir) - EOF - insinto /etc/revdep-rebuild/ - doins "${T}"/40-${PN} -} diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml index 8ed1d66f0..026b5a33d 100644 --- a/dev-libs/intel-common/metadata.xml +++ b/dev-libs/intel-common/metadata.xml @@ -11,6 +11,5 @@ compilers and libraries. Probably useless if installed standalone. Install the libraries needed for the icc and ifort compilers - Install the libraries needed for supporting Intel Many Integrated Core (Xeon Phi) -- cgit v1.2.3-65-gdbad