[yoda-svn] yoda: DIstcheck fix for python m4 script

YODA Mercurial yoda at projects.hepforge.org
Fri Jan 26 00:15:01 GMT 2018


details:   https://yoda.hepforge.org/hg/yoda/rev/dd17392b4da2
branches:  release-1-7
changeset: 1447:dd17392b4da2
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Jan 25 23:49:44 2018 +0000
description:
DIstcheck fix for python m4 script

diffs (11 lines):

--- a/m4/ax_python_devel.m4	Wed Jan 17 14:07:53 2018 +0000
+++ b/m4/ax_python_devel.m4	Thu Jan 25 23:49:44 2018 +0000
@@ -139,7 +139,7 @@
 		ac_supports_python_ver=`$PYTHON -c "import ax_python_devel_vpy; \
             ver = ax_python_devel_vpy.VPy(); \
 			print (ver $1)"`
-        rm -rf ax_python_devel_vpy.py*
+        rm -rf ax_python_devel_vpy*.py* __pycache__/ax_python_devel_vpy*.py*
 		if test "$ac_supports_python_ver" = "True"; then
 		   AC_MSG_RESULT([yes])
 		else


More information about the yoda-svn mailing list