summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-10-04 14:52:26 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-10-04 14:52:26 +0000
commit0e325e929e07312e0ab91592cfec16d143e6ae5e (patch)
treefcb80fe8b0331782b67bddae4b59d003f6c8b4db /sci-libs/blas-atlas
parentFix header. (diff)
downloadgentoo-2-0e325e929e07312e0ab91592cfec16d143e6ae5e.tar.gz
gentoo-2-0e325e929e07312e0ab91592cfec16d143e6ae5e.tar.bz2
gentoo-2-0e325e929e07312e0ab91592cfec16d143e6ae5e.zip
Applied asm clobber patch to 3.7.11-r1 ebuild (see previous comment).
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'sci-libs/blas-atlas')
-rw-r--r--sci-libs/blas-atlas/ChangeLog6
-rw-r--r--sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild7
2 files changed, 7 insertions, 6 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog
index 548354c48024..1bcf2b885e49 100644
--- a/sci-libs/blas-atlas/ChangeLog
+++ b/sci-libs/blas-atlas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/blas-atlas
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.45 2006/09/27 19:14:49 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.46 2006/10/04 14:52:26 markusle Exp $
+
+ 04 Oct 2006; Markus Dittrich <markusle@gentoo.org>
+ blas-atlas-3.7.11-r1.ebuild:
+ Applied asm clobber patch to 3.7.11-r1 ebuild (see previous comment).
26 Sep 2006; Markus Dittrich <markusle@gentoo.org>
+files/atlas-asm-gentoo.patch, blas-atlas-3.7.17.ebuild:
diff --git a/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild b/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild
index ac29bf1ab759..a7a6d2434387 100644
--- a/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild
+++ b/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.6 2006/08/29 16:47:14 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.7 2006/10/04 14:52:26 markusle Exp $
inherit eutils toolchain-funcs fortran
@@ -35,10 +35,7 @@ src_unpack() {
epatch "${FILESDIR}"/${PV}-allow-any-gcc-version.patch
epatch "${DISTDIR}"/atlas3.6.0-shared-libs.3.patch.bz2
epatch "${FILESDIR}"/${PV}-ppc-configure.patch
- sed -i \
- -e "s:ASM:ASM VOLATILE:" \
- include/contrib/camm_dpa.h \
- || die "sed failed to fix clobbering"
+ epatch "${FILESDIR}"/${MY_PN}-asm-gentoo.patch
sed -i \
-e "s:\(\t./xconfig\):\1 -m $(tc-getCC) -c $(tc-getCC) -f ${FORTRANC}:g" \