* [gentoo-commits] gentoo-x86 commit in dev-python/cgal-python: ChangeLog cgal-python-0.9.4_beta1.ebuild
@ 2010-02-26 22:12 99% Samuli Suominen (ssuominen)
0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2010-02-26 22:12 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/02/26 22:12:24
Modified: ChangeLog cgal-python-0.9.4_beta1.ebuild
Log:
Append -frounding-math wrt #307007, thanks to Kamil Kisiel for reporting.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/cgal-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgal-python/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgal-python/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgal-python/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgal-python/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 26 Feb 2010 00:30:37 -0000 1.3
+++ ChangeLog 26 Feb 2010 22:12:23 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/cgal-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgal-python/ChangeLog,v 1.3 2010/02/26 00:30:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgal-python/ChangeLog,v 1.4 2010/02/26 22:12:23 ssuominen Exp $
+
+ 26 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ cgal-python-0.9.4_beta1.ebuild:
+ Append -frounding-math wrt #307007, thanks to Kamil Kisiel for reporting.
26 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
cgal-python-0.9.4_beta1.ebuild,
1.3 dev-python/cgal-python/cgal-python-0.9.4_beta1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgal-python/cgal-python-0.9.4_beta1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgal-python/cgal-python-0.9.4_beta1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cgal-python/cgal-python-0.9.4_beta1.ebuild?r1=1.2&r2=1.3
Index: cgal-python-0.9.4_beta1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cgal-python/cgal-python-0.9.4_beta1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cgal-python-0.9.4_beta1.ebuild 26 Feb 2010 00:30:37 -0000 1.2
+++ cgal-python-0.9.4_beta1.ebuild 26 Feb 2010 22:12:23 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cgal-python/cgal-python-0.9.4_beta1.ebuild,v 1.2 2010/02/26 00:30:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cgal-python/cgal-python-0.9.4_beta1.ebuild,v 1.3 2010/02/26 22:12:23 ssuominen Exp $
EAPI=2
-inherit eutils toolchain-funcs python
+inherit eutils flag-o-matic toolchain-funcs python
MY_P=${P/_/-}
@@ -39,6 +39,11 @@
done
}
+src_compile() {
+ append-cxxflags -frounding-math
+ emake || die
+}
+
src_test() {
emake -j1 tests || die
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 22:12 99% [gentoo-commits] gentoo-x86 commit in dev-python/cgal-python: ChangeLog cgal-python-0.9.4_beta1.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox