diff options
author | 2011-06-21 08:33:27 +0000 | |
---|---|---|
committer | 2011-06-21 08:33:27 +0000 | |
commit | 9d44fbf8110c424c7cdecab1c024405a984a1e13 (patch) | |
tree | f4045891d998df2832e14bca2830bfa4850359bf /sci-libs/mkl | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-9d44fbf8110c424c7cdecab1c024405a984a1e13.tar.gz gentoo-2-9d44fbf8110c424c7cdecab1c024405a984a1e13.tar.bz2 gentoo-2-9d44fbf8110c424c7cdecab1c024405a984a1e13.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/mkl')
-rw-r--r-- | sci-libs/mkl/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-10.0.2.018-r2.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-10.0.5.025.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-9.1.023.ebuild | 7 |
4 files changed, 18 insertions, 11 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index f2e8f4f17515..5827ab24e5a0 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mkl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.41 2010/12/17 13:41:58 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.42 2011/06/21 08:33:27 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mkl-9.1.023.ebuild, + mkl-10.0.2.018-r2.ebuild, mkl-10.0.5.025.ebuild: + Added fortran-2.eclass support 17 Dec 2010; Justin Lecher <jlec@gentoo.org> mkl-9.1.023.ebuild, mkl-10.0.2.018-r2.ebuild, mkl-10.0.5.025.ebuild: diff --git a/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild b/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild index 9d142c434fbb..69c792db86d4 100644 --- a/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild +++ b/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild,v 1.8 2010/12/19 18:38:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild,v 1.9 2011/06/21 08:33:27 jlec Exp $ -inherit eutils toolchain-funcs check-reqs +inherit eutils fortran-2 toolchain-funcs check-reqs PID=967 PB=${PN} @@ -41,6 +41,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup # Check the license if [[ -z ${MKL_LICENSE} ]]; then MKL_LICENSE="$(grep -ls MKern ${ROOT}${INTEL_LIC_DIR}/* | tail -n 1)" diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index 0eec4e414a85..5b320aba7a83 100644 --- a/sci-libs/mkl/mkl-10.0.5.025.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.10 2010/12/19 18:38:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.11 2011/06/21 08:33:27 jlec Exp $ -inherit eutils toolchain-funcs check-reqs +inherit eutils fortran-2 toolchain-funcs check-reqs PID=1232 PB=${PN} @@ -41,6 +41,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup # Check the license if [[ -z ${MKL_LICENSE} ]]; then MKL_LICENSE="$(grep -ls MKern ${ROOT}${INTEL_LIC_DIR}/* | tail -n 1)" diff --git a/sci-libs/mkl/mkl-9.1.023.ebuild b/sci-libs/mkl/mkl-9.1.023.ebuild index 871bb3853ccd..282e07a6b709 100644 --- a/sci-libs/mkl/mkl-9.1.023.ebuild +++ b/sci-libs/mkl/mkl-9.1.023.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-9.1.023.ebuild,v 1.14 2010/12/19 18:38:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-9.1.023.ebuild,v 1.15 2011/06/21 08:33:27 jlec Exp $ -inherit eutils versionator toolchain-funcs +inherit eutils fortran-2 versionator toolchain-funcs PID=779 PB=${PN} @@ -46,6 +46,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup # setting up license [[ -z ${MKL_LICENSE} && -d /opt/intel/licenses ]] && \ MKL_LICENSE=$(find /opt/intel/licenses -name *MKL*.lic) |