Revision: 45865
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45865&view=rev
Author:   kunigami
Date:     2011-08-09 23:14:47 +0000 (Tue, 09 Aug 2011)

Log Message:
-----------
added oiio compilation. there's an issue with cmake mixing TBB versions (like 
it does with opengl in brlcad), so by now I just set TBB_USE=0

Modified Paths:
--------------
    osl/trunk/compile.sh

Modified: osl/trunk/compile.sh
===================================================================
--- osl/trunk/compile.sh        2011-08-09 23:04:45 UTC (rev 45864)
+++ osl/trunk/compile.sh        2011-08-09 23:14:47 UTC (rev 45865)
@@ -20,5 +20,12 @@
 # 
------------------------------------------------------------------------------
 echo "Installing openexr"
 cd openexr; ./configure --prefix=$DIR/$prefix 
--with-ilmbase-prefix=$DIR/$prefix; make;
+cd ..
 
 #--with-ilmbase-prefix=/Users/kunigami/dev/brlcad-root/brlcad/osl/trunk/dist
+
+# 
------------------------------------------------------------------------------
+# Instal Open Image IO
+# 
------------------------------------------------------------------------------
+echo "Installing oiio"
+cd oiio; make USE_TBB=0;
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to