From 91c7f185be95333d9a0aa5b9d37f862b8344e81a Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Tue, 17 May 2011 19:23:50 +0100 Subject: move icc,idb,ifc from my overlay --- dev-lang/ifc/ChangeLog | 11 +++++++++++ dev-lang/ifc/Manifest | 6 ++++++ dev-lang/ifc/ifc-12.0.2.137.ebuild | 30 ++++++++++++++++++++++++++++++ dev-lang/ifc/metadata.xml | 15 +++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 dev-lang/ifc/ChangeLog create mode 100644 dev-lang/ifc/Manifest create mode 100644 dev-lang/ifc/ifc-12.0.2.137.ebuild create mode 100644 dev-lang/ifc/metadata.xml (limited to 'dev-lang/ifc') diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog new file mode 100644 index 000000000..c6cecc941 --- /dev/null +++ b/dev-lang/ifc/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-lang/ifc +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 23 Feb 2011; Sébastien Fabbro ifc-12.0.2.137.ebuild: + Bump + + 03 Dec 2010; Sébastien Fabbro ifc-12.0.0.084.ebuild, + +metadata.xml: + Version bump and with newly factored ebuilds + diff --git a/dev-lang/ifc/Manifest b/dev-lang/ifc/Manifest new file mode 100644 index 000000000..6b6a083f1 --- /dev/null +++ b/dev-lang/ifc/Manifest @@ -0,0 +1,6 @@ +DIST parallel_studio_xe_2011_update1.tgz 1560496278 RMD160 95e074e63c803a4a325edefeca6b03e8aff4ec42 SHA1 b5da44dd6d4ee7eba606b724f2350855facf27ad SHA256 ac6f29355881ab61ff9fbdb72923934a331a2bdd8a7856f6f3c207df8c4fa608 +DIST parallel_studio_xe_2011_update1_ia32.tgz 809416643 RMD160 2d22c4448b1bd6087b911aa7033401aa98693a59 SHA1 f0e2d17d818ff5cacb088d8df9eba986651aaeac SHA256 c14962999408913f4d9c614153047315b3f645fb340c98af7bc30c8b35ef85ec +DIST parallel_studio_xe_2011_update1_intel64.tgz 958969597 RMD160 1b8839ead6abe50b30b59a2e57ef7b24bf3dcb66 SHA1 3bdf92e4e818390b41dda3962338481409dd4002 SHA256 2a76006134cb622e2d80bbd17a79454100c3a066228b82b4d27971252eea49a7 +EBUILD ifc-12.0.2.137.ebuild 740 RMD160 b75f4b3f487bbb095fb4434ce6c93da098596d28 SHA1 ae0ada10f50754081cf3b14ed56f2a7410538840 SHA256 031cf28a6e902a8fd081acc8aee194d229076b3d2807a30c3480aaf88f459abe +MISC ChangeLog 342 RMD160 bd759ecb85bf4b7360f6ffe80f44763e28d9ff6e SHA1 54e90b9d1102cd8665e5306b253437fb8e8351d7 SHA256 6e5b7f409647fdba1fc778d7eee5f5a008515f6fc9b11b59d4b6dd951b8363bc +MISC metadata.xml 670 RMD160 223c948cfc659bc5901c225f862101004d15158f SHA1 d9209433d0b03097d730b506670865b52e7faa98 SHA256 287008ab985b4c8ca6724ea5f66f1cc70f1d235ca34afc4ff67fc6936ebef849 diff --git a/dev-lang/ifc/ifc-12.0.2.137.ebuild b/dev-lang/ifc/ifc-12.0.2.137.ebuild new file mode 100644 index 000000000..d33ebd29a --- /dev/null +++ b/dev-lang/ifc/ifc-12.0.2.137.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 +INTEL_DPN=parallel_studio_xe +INTEL_DID=2065 +INTEL_DPV=2011_update1 +INTEL_SUBDIR=composerxe + +inherit intel-sdp + +DESCRIPTION="Intel FORTRAN Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE="" +RDEPEND="~dev-libs/intel-common-${PV}[compiler]" +DEPEND="${RDEPEND}" + +QA_PREBUILT=" + ${INTEL_SDP_DIR}/bin/*/* + ${INTEL_SDP_DIR}/compiler/lib/*/* + ${INTEL_SDP_DIR}/mpirt/bin/*/* + ${INTEL_SDP_DIR}/mpirt/lib/*/*" +QA_PRESTRIPPED="${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so" + +CHECKREQS_DISK_BUILD=256 + +INTEL_BIN_RPMS="compilerprof compilerprof-devel" +INTEL_DAT_RPMS="compilerprof-common" diff --git a/dev-lang/ifc/metadata.xml b/dev-lang/ifc/metadata.xml new file mode 100644 index 000000000..629ccd6ce --- /dev/null +++ b/dev-lang/ifc/metadata.xml @@ -0,0 +1,15 @@ + + + + +sci + + The Intel® Fortran Compiler is a full featured FORTRAN 77/95 and + substantial FORTRAN 2003 compiler for Intel based architectures. The + compiler supports multi-threading with automatic processor dispatch, + vectorization, auto-parallelization, OpenMP, data prefetching, loop + unrolling. The package comes with extensive documentation. + The product can be installed as a non-commercial as well. License, + terms of qualifications can be found on the web site. + + -- cgit v1.2.3-65-gdbad