From: <ai...@us...> - 2014-03-16 20:14:36
|
Revision: 13072 http://sourceforge.net/p/plplot/code/13072 Author: airwin Date: 2014-03-16 20:14:33 +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/add_packages.xml Modified: trunk/cmake/epa_build/add_packages.xml =================================================================== --- trunk/cmake/epa_build/add_packages.xml 2014-03-16 20:12:20 UTC (rev 13071) +++ trunk/cmake/epa_build/add_packages.xml 2014-03-16 20:14:33 UTC (rev 13072) @@ -44,10 +44,4 @@ <autotools autogenargs="--enable-unicode-properties --enable-pcre16 --enable-pcre32 --disable-static" id="libpcre"> <branch hash="md5:21514018448ac10062ece7a668fca949" module="pcre/pcre-8.33.tar.bz2" repo="http://downloads.sourceforge.net/" size="1211146" version="8.33"/> </autotools> - <autotools autogenargs="--with-pcre-prefix=${EPA_CMAKE_INSTALL_PREFIX}" id="swig"> - <branch hash="sha256:63780bf29f53937ad399a1f68bccb3730c90f65746868c4cdfc25cafcd0a424e" module="swig/swig/swig-2.0.11/swig-2.0.11.tar.gz" repo="http://downloads.sourceforge.net/" size="1211146" version="6.8"/> - <dependencies> - <dep package="libpcre"/> - </dependencies> - </autotools> </moduleset> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |