dev-haskell/haskell-mpi - 1.4.0 (haskell)

Search

Package Information

Description:
Distributed parallel programming in Haskell using MPI
Homepage:
https://github.com/bjpop/haskell-mpi
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 ~amd64 0/1.4.0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.6.3

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Distributed parallel programming in Haskell using MPI"
HOMEPAGE="https://github.com/bjpop/haskell-mpi"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="test"

RESTRICT=test # requires testrunner, and that can't be built

RDEPEND="dev-haskell/cereal:=[profile?]
	dev-haskell/extensible-exceptions:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	virtual/mpi
"
DEPEND="${RDEPEND}
	dev-haskell/c2hs
	>=dev-haskell/cabal-1.6
"

src_configure() {
	haskell-cabal_src_configure \
		--flag=-mpich14
}

USE Flags

Dependencies

DEPEND

dev-haskell/cereal:=[profile?]
	dev-haskell/extensible-exceptions:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	virtual/mpi

	dev-haskell/c2hs
	>=dev-haskell/cabal-1.6

RDEPEND

dev-haskell/cereal:=[profile?]
	dev-haskell/extensible-exceptions:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	virtual/mpi

Manifest for 1.4.0

Type File Size Source URLs
DIST haskell-mpi-1.4.0.tar.gz 56370 bytes https://hackage.haskell.org/package/haskell-mpi-1.4.0/haskell-mpi-1.4.0.tar.gz