[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21069] branches/soc-2009-yukishiro/config /darwin-config.py: mac build using scons

Jingyuan Huang jingyuan.huang at gmail.com
Mon Jun 22 05:06:31 CEST 2009


Revision: 21069
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21069
Author:   yukishiro
Date:     2009-06-22 05:06:25 +0200 (Mon, 22 Jun 2009)

Log Message:
-----------
mac build using scons

Modified Paths:
--------------
    branches/soc-2009-yukishiro/config/darwin-config.py

Modified: branches/soc-2009-yukishiro/config/darwin-config.py
===================================================================
--- branches/soc-2009-yukishiro/config/darwin-config.py	2009-06-21 22:17:06 UTC (rev 21068)
+++ branches/soc-2009-yukishiro/config/darwin-config.py	2009-06-22 03:06:25 UTC (rev 21069)
@@ -192,6 +192,12 @@
 BF_OPENGL_LIBPATH = '/System/Library/Frameworks/OpenGL.framework/Libraries'
 BF_OPENGL_LINKFLAGS = '-framework OpenGL'
 
+# LAPACK
+BF_LAPACK = LIBDIR + "/lapack"
+BF_LAPACK_LIB = 'lapack'
+BF_LAPACK_LIBPATH = '${BF_LAPACK}/lib'
+
+
 CFLAGS = ['-pipe','-fPIC','-funsigned-char']
 
 CPPFLAGS = ['-fpascal-strings']
@@ -200,7 +206,7 @@
 PLATFORM_LINKFLAGS = '-fexceptions -framework CoreServices -framework Foundation -framework IOKit -framework AppKit -framework Carbon -framework AGL -framework AudioUnit -framework AudioToolbox -framework CoreAudio -framework QuickTime'
 
 #note to build succesfully on 10.3.9 SDK you need to patch  10.3.9 by adding the SystemStubs.a lib from 10.4
-LLIBS = ['stdc++', 'SystemStubs']
+LLIBS = ['stdc++', 'SystemStubs', 'lapack', 'blas']
 
 # some flags shuffling for different Os versions
 if MAC_MIN_VERS == '10.3':





More information about the Bf-blender-cvs mailing list