[cig-commits] r8394 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Dec 5 14:00:33 PST 2007


Author: luis
Date: 2007-12-05 14:00:33 -0800 (Wed, 05 Dec 2007)
New Revision: 8394

Modified:
   cs/benchmark/cigma/trunk/src/Makefile
Log:
Include variables inside src/Makefile. For now, include python2.5 and
numpy headers directly (add autodetection to configure.ac later)


Modified: cs/benchmark/cigma/trunk/src/Makefile
===================================================================
--- cs/benchmark/cigma/trunk/src/Makefile	2007-12-05 21:37:17 UTC (rev 8393)
+++ cs/benchmark/cigma/trunk/src/Makefile	2007-12-05 22:00:33 UTC (rev 8394)
@@ -1,7 +1,12 @@
-CXX = g++
+include ../build/variables
 CXXFLAGS = -Wall -g
+INCLUDES = -I/usr/include/python2.5 -I/usr/lib/python2.5/site-packages/numpy/core/include/numpy
 LDFLAGS =
+LIBS = -lpython2.5
 
+FLAGS += $(INCLUDES)
+CIGMA_LIBS += $(LIBS)
+
 OBJS = \
 	Numeric.o \
 	DataIO.o \



More information about the cig-commits mailing list