diff options
Diffstat (limited to 'dev-lang/ifc/ifc-19.0.4.243.ebuild')
-rw-r--r-- | dev-lang/ifc/ifc-19.0.4.243.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-lang/ifc/ifc-19.0.4.243.ebuild b/dev-lang/ifc/ifc-19.0.4.243.ebuild deleted file mode 100644 index a45765a2f..000000000 --- a/dev-lang/ifc/ifc-19.0.4.243.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -INTEL_DIST_PV=2019_update4_professional_edition - -inherit intel-sdp-r1 - -DESCRIPTION="Intel FORTRAN Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="doc" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="~dev-libs/intel-common-${PV}[compiler]" - -CHECKREQS_DISK_BUILD=400M - -INTEL_DIST_DAT_RPMS=( "ifort-common-19.0.4-243-19.0.4-243.noarch.rpm" ) -INTEL_DIST_AMD64_RPMS=( "ifort-19.0.4-243-19.0.4-243.x86_64.rpm" ) -INTEL_DIST_X86_RPMS=( "ifort-32bit-19.0.4-243-19.0.4-243.x86_64.rpm" ) - -pkg_setup() { - if use doc; then - INTEL_DIST_DAT_RPMS+=( "ifort-doc-19.0-19.0.4-243.noarch.rpm" ) - fi -} - -src_install() { - # already provided in dev-libs/intel-common - rm \ - "${WORKDIR}"/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/include/omp_lib.f90 \ - "${WORKDIR}"/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/include/intel64/omp_lib.mod \ - "${WORKDIR}"/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/include/intel64/omp_lib_kinds.mod \ - || die "rm failed" - - intel-sdp-r1_src_install -} |