[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13455] trunk/blender/config/linux2-config .py: added a note for scons openexr compiling, because I had some trouble using our own exr build and had to work out whats goin on .

Nathan Letwory nathan at letwory.net
Tue Jan 29 20:17:09 CET 2008


On Jan 29, 2008 8:47 PM, Campbell Barton <ideasman42 at gmail.com> wrote:
> Revision: 13455
>           http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13455
> Author:   campbellbarton
> Date:     2008-01-29 19:47:40 +0100 (Tue, 29 Jan 2008)
>
> Log Message:
> -----------
> added a note for scons openexr compiling, because I had some trouble using our own exr build and had to work out whats goin on.
>


> +# when compiling with your own openexr lib you might need to set...
> +# BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR ${BF_OPENEXR}/include'
> +
> +BF_OPENEXR_INC="/shared/software/exr/include/OpenEXR /shared/software/exr/include"

It is good to add comments, but do refrain from commiting custom
hard-coded paths to the platform defaults. The user-config.py is used
for overriding things like that.

/Nathan


More information about the Bf-committers mailing list