summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-24 19:42:58 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-24 20:07:58 +0100
commit88121b9e4e57abe897c8f03a427dc8a888acf5d0 (patch)
treeec9a89fb3eae4ef12bfc2d53bb4eb68783515517 /sys-libs
parentsys-libs/libcxx: Switch 4.0.0rc1 to tarballs, add keywords (diff)
downloadgentoo-88121b9e4e57abe897c8f03a427dc8a888acf5d0.tar.gz
gentoo-88121b9e4e57abe897c8f03a427dc8a888acf5d0.tar.bz2
gentoo-88121b9e4e57abe897c8f03a427dc8a888acf5d0.zip
sys-libs/libomp: Switch 4.0.0rc1 to tarballs, add keywords
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libomp/Manifest1
-rw-r--r--sys-libs/libomp/libomp-4.0.0_rc1.ebuild14
2 files changed, 7 insertions, 8 deletions
diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index 291180cc4e1d..66821af98c53 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -2,3 +2,4 @@ DIST openmp-3.7.1.src.tar.xz 2026988 SHA256 9a702e20c247014f6de8c45b738c6ea586ec
DIST openmp-3.8.1.src.tar.xz 2009572 SHA256 68fcde6ef34e0275884a2de3450a31e931caf1d6fda8606ef14f89c4123617dc SHA512 406e9077817c50bcd58dd50bd334258ebf4b81c3ecce830ae1f427bd7c1fc9376b63fdeb3459c953c341becde82d83be18069bfcd34cbaeee6f1478267c0b2bc WHIRLPOOL b733b7f8f965be86af49af5b02892ec8aacaafe00d310a21c8cc0155f1699da66d1c8aa7709eb230810c4ff68f63896d5a7548777c100ca91a8af998922bdca0
DIST openmp-3.9.0.src.tar.xz 2257596 SHA256 df88f90d7e5b5e9525a35fa2e2b93cbbb83c4882f91df494e87ee3ceddacac91 SHA512 030432bb10d86016f0f1c4f4d8b25f78acdb4aed33c604baf07c825bbcc6198306f2f71a3e56030f20864a92ab0187357aff94d34e47f7166991faf539c0104d WHIRLPOOL 7bfb362c0f087d3867c8cab04ebba23c8e6337d34ddcdfeda1cbe960611eacf1e4356e99bf4d6316b60c9f4b9f9fb23eecdb346feaae72b9cd168ee0aa3cca2a
DIST openmp-3.9.1.src.tar.xz 2031588 SHA256 d23b324e422c0d5f3d64bae5f550ff1132c37a070e43c7ca93991676c86c7766 SHA512 80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b WHIRLPOOL b6ec75d4f9d2b86bb8e2927791cb46e61ff8657fc21f9e0ba9893d81d3382522aca330564f3156c1fbbf765de0499e875e41e11199abe2da8ed1bef057d5e8d8
+DIST openmp-4.0.0rc1.src.tar.xz 2039244 SHA256 4045d56badaa1818dbd3dde4739ddc7bbbd845188c2a3513f578160a387faf95 SHA512 e8be13a3857013c7f311cef0a3d08918dc1759209030751da20e1234ff23aa6378e316603b4e61bba9e97859a107ceb3733154971ad554661e2984944ed611d6 WHIRLPOOL e596b8e26594461f731eec8ebac8095950e088d6187a83290f47820149249592bf5e7d87f5bbeb09e98771bc546b33166796be2b69dada5cec5b312155a14d5a
diff --git a/sys-libs/libomp/libomp-4.0.0_rc1.ebuild b/sys-libs/libomp/libomp-4.0.0_rc1.ebuild
index 67fe6e4dfc9e..680d0a922d37 100644
--- a/sys-libs/libomp/libomp-4.0.0_rc1.ebuild
+++ b/sys-libs/libomp/libomp-4.0.0_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,15 +9,11 @@ EAPI=6
CMAKE_MIN_VERSION=3.7.0-r1
PYTHON_COMPAT=( python2_7 )
-inherit cmake-multilib git-r3 python-any-r1
+inherit cmake-multilib python-any-r1
DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
HOMEPAGE="http://openmp.llvm.org"
-SRC_URI=""
-EGIT_REPO_URI="http://llvm.org/git/openmp.git
- https://github.com/llvm-mirror/openmp.git"
-EGIT_BRANCH="release_40"
-EGIT_COMMIT="fc80b280f9b8c6f260f9d5c8913dd2d81937950d"
+SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/openmp-${PV/_/}.src.tar.xz"
# Additional licenses:
# - MIT-licensed Intel code,
@@ -25,7 +21,7 @@ EGIT_COMMIT="fc80b280f9b8c6f260f9d5c8913dd2d81937950d"
LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="hwloc ompt test"
RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )"
@@ -41,6 +37,8 @@ DEPEND="${RDEPEND}
>=sys-devel/clang-3.9.0
)"
+S=${WORKDIR}/openmp-${PV/_/}.src
+
# least intrusive of all
CMAKE_BUILD_TYPE=RelWithDebInfo