summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 08:33:42 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 08:33:42 +0000
commit9ffd1b72a40a88fd36223b105a649225bfc0de78 (patch)
tree15aa7e7316bbf7559996408cde2dbf06e11d24ba /sci-libs/netcdf/netcdf-4.1.1-r4.ebuild
parentAdded fortran-2.eclass support (diff)
downloadgentoo-2-9ffd1b72a40a88fd36223b105a649225bfc0de78.tar.gz
gentoo-2-9ffd1b72a40a88fd36223b105a649225bfc0de78.tar.bz2
gentoo-2-9ffd1b72a40a88fd36223b105a649225bfc0de78.zip
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/netcdf/netcdf-4.1.1-r4.ebuild')
-rw-r--r--sci-libs/netcdf/netcdf-4.1.1-r4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild
index 395b59889534..85505ca007b7 100644
--- a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild
+++ b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.10 2011/06/08 15:13:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.11 2011/06/21 08:33:42 jlec Exp $
-EAPI="3"
+EAPI=3
-inherit autotools autotools-utils
+inherit autotools autotools-utils fortran-2
DESCRIPTION="Scientific library and interface for array oriented data access"
HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
@@ -33,6 +33,7 @@ PATCHES=(
)
pkg_setup() {
+ fortran-2_pkg_setup
if use hdf5 && has_version sci-libs/hdf5[mpi]; then
export CC=mpicc
if use cxx; then