[Plplot-devel] CMAKE_INSTALL_LIBDIR

2012-02-21 Thread Orion Poplawski
cmake has a new module GNUInstallDirs that defines CMAKE_INSTALL_LIBDIR as either lib or lib64 as needed. plplot currently defines it as ${CMAKE_INSTALL_PREFIX}/lib. Perhaps plplot could be updated to the new convention? -- Orion Poplawski Technical Manager 303-415-9701 x

Re: [Plplot-devel] Declaration style

2012-02-21 Thread Arjen Markus
Hi Chris, On Mon, 20 Feb 2012 14:32:30 -0500 chm wrote: > > I think current compilers can keep this efficient > and lift out the initializations oft of loops and > other such optimizations. > > A related point is that not all compilers can deal > with declarations that are not at the beginnin