diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-09-24 16:32:33 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-09-24 16:32:33 +0000 |
commit | b7e7bafe99ccf85b72233f54bbf90f748f51e852 (patch) | |
tree | 8c093112cf3d131940e4fe24651ead4f3a3a553a /sci-libs/mkl | |
parent | Initial import, bug 233377 (diff) | |
download | gentoo-2-b7e7bafe99ccf85b72233f54bbf90f748f51e852.tar.gz gentoo-2-b7e7bafe99ccf85b72233f54bbf90f748f51e852.tar.bz2 gentoo-2-b7e7bafe99ccf85b72233f54bbf90f748f51e852.zip |
Version bump
(Portage version: 2.2_rc9/cvs/Linux 2.6.25-gentoo-r7 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.5.025.ebuild (renamed from sci-libs/mkl/mkl-10.0.3.020-r3.ebuild) | 17 |
2 files changed, 15 insertions, 10 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index 1507279cd2ab..afce26571235 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/mkl # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.35 2008/08/21 16:20:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.36 2008/09/24 16:32:33 bicatali Exp $ + +*mkl-10.0.5.025 (24 Sep 2008) + + 24 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> + -mkl-10.0.3.020-r3.ebuild, +mkl-10.0.5.025.ebuild: + Version bump *mkl-10.0.4.023 (21 Aug 2008) diff --git a/sci-libs/mkl/mkl-10.0.3.020-r3.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index 54f7466275b6..62cf94274ecb 100644 --- a/sci-libs/mkl/mkl-10.0.3.020-r3.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.3.020-r3.ebuild,v 1.1 2008/07/13 18:13:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.1 2008/09/24 16:32:33 bicatali Exp $ inherit eutils toolchain-funcs fortran check-reqs -PID=1088 +PID=1232 PB=${PN} DESCRIPTION="Intel(R) Math Kernel Library: linear algebra, fft, math functions" HOMEPAGE="http://developer.intel.com/software/products/mkl/" @@ -122,7 +122,7 @@ src_unpack() { # allow openmpi to work epatch "${FILESDIR}"/${PN}-10.0.2.018-openmpi.patch # make scalapack tests work for gfortran - epatch "${FILESDIR}"/${PN}-10.0.2.018-tests.patch + #epatch "${FILESDIR}"/${PN}-10.0.2.018-tests.patch case ${ARCH} in x86) MKL_ARCH=32 MKL_KERN=ia32 @@ -182,10 +182,11 @@ src_test() { local myconf local testdirs="blas cblas" use int64 && myconf="${myconf} interface=ilp64" - if use mpi; then - testdirs="${testdirs} scalapack" - myconf="${myconf} mpi=${MKL_MPI}" - fi + # buggy with g77 and gfortran + #if use mpi; then + # testdirs="${testdirs} scalapack" + # myconf="${myconf} mpi=${MKL_MPI}" + #fi for x in ${testdirs}; do pushd ${x} einfo "Testing ${x}" @@ -282,8 +283,6 @@ mkl_make_profiles() { src_install() { dodir ${MKL_DIR} - # upstream installs a link, no idea why - dosym ${MKL_DIR} ${MKL_DIR/mkl/cmkl} # install license if [[ ! -f ${INTEL_LIC_DIR}/${MKL_LIC} ]]; then |