diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:26:36 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:26:36 +0000 |
commit | 59165a17ee6afd18cfe5cf6c93728339747855f4 (patch) | |
tree | 02153ea6a16ef63975ccbb52dd57600e06fdb35d /sci-libs/mkl | |
parent | (QA) RESTRICT clean up. (diff) | |
download | historical-59165a17ee6afd18cfe5cf6c93728339747855f4.tar.gz historical-59165a17ee6afd18cfe5cf6c93728339747855f4.tar.bz2 historical-59165a17ee6afd18cfe5cf6c93728339747855f4.zip |
(QA) RESTRICT clean up.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'sci-libs/mkl')
-rw-r--r-- | sci-libs/mkl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-5.2.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-8.1.014.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-9.0.018.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index ecc642199913..518c6ef66392 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mkl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.14 2007/06/01 00:59:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.15 2007/07/02 15:26:36 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> mkl-5.2.ebuild, + mkl-8.1.014.ebuild, mkl-9.0.018.ebuild: + (QA) RESTRICT clean up. 01 Jun 2007; Sébastien Fabbro <bicatali@gentoo.org> mkl-9.0.018.ebuild: small fix while creating the env.d file diff --git a/sci-libs/mkl/mkl-5.2.ebuild b/sci-libs/mkl/mkl-5.2.ebuild index dbeb290e82b5..f625f0e8c567 100644 --- a/sci-libs/mkl/mkl-5.2.ebuild +++ b/sci-libs/mkl/mkl-5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-5.2.ebuild,v 1.2 2005/08/24 16:27:00 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-5.2.ebuild,v 1.3 2007/07/02 15:26:36 peper Exp $ S=${WORKDIR} DESCRIPTION="Intel(R) Math Kernel Library" @@ -10,7 +10,7 @@ SRC_URI="http://developer.intel.com/software/products/mkl/downloads/mkl52lin_e.t IUSE="" # No need to, there aren't any executables and it takes a long time. -RESTRICT="nostrip" +RESTRICT="strip" SLOT="0" LICENSE="imkl-5.1" diff --git a/sci-libs/mkl/mkl-8.1.014.ebuild b/sci-libs/mkl/mkl-8.1.014.ebuild index fc069dcbaa17..6e549e25e08d 100644 --- a/sci-libs/mkl/mkl-8.1.014.ebuild +++ b/sci-libs/mkl/mkl-8.1.014.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-8.1.014.ebuild,v 1.2 2007/03/24 23:11:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-8.1.014.ebuild,v 1.3 2007/07/02 15:26:36 peper Exp $ inherit fortran rpm flag-o-matic @@ -8,7 +8,7 @@ MYPV=${PV%.*} DESCRIPTION="Intel(R) Math Kernel Library: linear algebra, fft, random number generators." HOMEPAGE="http://developer.intel.com/software/products/mkl/" SRC_URI="l_${PN}_p_${PV}.tgz" -RESTRICT="nostrip fetch" +RESTRICT="strip fetch" #fortran95 implements a fortran 95 blas/lapack interface IUSE="fortran95 examples" diff --git a/sci-libs/mkl/mkl-9.0.018.ebuild b/sci-libs/mkl/mkl-9.0.018.ebuild index 00bdd6c37227..0d9095b6e15f 100644 --- a/sci-libs/mkl/mkl-9.0.018.ebuild +++ b/sci-libs/mkl/mkl-9.0.018.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-9.0.018.ebuild,v 1.3 2007/06/01 00:59:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-9.0.018.ebuild,v 1.4 2007/07/02 15:26:36 peper Exp $ inherit toolchain-funcs fortran DESCRIPTION="Intel(R) Math Kernel Library: linear algebra, fft, random number generators." HOMEPAGE="http://developer.intel.com/software/products/mkl/" SRC_URI="l_${PN}_p_${PV}.tgz" -RESTRICT="nostrip fetch" +RESTRICT="strip fetch" IUSE="fortran95 fftw examples" SLOT="0" |