[Bug 167147] Review Request: Aqsis - 3D Rendering system

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 18 10:40:20 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: Aqsis - 3D Rendering system


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167147





------- Additional Comments From pgregory at aqsis.org  2007-01-18 05:40 EST -------
(In reply to comment #41)
> For this package, avoiding double compiling is more important.
> So if there is no other easy way to avoid this, please readd
> CFLAGS and CXXFLAGS on %install stage (and leave a comment
> about this on spec file)
> 
> By the way, again, doesn't scons have the option like
> "--skip-build", which most "setup.py" scripts 
> written in python have?
No, SCons is a very different tool to the Python packaging tools. Basically it
builds a complete dependency tree. The install depends on the build, and if the
build options change, the build has to be redone. 

There are actually two options.

1) As mentioned, replace the CFLAGS and CXXFLAGS settings for the install phase
to ensure that the build options are identical.
2) Skip the 'build' phase altogether, the dependency setup for the 'install'
phase will ensure it builds before installing.

Whichever is most appropriate, the result will be the same.

Paul Gregory


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list