Revision: 13074
http://sourceforge.net/p/plplot/code/13074
Author: airwin
Date: 2014-03-16 20:21:30 +0000 (Sun, 16 Mar 2014)
Log Message:
-----------
Drop swig from the automatically generated epa_build configurations
because that configuration is hand-modified now.
Modified Paths:
--------------
trunk/cmake/epa_build/update_added_packages.sh
Modified: trunk/cmake/epa_build/update_added_packages.sh
===================================================================
--- trunk/cmake/epa_build/update_added_packages.sh 2014-03-16 20:19:05 UTC (rev 13073)
+++ trunk/cmake/epa_build/update_added_packages.sh 2014-03-16 20:21:30 UTC (rev 13074)
@@ -9,7 +9,7 @@
# PACKAGE_LIST contains a list of "starting" packages and the
# dependencies of those should suck in the rest of the packages in
# add_packages.xml.
-PACKAGE_LIST="libffi intltool pixman gperf swig libxslt ragel"
+PACKAGE_LIST="libffi intltool pixman gperf libxslt ragel"
for PACKAGE in $PACKAGE_LIST; do
./gtk_transform.py $PACKAGE 1 <add_packages.xml 1>> add_packages.data 2>> add_packages.stderr
done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|