[cig-commits] r8941 - cs/benchmark/cigma/trunk/build

luis at geodynamics.org luis at geodynamics.org
Wed Dec 19 12:06:00 PST 2007


Author: luis
Date: 2007-12-19 12:06:00 -0800 (Wed, 19 Dec 2007)
New Revision: 8941

Modified:
   cs/benchmark/cigma/trunk/build/variables.in
Log:
Updated build variables with PYTHON_LDFLAGS and other HDF5 vars

Modified: cs/benchmark/cigma/trunk/build/variables.in
===================================================================
--- cs/benchmark/cigma/trunk/build/variables.in	2007-12-19 20:05:53 UTC (rev 8940)
+++ cs/benchmark/cigma/trunk/build/variables.in	2007-12-19 20:06:00 UTC (rev 8941)
@@ -22,15 +22,21 @@
 CIGMA_DIRS=@CIGMA_DIRS@
 CIGMA_LIBS=@CIGMA_LIBS@
 
-# Python (XXX move python auto-detection to python.m4)
+# Python (XXX need python auto-detection in python.m4)
 PYTHON_INCLUDES = -I/usr/include/python2.5 -I/usr/lib/python2.5/site-packages/numpy/core/include/numpy
 PYTHON_LIBS = -lpython2.5
+PYTHON_LDFLAGS = -L/usr/lib/python2.5/config
 
 # VTK (XXX use auto-detection from vtk.m4)
 VTK_INCLUDES = -I/usr/include/vtk-5.0
 VTK_LIBS = -lvtkCommon -lvtkIO -lvtkFiltering
 VTK_LDFLAGS = -L/usr/lib/vtk-5.0
 
+# HDF5 (XXX need auto-detection in hdf.m4)
+HDF5_INCLUDES = -I/home/luis/opt/hdf5/1.6.5/include
+HDF5_LIBS = -lhdf5
+HDF5_LDFLAGS = -L/home/luis/opt/hdf5/1.6.5/lib
+
 # How you create a static library on this machine
 AR=@AR@
 RANLIB=@RANLIB@



More information about the cig-commits mailing list