commit: 101ecf9ace4163ba9cd71a31a17a939921053a08 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 17:30:32 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 17:52:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=101ecf9a
dev-lang/ifc: Version bump to 16.0.1.150 Package-Manager: portage-2.2.27 dev-lang/ifc/ifc-16.0.1.150.ebuild | 61 ++++++++++++++++++++++++++++++++++++++ dev-lang/ifc/metadata.xml | 2 +- 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/dev-lang/ifc/ifc-16.0.1.150.ebuild b/dev-lang/ifc/ifc-16.0.1.150.ebuild new file mode 100644 index 0000000..9997e7c --- /dev/null +++ b/dev-lang/ifc/ifc-16.0.1.150.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=8365 +INTEL_DPV=2016_update1 +INTEL_SUBDIR=compilers_and_libraries +INTEL_SINGLE_ARCH=false + +inherit intel-sdp-r1 + +DESCRIPTION="Intel FORTRAN Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +LINGUAS="ja" +IUSE="doc examples linguas_ja" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND="!dev-lang/ifc[linguas_ja]" +RDEPEND="${DEPEND} + ~dev-libs/intel-common-${PV}[compiler]" + +CHECKREQS_DISK_BUILD=375M + +INTEL_BIN_RPMS=( + "ifort-l-ps" + "ifort-l-ps-devel") +INTEL_DAT_RPMS=( + "fcompxe-2016.1-056.noarch.rpm" + "ifort-l-ps-common" + "ifort-l-ps-vars") +INTEL_X86_RPMS=() +INTEL_AMD64_RPMS=() + +pkg_setup() { + if use doc; then + INTEL_DAT_RPMS+=( + "fcompxe-doc-2016.1-056.noarch.rpm" + "ifort-ps-doc-16.0.1-150.noarch.rpm") + + if use linguas_ja; then + INTEL_DAT_RPMS+=( + "ifort-ps-doc-jp-16.0.1-150.noarch.rpm") + fi + fi + + if use examples; then + INTEL_DAT_RPMS+=( + "fcomp-doc-2016.1-056.noarch.rpm") + fi + + if use linguas_ja; then + INTEL_BIN_RPMS+=( + "ifort-l-ps-jp") + fi + + intel-sdp-r1_pkg_setup +} diff --git a/dev-lang/ifc/metadata.xml b/dev-lang/ifc/metadata.xml index b545fb9..2dcae58 100644 --- a/dev-lang/ifc/metadata.xml +++ b/dev-lang/ifc/metadata.xml @@ -13,5 +13,5 @@ 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. -</longdescription> + </longdescription> </pkgmetadata>
