diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-14 11:14:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-14 11:14:11 +0000 |
commit | d9f74caa0e0c56350c915b0747f4c512ad29f986 (patch) | |
tree | 68a36550d72043fb5915ffebaa03a4d8bf75f196 /packages | |
parent | 55dec8439dcc00e8ff535797712a6101b2ee3503 (diff) |
povray: make go a bit faster on armv7a
Diffstat (limited to 'packages')
-rw-r--r-- | 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 6c1cf5fa05..eee01e13ed 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" |