mgorny 15/01/29 23:05:55
Modified: arprec-2.2.16.ebuild metadata.xml
arprec-2.2.17.ebuild ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.2 sci-libs/arprec/arprec-2.2.16.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild?r1=1.1&r2=1.2
Index: arprec-2.2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- arprec-2.2.16.ebuild 11 Dec 2012 00:47:27 -0000 1.1
+++ arprec-2.2.16.ebuild 29 Jan 2015 23:05:55 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild,v 1.1
2012/12/11 00:47:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild,v 1.2
2015/01/29 23:05:55 mgorny Exp $
EAPI=4
@@ -17,7 +17,7 @@
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fma fortran qd static-libs"
+IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran qd static-libs"
DEPEND="qd? ( sci-libs/qd[fortran=] )"
RDEPEND="${DEPEND}"
@@ -25,7 +25,7 @@
src_configure() {
local myeconfargs=(
--docdir="${EPREFIX}/usr/share/doc/${PF}"
- $(use_enable fma)
+ $(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)"
fma)
$(use_enable fortran)
$(use_enable qd)
)
1.5 sci-libs/arprec/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/metadata.xml?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/metadata.xml?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/metadata.xml?r1=1.4&r2=1.5
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml 22 Dec 2012 18:39:31 -0000 1.4
+++ metadata.xml 29 Jan 2015 23:05:55 -0000 1.5
@@ -10,7 +10,6 @@
Arbitrary precision library for float arithmetics and mathematical functions.
</longdescription>
<use>
- <flag name="fma">Use the Fused Multiply Add instruction set</flag>
<flag name="qd">Use <pkg>sci-libs/qd</pkg> for quad-double datatype</flag>
</use>
</pkgmetadata>
1.2 sci-libs/arprec/arprec-2.2.17.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?r1=1.1&r2=1.2
Index: arprec-2.2.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- arprec-2.2.17.ebuild 5 Apr 2014 23:39:34 -0000 1.1
+++ arprec-2.2.17.ebuild 29 Jan 2015 23:05:55 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild,v 1.1
2014/04/05 23:39:34 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild,v 1.2
2015/01/29 23:05:55 mgorny Exp $
EAPI=5
@@ -18,7 +18,7 @@
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fma fortran qd static-libs"
+IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran qd static-libs"
DEPEND="qd? ( sci-libs/qd:0=[fortran=] )"
RDEPEND="${DEPEND}"
@@ -26,7 +26,7 @@
src_configure() {
local myeconfargs=(
--docdir="${EPREFIX}/usr/share/doc/${PF}"
- $(use_enable fma)
+ $(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)"
fma)
$(use_enable fortran)
$(use_enable qd)
)
1.19 sci-libs/arprec/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?rev=1.19&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?rev=1.19&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 5 Apr 2014 23:39:34 -0000 1.18
+++ ChangeLog 29 Jan 2015 23:05:55 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/arprec
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.18 2014/04/05
23:39:34 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.19 2015/01/29
23:05:55 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <[email protected]> arprec-2.2.16.ebuild,
+ arprec-2.2.17.ebuild, metadata.xml:
+ Switch to CPU_FLAGS_X86.
*arprec-2.2.17 (05 Apr 2014)