|
[yoda-svn] r382 - in trunk: . pyextblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Aug 31 19:14:39 BST 2011
Author: davemallows Date: Wed Aug 31 19:14:33 2011 New Revision: 382 Log: Fixed python tests by installing python extension to pyext/build Modified: trunk/ChangeLog trunk/pyext/Makefile.am Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Mon Aug 29 16:05:01 2011 (r381) +++ trunk/ChangeLog Wed Aug 31 19:14:33 2011 (r382) @@ -1,3 +1,7 @@ +2011-08-31 Dave Mallows <dave.mallows at gmail.com> + + * Fixed python tests by installing python extension to pyext/build + 2011-08-23 Andy Buckley <andy at insectnation.org> * Adding rebinning interface to Histo1D and Profile1D, and adding Modified: trunk/pyext/Makefile.am ============================================================================== --- trunk/pyext/Makefile.am Mon Aug 29 16:05:01 2011 (r381) +++ trunk/pyext/Makefile.am Wed Aug 31 19:14:33 2011 (r382) @@ -4,6 +4,7 @@ all-local: yoda/yodawrap_wrap.cc $(PYTHON) setup.py build + $(PYTHON) setup.py install --install-lib=build/ install-exec-local: $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
More information about the yoda-svn mailing list |