summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-07-18 02:23:48 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-07-18 02:23:48 +0000
commit28594672eed7d14c7c9af48961d8cc1fc1cc9699 (patch)
tree3b3d982b623743a2476a73b53ca44ccb5ab3bedc /dev-lang/libcilkrts/libcilkrts-2546.ebuild
parentKeyword ~mips (diff)
downloadhistorical-28594672eed7d14c7c9af48961d8cc1fc1cc9699.tar.gz
historical-28594672eed7d14c7c9af48961d8cc1fc1cc9699.tar.bz2
historical-28594672eed7d14c7c9af48961d8cc1fc1cc9699.zip
version bump
Package-Manager: portage-2.2.0_alpha118/cvs/Linux i686
Diffstat (limited to 'dev-lang/libcilkrts/libcilkrts-2546.ebuild')
-rw-r--r--dev-lang/libcilkrts/libcilkrts-2546.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-lang/libcilkrts/libcilkrts-2546.ebuild b/dev-lang/libcilkrts/libcilkrts-2546.ebuild
new file mode 100644
index 000000000000..d6fb184a0fc9
--- /dev/null
+++ b/dev-lang/libcilkrts/libcilkrts-2546.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/libcilkrts/libcilkrts-2546.ebuild,v 1.1 2012/07/18 02:23:48 ottxor Exp $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="Intel Cilk Plus run time library"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-cilk-plus/"
+SRC_URI="http://software.intel.com/file/44474 -> cilkplus-rtl-00${PV}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+AUTOTOOLS_AUTORECONF=1
+
+DOCS=( README )
+
+PATCHES=( "${FILESDIR}/${P}-build.patch" "${FILESDIR}/${P}-include.patch" )