From: <ai...@us...> - 2014-04-26 02:38:41
|
Revision: 13111 http://sourceforge.net/p/plplot/code/13111 Author: airwin Date: 2014-04-26 02:38:37 +0000 (Sat, 26 Apr 2014) Log Message: ----------- Drop dependence on libagg since the location of the tarball is still not settled, and libagg is only needed for one component of the wxwidgets device driver which is scheduled to be dropped in any case. Modified Paths: -------------- trunk/cmake/epa_build/plplot_lite/CMakeLists.txt Modified: trunk/cmake/epa_build/plplot_lite/CMakeLists.txt =================================================================== --- trunk/cmake/epa_build/plplot_lite/CMakeLists.txt 2014-04-26 02:36:45 UTC (rev 13110) +++ trunk/cmake/epa_build/plplot_lite/CMakeLists.txt 2014-04-26 02:38:37 UTC (rev 13111) @@ -3,7 +3,7 @@ # Configure the build of a "lite" version of PLplot (with fewer dependencies # but with fewer features as well). -# Copyright (C) 2013 Alan W. Irwin +# Copyright (C) 2013-2014 Alan W. Irwin # This file is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -26,7 +26,10 @@ set(ignored_dependencies_LIST ${extra_ignored_dependencies_list}) set(dependencies_LIST - libagg + # agg website now (2014-04-13) a broken link, and this library only + # needed in any case for a purpose that may disappear (wxwidgets). + # So drop it. + #libagg libharu libqhull shapelib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |