Re: [CMake] "make package" still fails to work for absolute install locations.

2007-05-08 Thread Alan W. Irwin
On 2007-01-12 12:03-0800 Alan W. Irwin wrote: On 2007-01-12 14:07+0100 Thomas Arcila wrote: Hi, CPack has support for so called "movable" package (movable = prefix independant, unmovable = prefix prepended to install path), but it's hardcoded to movable one. from Source/CPack/cmCPackGener

Re: [CMake] "make package" still fails to work for absolute install locations.

2007-01-12 Thread Alan W. Irwin
On 2007-01-12 14:07+0100 Thomas Arcila wrote: Hi, CPack has support for so called "movable" package (movable = prefix independant, unmovable = prefix prepended to install path), but it's hardcoded to movable one. from Source/CPack/cmCPackGenericGenerator.cxx bool movable = true; if ( mova

Re: [CMake] "make package" still fails to work for absolute install locations.

2007-01-12 Thread Thomas Arcila
Hi, CPack has support for so called "movable" package (movable = prefix independant, unmovable = prefix prepended to install path), but it's hardcoded to movable one. from Source/CPack/cmCPackGenericGenerator.cxx bool movable = true; if ( movable ) { // Make sure there is no dest

Re: [CMake] "make package" still fails to work for absolute install locations.

2007-01-11 Thread Bill Hoffman
Alan W. Irwin wrote: For cmake-2.4.6 (and also previous versions), "make package" generates a compressed file of nul characters, e.g., gunzip -c plplot-5.7.1-Linux.tar.gz |od -a 000 nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul * 0002000 This bad result apparently occurs b

[CMake] "make package" still fails to work for absolute install locations.

2007-01-11 Thread Alan W. Irwin
For cmake-2.4.6 (and also previous versions), "make package" generates a compressed file of nul characters, e.g., gunzip -c plplot-5.7.1-Linux.tar.gz |od -a 000 nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul * 0002000 This bad result apparently occurs because the PLplot proj