[yoda-svn] r550 - in trunk: . pyext pyext/yoda pyext/yoda/include

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Nov 27 15:30:09 GMT 2012


Author: buckley
Date: Tue Nov 27 15:30:09 2012
New Revision: 550

Log:
Adding pyext files to the autotools system -- tarballs will hopefully now work

Added:
   trunk/pyext/yoda/Makefile.am
   trunk/pyext/yoda/include/Makefile.am
Modified:
   trunk/configure.ac
   trunk/pyext/Makefile.am
   trunk/pyext/yoda/   (props changed)
   trunk/pyext/yoda/include/   (props changed)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Sat Nov 24 21:34:02 2012	(r549)
+++ trunk/configure.ac	Tue Nov 27 15:30:09 2012	(r550)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([YODA],[0.6.0beta0],[yoda at projects.hepforge.org],[YODA])
+AC_INIT([YODA],[0.6.0beta1],[yoda at projects.hepforge.org],[YODA])
 AM_INIT_AUTOMAKE
 #AC_CONFIG_SRCDIR([src/Bin1D.cc])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -141,7 +141,7 @@
 AC_CONFIG_FILES([include/Makefile include/YODA/Makefile])
 AC_CONFIG_FILES([src/Makefile src/tinyxml/Makefile])
 AC_CONFIG_FILES([tests/Makefile])
-AC_CONFIG_FILES([pyext/Makefile pyext/setup.py])
+AC_CONFIG_FILES([pyext/Makefile pyext/setup.py pyext/yoda/Makefile pyext/yoda/include/Makefile])
 AC_CONFIG_FILES([bin/Makefile bin/yoda-config])
 
 AC_OUTPUT

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Sat Nov 24 21:34:02 2012	(r549)
+++ trunk/pyext/Makefile.am	Tue Nov 27 15:30:09 2012	(r550)
@@ -1,8 +1,10 @@
 if ENABLE_PYEXT
 
-SUBDIRS = .
+SUBDIRS = yoda
 CYTHONFLAGS = @CYTHONFLAGS@
 
+EXTRA_DIST = template.py
+
 all-local:
 	$(PYTHON) setup.py install --install-lib=build/
 

Added: trunk/pyext/yoda/Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/pyext/yoda/Makefile.am	Tue Nov 27 15:30:09 2012	(r550)
@@ -0,0 +1,5 @@
+SUBDIRS = include
+EXTRA_DIST = \
+    __init__.py \
+    axis.pyx core.pyx declarations.pxd \
+    errors.cpp errors.hh util.pxd util.pyx

Added: trunk/pyext/yoda/include/Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/pyext/yoda/include/Makefile.am	Tue Nov 27 15:30:09 2012	(r550)
@@ -0,0 +1,23 @@
+EXTRA_DIST = \
+    AnalysisObject.pyx \
+    Axis1D_BIN1D_DBN.pyx \
+    Axis2D_BIN2D_DBN.pyx \
+    Bin.pyx \
+    Bin1D_DBN.pyx \
+    Bin2D_DBN.pyx \
+    Dbn1D.pyx \
+    Dbn2D.pyx \
+    Dbn3D.pyx \
+    Errors.pyx \
+    Histo1D.pyx \
+    Histo2D.pyx \
+    HistoBin1D.pyx \
+    HistoBin2D.pyx \
+    IO.pyx \
+    Point2D.pyx \
+    Point3D.pyx \
+    Profile1D.pyx \
+    Profile2D.pyx \
+    ProfileBin1D.pyx \
+    ProfileBin2D.pyx \
+    Scatter2D.pyx


More information about the yoda-svn mailing list