diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2015-10-14 20:32:23 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2015-10-14 20:33:07 +0300 |
commit | 4251f6b41c40b60236360b384e26cb69d54ff410 (patch) | |
tree | 70299e37207c9d2c816878b2b33695e63a8bc3ef /sci-physics/sassena/sassena-1.4.2.ebuild | |
parent | dev-python/*: Merge pytest-cov version bump + py3.5 for deps (diff) | |
download | gentoo-4251f6b41c40b60236360b384e26cb69d54ff410.tar.gz gentoo-4251f6b41c40b60236360b384e26cb69d54ff410.tar.bz2 gentoo-4251f6b41c40b60236360b384e26cb69d54ff410.zip |
sci-physics/sassena: Version bump. Fix #454146
Package-Manager: portage-2.2.23
Diffstat (limited to 'sci-physics/sassena/sassena-1.4.2.ebuild')
-rw-r--r-- | sci-physics/sassena/sassena-1.4.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sci-physics/sassena/sassena-1.4.2.ebuild b/sci-physics/sassena/sassena-1.4.2.ebuild new file mode 100644 index 000000000000..0134734d9910 --- /dev/null +++ b/sci-physics/sassena/sassena-1.4.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="Software for Calculating Scattering Diagrams on Massively Parallel Computers" +HOMEPAGE="http://www.sassena.org" +SRC_URI="https://github.com/benlabs/sassena/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="" + +DEPEND=" + dev-libs/boost[mpi] + sci-libs/hdf5[mpi] + dev-libs/libxml2 + sci-libs/fftw:3.0 + virtual/mpi + virtual/blas + virtual/lapack" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}_cmake-remove-missing.patch" + "${FILESDIR}/${P}_uint32_t.patch" + "${FILESDIR}/${P}_link_boost_thread.patch" +) |