diff options
Diffstat (limited to 'dev-libs/mkl/mkl-5.1.ebuild')
-rw-r--r-- | dev-libs/mkl/mkl-5.1.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dev-libs/mkl/mkl-5.1.ebuild b/dev-libs/mkl/mkl-5.1.ebuild index 5ebe944347b4..b7629a4854a9 100644 --- a/dev-libs/mkl/mkl-5.1.ebuild +++ b/dev-libs/mkl/mkl-5.1.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mkl/mkl-5.1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mkl/mkl-5.1.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR} - DESCRIPTION="Intel(R) Math Kernel Library" +HOMEPAGE="http://developer.intel.com/software/products/mkl/mkl52/index.htm" +SRC_URI="http://developer.intel.com/software/products/mkl/downloads/mkleval-514.tar" + # No need to, there aren't any executables and it takes a long time. RESTRICT="nostrip" +SLOT="0" LICENSE="imkl-5.1" +KEYWORDS="x86" -SRC_URI="http://developer.intel.com/software/products/mkl/downloads/mkleval-514.tar" - -HOMEPAGE="http://developer.intel.com/software/products/mkl/mkl52/index.htm" -DEPEND=">=sys-libs/glibc-2.2.2 - sys-apps/cpio - app-arch/rpm" +DEPEND="sys-apps/cpio + app-arch/rpm" RDEPEND=">=sys-kernel/linux-sources-2.4 - >=sys-libs/glibc-2.2.2" + >=sys-libs/glibc-2.2.2" src_compile() { mkdir opt |