* [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.9.0.ebuild
@ 2012-05-04 9:03 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-05-04 9:03 UTC (permalink / raw
To: gentoo-commits
jlec 12/05/04 09:03:48
Modified: ChangeLog libcmatrix-3.9.0.ebuild
Log:
sci-libs/libcmatrix: Prefer atlas over blas-atlas
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.6 sci-libs/libcmatrix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 31 Aug 2011 14:28:27 -0000 1.5
+++ ChangeLog 4 May 2012 09:03:48 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libcmatrix
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.5 2011/08/31 14:28:27 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.6 2012/05/04 09:03:48 jlec Exp $
+
+ 04 May 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.9.0.ebuild:
+ Prefer atlas over blas-atlas
31 Aug 2011; Justin Lecher <jlec@gentoo.org> +files/3.9.0-atlas.patch,
+libcmatrix-3.9.0.ebuild, metadata.xml:
1.2 sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?r1=1.1&r2=1.2
Index: libcmatrix-3.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcmatrix-3.9.0.ebuild 31 Aug 2011 14:28:27 -0000 1.1
+++ libcmatrix-3.9.0.ebuild 4 May 2012 09:03:48 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.1 2011/08/31 14:28:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.2 2012/05/04 09:03:48 jlec Exp $
EAPI="3"
@@ -20,7 +20,7 @@
RDEPEND="
sci-libs/minuit
- atlas? ( || ( sci-libs/blas-atlas sci-libs/atlas ) )"
+ atlas? ( || ( sci-libs/atlas sci-libs/blas-atlas ) )"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${PN}R3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.9.0.ebuild
@ 2012-06-24 7:43 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-24 7:43 UTC (permalink / raw
To: gentoo-commits
jlec 12/06/24 07:43:11
Modified: ChangeLog libcmatrix-3.9.0.ebuild
Log:
sci-libs/libcmatrix: Fix compilation with gcc-4.7, #423181
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Revision Changes Path
1.8 sci-libs/libcmatrix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 21 May 2012 15:08:59 -0000 1.7
+++ ChangeLog 24 Jun 2012 07:43:11 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/libcmatrix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.7 2012/05/21 15:08:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.8 2012/06/24 07:43:11 jlec Exp $
+
+ 24 Jun 2012; Justin Lecher <jlec@gentoo.org> +files/3.2.1-gcc4.7.patch,
+ libcmatrix-3.9.0.ebuild:
+ Fix compilation with gcc-4.7, #423181
*libcmatrix-3.11.0 (21 May 2012)
1.3 sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?r1=1.2&r2=1.3
Index: libcmatrix-3.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcmatrix-3.9.0.ebuild 4 May 2012 09:03:48 -0000 1.2
+++ libcmatrix-3.9.0.ebuild 24 Jun 2012 07:43:11 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.2 2012/05/04 09:03:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.3 2012/06/24 07:43:11 jlec Exp $
EAPI="3"
@@ -31,6 +31,7 @@
"${FILESDIR}"/3.2.1-minuit2.patch \
"${FILESDIR}"/3.2.1-gcc4.4.patch \
"${FILESDIR}"/3.2.1-gcc4.6.patch \
+ "${FILESDIR}"/3.2.1-gcc4.7.patch \
"${FILESDIR}"/${PV}-atlas.patch
eautoreconf
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-24 7:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 9:03 [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.9.0.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2012-06-24 7:43 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox