On 2010-10-12 14:53-0600 Orion Poplawski wrote: > These files are getting installed: > > /usr/share/plplot5.9.7/examples/tk/tk01.in > /usr/share/plplot5.9.7/examples/tk/tk02.in > /usr/share/plplot5.9.7/examples/tk/tk03.in > /usr/share/plplot5.9.7/examples/tk/tk04.in > > but I don't think they should be as the generated tk0* files are already > installed as well.
Hi Orion: Sorry for getting back to you so late on this one. The issue is that there are two supported build systems for installed examples. The traditional Makefile + pkg-config one, and the CMake-based one. The former demands tk?? be installed while the latter currently demands tk??.in be installed because the the CMake-based build system for the installed examples follows the CMake-based build system for the PLplot core by configuring tk??. Of course, that CMake logic for the installed examples build could be changed to replace that configuration by copying tk?? from the source tree to the build tree for the examples. I would be happy to accept a patch to that effect. However, the current logic does provide correct results for the two installed examples build systems at the expense of the tk?? versus tk??.in redundancy you noticed in the installed examples tree. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel