[cig-commits] r20577 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Thu Aug 16 09:38:00 PDT 2012


Author: brad
Date: 2012-08-16 09:37:59 -0700 (Thu, 16 Aug 2012)
New Revision: 20577

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
SWIG should depend on python.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-08-16 14:51:46 UTC (rev 20576)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-08-16 16:37:59 UTC (rev 20577)
@@ -347,7 +347,7 @@
 # ----------------------------------------------------------------------
 # swig
 # ----------------------------------------------------------------------
-swig: installed_pcre installed_compilers
+swig: installed_pcre installed_compilers installed_python
 if INSTALL_SWIG
 	$(FETCH_SCRIPT) "$(downloader)" swig-$(SWIG_VER).tar.gz http://geodynamics.org/~buildbot/deps
 	$(TAR) -zxf swig-$(SWIG_VER).tar.gz



More information about the CIG-COMMITS mailing list