[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21236] branches/soc-2009-yukishiro/config /linux2-config.py: add BF_LAPACK to linux2 config file

Jingyuan Huang jingyuan.huang at gmail.com
Mon Jun 29 20:14:56 CEST 2009


Revision: 21236
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21236
Author:   yukishiro
Date:     2009-06-29 20:14:55 +0200 (Mon, 29 Jun 2009)

Log Message:
-----------
add BF_LAPACK to linux2 config file

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

Modified: branches/soc-2009-yukishiro/config/linux2-config.py
===================================================================
--- branches/soc-2009-yukishiro/config/linux2-config.py	2009-06-29 12:53:49 UTC (rev 21235)
+++ branches/soc-2009-yukishiro/config/linux2-config.py	2009-06-29 18:14:55 UTC (rev 21236)
@@ -153,6 +153,11 @@
 BF_OPENGL_LIBPATH = '/usr/X11R6/lib'
 BF_OPENGL_LIB_STATIC = '${BF_OPENGL_LIBPATH}/libGL.a ${BF_OPENGL_LIBPATH}/libGLU.a ${BF_OPENGL_LIBPATH}/libXxf86vm.a ${BF_OPENGL_LIBPATH}/libX11.a ${BF_OPENGL_LIBPATH}/libXi.a ${BF_OPENGL_LIBPATH}/libXext.a ${BF_OPENGL_LIBPATH}/libXxf86vm.a'
 
+# LAPACK
+BF_LAPACK = "/usr"
+BF_LAPACK_LIBPATH = '${BF_LAPACK}/lib'
+BF_LAPACK_LIB = 'lapack'
+
 ##
 CC = 'gcc'
 CXX = 'g++'
@@ -177,7 +182,7 @@
 
 ##FIX_STUBS_WARNINGS = -Wno-unused
 
-LLIBS = ['util', 'c', 'm', 'dl', 'pthread', 'stdc++', 'lapack']
+LLIBS = ['util', 'c', 'm', 'dl', 'pthread', 'stdc++']
 ##LOPTS = --dynamic
 ##DYNLDFLAGS = -shared $(LDFLAGS)
 





More information about the Bf-blender-cvs mailing list