[cig-commits] r6345 - cs/autoconf/trunk

leif at geodynamics.org leif at geodynamics.org
Wed Mar 21 17:07:15 PDT 2007


Author: leif
Date: 2007-03-21 17:07:15 -0700 (Wed, 21 Mar 2007)
New Revision: 6345

Modified:
   cs/autoconf/trunk/cit_python.m4
Log:
Tweaked install_deps so that it works w/o network access, provided the
required Python source packages are in the 'deps' subdirectory of the
build directory, and 'merlin-1.x.egg' is in the top-level source
directory.


Modified: cs/autoconf/trunk/cit_python.m4
===================================================================
--- cs/autoconf/trunk/cit_python.m4	2007-03-21 23:47:23 UTC (rev 6344)
+++ cs/autoconf/trunk/cit_python.m4	2007-03-22 00:07:15 UTC (rev 6345)
@@ -305,7 +305,7 @@
 cd $srcdir
 
 AC_MSG_NOTICE([downloading missing Python dependencies])
-AS_IF([AC_TRY_COMMAND([$PYTHON setup.py install_deps -zmxd $cit_builddir/deps >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD])],
+AS_IF([AC_TRY_COMMAND([$PYTHON setup.py install_deps -f $cit_builddir/deps -zmxd $cit_builddir/deps >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD])],
       [],
       [AC_MSG_FAILURE([cannot download missing Python dependencies])])
 



More information about the cig-commits mailing list