[yoda-svn] r449 - trunk/pyext/yoda

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed May 2 12:49:55 BST 2012


Author: buckley
Date: Wed May  2 12:49:55 2012
New Revision: 449

Log:
Removing the Cython build of Histo2D for now

Modified:
   trunk/pyext/yoda/Makefile.am

Modified: trunk/pyext/yoda/Makefile.am
==============================================================================
--- trunk/pyext/yoda/Makefile.am	Wed May  2 12:43:11 2012	(r448)
+++ trunk/pyext/yoda/Makefile.am	Wed May  2 12:49:55 2012	(r449)
@@ -4,7 +4,12 @@
 yoda.cpp: yoda.pyx
 	$(PYTHON) -m cython --cplus yoda.pyx
 
-yoda.pyx: include/00-imports.pyx include/10-AnalysisObject.pyx include/20-Dbn1D.pyx include/20-Dbn2D.pyx include/20-Point2D.pyx include/30-HistoBin1D.pyx include/30-ProfileBin1D.pyx include/30-HistoBin2D.pyx include/30-Reader.pyx include/30-Scatter2D.pyx include/40-Histo1D.pyx include/40-Profile1D.pyx include/40-Histo2D.pyx include/40-WriterAIDA.pyx include/99-ReaderAIDA.pyx include/99-ReaderYODA.pyx
+yoda.pyx: include/00-imports.pyx include/10-AnalysisObject.pyx \
+	include/20-Dbn1D.pyx include/20-Dbn2D.pyx include/20-Point2D.pyx \
+	include/30-HistoBin1D.pyx include/30-ProfileBin1D.pyx include/30-HistoBin2D.pyx include/30-Reader.pyx include/30-Scatter2D.pyx \
+	include/40-Histo1D.pyx include/40-Profile1D.pyx include/40-WriterAIDA.pyx \
+	include/99-ReaderAIDA.pyx include/99-ReaderYODA.pyx
+##include/40-Histo2D.pyx
 	cat include/*.pyx > yoda.pyx
 
 clean-local:


More information about the yoda-svn mailing list