From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQI31-0001Ix-Jw for garchives@archives.gentoo.org; Sat, 28 May 2011 11:51:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F2111C074; Sat, 28 May 2011 11:51:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB22C1C074 for ; Sat, 28 May 2011 11:51:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B7571B4016 for ; Sat, 28 May 2011 11:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BE1B88050A for ; Sat, 28 May 2011 11:50:59 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <929bcb5e9d44ca0ad2ec26aa16c4f6b54267515b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/intel-common/ChangeLog dev-libs/intel-common/intel-common-12.0.4.191.ebuild X-VCS-Directories: dev-libs/intel-common/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 929bcb5e9d44ca0ad2ec26aa16c4f6b54267515b Date: Sat, 28 May 2011 11:50:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 10d5f81a326257cf709a026d473cc390 commit: 929bcb5e9d44ca0ad2ec26aa16c4f6b54267515b Author: Justin Lecher gentoo org> AuthorDate: Sat May 28 11:38:00 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat May 28 11:38:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D929bcb5e Version Bump (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-libs/intel-common/ChangeLog | 5 ++ .../intel-common/intel-common-12.0.4.191.ebuild | 63 ++++++++++++++= ++++++ 2 files changed, 68 insertions(+), 0 deletions(-) diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/Chan= geLog index afd86bd..061ef26 100644 --- a/dev-libs/intel-common/ChangeLog +++ b/dev-libs/intel-common/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*intel-common-12.0.4.191 (28 May 2011) + + 28 May 2011; Justin Lecher +intel-common-12.0.4.191.= ebuild: + Version Bump + 28 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: Sandbox fix =20 diff --git a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild b/dev-l= ibs/intel-common/intel-common-12.0.4.191.ebuild new file mode 100644 index 0000000..6e4f0d6 --- /dev/null +++ b/dev-libs/intel-common/intel-common-12.0.4.191.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 +INTEL_DPN=3Dparallel_studio_xe +INTEL_DID=3D2158 +INTEL_DPV=3D2011_update2 +INTEL_SUBDIR=3Dcomposerxe + +inherit intel-sdp + +DESCRIPTION=3D"Common libraries and utilities needed for Intel compilers= and libraries" +HOMEPAGE=3D"http://software.intel.com/en-us/articles/intel-compilers/" + +IUSE=3D"+compiler" + +QA_PREBUILT=3D" + ${INTEL_SDP_DIR}/compiler/lib/*/* + ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/* + ${INTEL_SDP_DIR}/bin/*/*" + +QA_PRESTRIPPED=3D" + ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so + ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.* + ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*" + +CHECKREQS_DISK_BUILD=3D256 + +pkg_setup() { + einfo ${INTEL_SDP_DIR} + INTEL_BIN_RPMS=3D"openmp openmp-devel" + INTEL_DAT_RPMS=3D"compilerpro-common" + if use compiler; then + INTEL_BIN_RPMS=3D"${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-de= vel" + INTEL_DAT_RPMS=3D"${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-com= mon" + fi + intel-sdp_pkg_setup +} + +src_install() { + intel-sdp_src_install + local path rootpath ldpath arch fenv=3D35intelsdp + cat > ${fenv} <<-EOF + NLSPATH=3D${INTEL_SDP_EDIR}/lib/locale/en_US/%N + MANPATH=3D${INTEL_SDP_EDIR}/man/en_US + INTEL_LICENSE_FILE=3D${EPREFIX}/opt/intel/licenses + EOF + for arch in ${INTEL_ARCH}; do + path=3D${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/= bin/${arch} + rootpath=3D${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR= }/mpirt/bin/${arch} + ldpath=3D${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP= _EDIR}/mpirt/lib/${arch} + done + cat >> ${fenv} <<-EOF + PATH=3D${path#:} + ROOTPATH=3D${rootpath#:} + LDPATH=3D${ldpath#:} + EOF + doenvd ${fenv} || die + + dodir /opt/intel/licenses + keepdir /opt/intel/licenses +}