[CMake] Does CMake/CPack not support creating a source-only tarball

David Cole david.cole at kitware.com
Tue Nov 18 15:40:53 EST 2008


It's "package_source" and it was also discussed very recently in this
thread:http://www.cmake.org/pipermail/cmake/2008-November/025219.html

It was broken, Bill committed a fix to CVS HEAD. Fix will be in the next RC
of CMake 2.6.3, but if you need it today, use CVS HEAD CMake.....


HTH,
David


On Tue, Nov 18, 2008 at 3:36 PM, Bartlett, Roscoe A <rabartl at sandia.gov>wrote:

> Tim,
>
> > -----Original Message-----
> > From: Shead, Timothy
> > Sent: Tuesday, November 18, 2008 12:10 PM
> > To: Bartlett, Roscoe A
> > Cc: cmake at cmake.org
> > Subject: Re: [CMake] Does CMake/CPack not support creating a
> > source-only tarball
> >
> > Bartlett, Roscoe A wrote:
> > > Hello,
> > >
> > > According to the CMake bashing website:
> > >
> > >     _http://www.remlab.net/op/cmake.shtml_
> > >
> > > CMake/Cpack does not support creating a source-only tarball
> > > distribution for a collection of software.
> > >
> > > Is there some way to create a source-only tarball distribution with
> > > CMake/Cpack that can selectively pick out files from the original
> > > source tree like autotools does?
> >
> > By default, CPack supports source tarball generation with
> > "make source_package", and the generation can be customized
> > in a variety of ways (e.g: generating a source package from a
> > subdirectory with a custom target, etc).
>
> This target does not appear to be supported as shown by:
>
>    [rabartl at gabriel SERIAL_DEBUG]$ make source_package
>    make: *** No rule to make target `source_package'.  Stop.
>
> Is there some special way that we need to configure Trilinos or set up
> Cpack to support this?
>
> Thanks,
>
> - Ross
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081118/16bf1005/attachment.htm>


More information about the CMake mailing list