[oe-commits] : povray: make go a bit faster on armv7a

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Aug 15 12:10:03 UTC 2008


Module: OE.dev
Branch: master
Commit: 2cba1b07012ad5c1dbfddd23bcd57a9d3086cd60
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=2cba1b07012ad5c1dbfddd23bcd57a9d3086cd60

Author:  <koen at openembedded.org>
Date:   Thu Aug 14 11:14:11 2008 +0000

povray: make go a bit faster on armv7a

---

 packages/povray/povray_3.6.1+3.7.0-beta25b.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/povray/povray_3.6.1+3.7.0-beta25b.bb b/packages/povray/povray_3.6.1+3.7.0-beta25b.bb
index 6c1cf5f..eee01e1 100644
--- a/packages/povray/povray_3.6.1+3.7.0-beta25b.bb
+++ b/packages/povray/povray_3.6.1+3.7.0-beta25b.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "The Persistence of Vision Raytracer is a high-quality, totally free tool for creating stunning three-dimensional graphics. "
 HOMEPAGE = "http://www.povray.org"
 SECTION = "console/graphics"
-#Make this a weak assigment to allow branding of the povray binary
 LICENSE = "povray"
 DEPENDS = "virtual/libx11 boost zlib jpeg libpng tiff"
-RDEPENDS = ""
+
+PR = "r1"
 
 #We apply a patch that subverts the checks for jpeg, zlib, png and tiff because we know OE has the required versions, but it is still a hack.
 SRC_URI = "http://www.povray.org/redirect/www.povray.org/beta/source/povray-src-3.7.0.beta.25b.tar.bz2 \
@@ -16,11 +16,11 @@ S = "${WORKDIR}/povray-3.7.0.beta.25b"
 
 inherit autotools pkgconfig
 
-#PARALLEL_MAKE = ""
-
 EXTRA_OECONF = " --with-boost-thread=boost_thread-mt \
                 COMPILED_BY=${MAINTAINER} "
 
+FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -O3 -ftree-vectorize  -ffast-math -fno-math-errno "
+
 PACKAGES += "${PN}-scenes ${PN}-ini ${PN}-icons ${PN}-scripts ${PN}-includes"
 
 PACKAGE_ARCH_${PN}-doc = "all"





More information about the Openembedded-commits mailing list