aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-04-03 09:57:53 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-04-03 11:44:50 -0500
commit6e12f69fb4747b2433b261895c52eeb4efd4df6e (patch)
tree511b11c6b9ea75676293ff772d5f1fb2ca1a37cc /sci-libs/ipp
parentsci-libs/mkl: version bump to 18.0.2.199 (diff)
downloadsci-6e12f69fb4747b2433b261895c52eeb4efd4df6e.tar.gz
sci-6e12f69fb4747b2433b261895c52eeb4efd4df6e.tar.bz2
sci-6e12f69fb4747b2433b261895c52eeb4efd4df6e.zip
sci-libs/ipp: version bump to 18.0.2.199
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sci-libs/ipp')
-rw-r--r--sci-libs/ipp/Manifest1
-rw-r--r--sci-libs/ipp/ipp-18.0.2.199.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/sci-libs/ipp/Manifest b/sci-libs/ipp/Manifest
index 54fcbb3cc..974a44612 100644
--- a/sci-libs/ipp/Manifest
+++ b/sci-libs/ipp/Manifest
@@ -1 +1,2 @@
DIST parallel_studio_xe_2015_update3.tgz 4156836825 BLAKE2B afa2e9d776b721605508cd2cb659f112fa1bab728a94d548d1c75eeb3db764ac82d591dcf2fe505cf2ef107a51fca8eafa6f7e8d7ce12243c5c45e44c674ae8a SHA512 eccc2bfe85ccd039a2ec9e334d370e49d43baa0522d095c087a5982aa08bddb4c97bfc3125bd09f5cd57d3ed252c598012e1f2670b8373a1b3bb455825d18f96
+DIST parallel_studio_xe_2018_update2_professional_edition.tgz 3877755304 BLAKE2B c8852df23abf080f482002a37af7781b3fbae3ecec448914ea5a237fa2b925073d1a3dc2dd94ba64002ff0f6c7e9b18b25fa7ada811a83b10344eb9b92cb37ff SHA512 a9b644b0305d83a9d0daa14d146cb3ce79949db55a410afe48d62259414e6256d9ef533a04bb50807103511db2016c4abcbbf769146854a25638f402a6d0f2be
diff --git a/sci-libs/ipp/ipp-18.0.2.199.ebuild b/sci-libs/ipp/ipp-18.0.2.199.ebuild
new file mode 100644
index 000000000..0d5975c4d
--- /dev/null
+++ b/sci-libs/ipp/ipp-18.0.2.199.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+INTEL_DIST_SKU=3235
+INTEL_DIST_PV=2018_update2_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-2018.2-199-2018.2-199.noarch.rpm"
+ "ipp-common-ps-2018.2-199-2018.2-199.noarch.rpm")
+INTEL_DIST_AMD64_RPMS=(
+ "ipp-mt-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-mt-devel-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-st-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-st-devel-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-st-devel-ps-2018.2-199-2018.2-199.x86_64.rpm")
+INTEL_DIST_X86_RPMS=(
+ "ipp-mt-32bit-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-mt-devel-32bit-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-st-32bit-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-st-devel-32bit-2018.2-199-2018.2-199.x86_64.rpm"
+ "ipp-st-devel-ps-32bit-2018.2-199-2018.2-199.x86_64.rpm")
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=(
+ "ipp-doc-2018-2018.2-199.noarch.rpm")
+ fi
+}