From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96D13138335 for ; Sat, 25 May 2019 06:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44B61E079E; Sat, 25 May 2019 06:36:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29CCDE079E for ; Sat, 25 May 2019 06:36:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB298344FB8 for ; Sat, 25 May 2019 06:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F155FC for ; Sat, 25 May 2019 06:36:16 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1558766167.b5ce4cc4ee19e2f7c3472ca042f8e60b3d46b589.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/ipp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/ipp/ipp-19.0.4.243.ebuild X-VCS-Directories: sci-libs/ipp/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: b5ce4cc4ee19e2f7c3472ca042f8e60b3d46b589 X-VCS-Branch: master Date: Sat, 25 May 2019 06:36:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df30601f-5edf-4cfd-9f90-e95e1aaaa3c2 X-Archives-Hash: ceec82142d4fb02d3f7468d02d651147 commit: b5ce4cc4ee19e2f7c3472ca042f8e60b3d46b589 Author: Matthias Maier gentoo org> AuthorDate: Sat May 25 06:05:08 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat May 25 06:36:07 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5ce4cc4 sci-libs/ipp: version bump to 19.0.4.243 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Matthias Maier gentoo.org> sci-libs/ipp/ipp-19.0.4.243.ebuild | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/sci-libs/ipp/ipp-19.0.4.243.ebuild b/sci-libs/ipp/ipp-19.0.4.243.ebuild new file mode 100644 index 000000000..e42583e20 --- /dev/null +++ b/sci-libs/ipp/ipp-19.0.4.243.ebuild @@ -0,0 +1,42 @@ +# 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 Integrated Performance Primitive library" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-ipp/" + +IUSE="doc" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND="" +RDEPEND="~dev-libs/intel-common-${PV}[compiler]" + +CHECKREQS_DISK_BUILD=6500M + +INTEL_DIST_DAT_RPMS=( + "ipp-common-2019.4-243-2019.4-243.noarch.rpm" + "ipp-common-ps-2019.4-243-2019.4-243.noarch.rpm") +INTEL_DIST_AMD64_RPMS=( + "ipp-mt-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-mt-devel-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-st-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-st-devel-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-st-devel-ps-2019.4-243-2019.4-243.x86_64.rpm") +INTEL_DIST_X86_RPMS=( + "ipp-mt-32bit-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-mt-devel-32bit-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-st-32bit-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-st-devel-32bit-2019.4-243-2019.4-243.x86_64.rpm" + "ipp-st-devel-ps-32bit-2019.4-243-2019.4-243.x86_64.rpm") + +pkg_setup() { + if use doc; then + INTEL_DIST_DAT_RPMS+=( + "ipp-doc-2019-2019.4-243.noarch.rpm") + fi +}