[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 .

Campbell Barton ideasman42 at gmail.com
Tue Jan 29 19:47:41 CET 2008


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.

Modified Paths:
--------------
    trunk/blender/config/linux2-config.py

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2008-01-29 18:29:14 UTC (rev 13454)
+++ trunk/blender/config/linux2-config.py	2008-01-29 18:47:40 UTC (rev 13455)
@@ -29,8 +29,13 @@
 
 WITH_BF_OPENEXR = 'true'
 BF_OPENEXR = '/usr'
+# 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"
 BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR'
 BF_OPENEXR_LIB = 'Half IlmImf Iex Imath '
+# BF_OPENEXR_LIBPATH = '${BF_OPENEXR}/lib'
 
 WITH_BF_DDS = 'true'
 





More information about the Bf-blender-cvs mailing list