Created
August 7, 2012 18:28
-
-
Save cosmo0920/3288101 to your computer and use it in GitHub Desktop.
HaskellでOpenCLするためのebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2012 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
EAPI=4 | |
# ebuild generated by hackport 0.2.18.9999 | |
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | |
inherit haskell-cabal | |
MY_PN="OpenCL" | |
MY_P="${MY_PN}-${PV}" | |
DESCRIPTION="Haskell high-level wrapper for OpenCL" | |
HOMEPAGE="https://github.com/zhensydow/opencl" | |
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" | |
LICENSE="BSD" | |
SLOT="0" | |
KEYWORDS="~amd64 ~x86" | |
IUSE="" | |
RDEPEND="=dev-haskell/mtl-2*[profile?] | |
>=dev-lang/ghc-6.10.1" | |
DEPEND="${RDEPEND} | |
test? ( =dev-haskell/quickcheck-2.4* | |
) | |
dev-haskell/c2hs | |
>=dev-haskell/cabal-1.8" | |
S="${WORKDIR}/${MY_P}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment