Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created August 7, 2012 18:28
Show Gist options
  • Save cosmo0920/3288101 to your computer and use it in GitHub Desktop.
Save cosmo0920/3288101 to your computer and use it in GitHub Desktop.
HaskellでOpenCLするためのebuild
# 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