# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit cmake-utils DESCRIPTION="Model developed to store and retrieve transient data for finite element analyses." HOMEPAGE="http://sourceforge.net/projects/exodusii/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=sci-libs/netcdf-3.6.0" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-find-netcdf.patch }