As of revision 12409 all files configured by CMake have the form *.in rather than the mixture of *.in and *.cmake we had before. This is quite an intrusive change, but I think all is good with this change because scripts/comprehensive_test.sh gives good test results for the non-interactive case.
>From now on the *.cmake form should be reserved strictly for files that contain CMake logic. This change should make it much easier to search our source tree for files containing CMake logic, e.g., with find . -name "CMakeLists.txt" -o -name "*.cmake" I used such a pattern this morning to search for some particular CMake logic and the configurable files kept obfuscating the result so I decided to make the current change first before getting back to the other problem (dealing with some wholesale Cygwin-related changes in the build system that should help Arjen with his Cygwin testing). 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); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); 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 __________________________ ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
