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 64D62138351 for ; Tue, 5 May 2020 06:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69EE7E0895; Tue, 5 May 2020 06:30:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 36DF4E0895 for ; Tue, 5 May 2020 06:30:47 +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 F382934F634 for ; Tue, 5 May 2020 06:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A1B21D for ; Tue, 5 May 2020 06:30:43 +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: <1588658692.6e280fa7307e3ea0eb41a4ed4bb49ffba0d09de2.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-2020.1.217.ebuild X-VCS-Directories: sci-libs/ipp/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 6e280fa7307e3ea0eb41a4ed4bb49ffba0d09de2 X-VCS-Branch: master Date: Tue, 5 May 2020 06:30:43 +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: 85f158a9-d484-43f2-a677-fb680857723d X-Archives-Hash: 415ea665d2b4a3a33280e7f7e8f18507 commit: 6e280fa7307e3ea0eb41a4ed4bb49ffba0d09de2 Author: Matthias Maier gentoo org> AuthorDate: Tue May 5 05:28:05 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue May 5 06:04:52 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6e280fa7 sci-libs/ipp: version bump to 2020 update 1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier gentoo.org> sci-libs/ipp/ipp-2020.1.217.ebuild | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/sci-libs/ipp/ipp-2020.1.217.ebuild b/sci-libs/ipp/ipp-2020.1.217.ebuild new file mode 100644 index 000000000..2c0be6abf --- /dev/null +++ b/sci-libs/ipp/ipp-2020.1.217.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +INTEL_DIST_PV=2020_update1_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-19.1.1.217[compiler]" + +CHECKREQS_DISK_BUILD=6500M + +MY_PV="$(ver_rs 2 '-')" # 2020.1-217 + +QA_PREBUILT="*" + +INTEL_DIST_DAT_RPMS=( + "ipp-common-${MY_PV}-${MY_PV}.noarch.rpm" + "ipp-common-ps-${MY_PV}-${MY_PV}.noarch.rpm") +INTEL_DIST_AMD64_RPMS=( + "ipp-mt-${MY_PV}-${MY_PV}.x86_64.rpm" + "ipp-mt-devel-${MY_PV}-${MY_PV}.x86_64.rpm" + "ipp-st-${MY_PV}-${MY_PV}.x86_64.rpm" + "ipp-st-devel-${MY_PV}-${MY_PV}.x86_64.rpm") +INTEL_DIST_X86_RPMS=( + "ipp-mt-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" + "ipp-mt-devel-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" + "ipp-st-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" + "ipp-st-devel-32bit-${MY_PV}-${MY_PV}.x86_64.rpm") + +pkg_setup() { + if use doc; then + INTEL_DIST_DAT_RPMS+=( + "ipp-doc-2020-${MY_PV}.noarch.rpm") + fi +}