On 2008-05-09 08:47+0200 Werner Smekal wrote:

> One question though: my script is based on the make_tarball.sh script
> in the scripts directory. I can't use it directly since on the
> computer where my scripts run I don't have some packages which are
> needed to pass the PREBUILD_DIST stage (which is always ON).

Hi Werner:

I have just now committed some changes to the script to satisfy your needs.

Before, the -n option was equivalent to -DBUILD_DOC=OFF.  Now it is
equivalent to dropping all pregeneration from the tarball, i.e.,
-DPREBUILD_DIST=OFF -DBUILD_DOC=OFF.

(Use "scripts/make_tarball.sh -h" to obtain documentation of all script
options.)

I have checked the (new) -n option with the trunk version of svn as follows

scripts/make_tarball.sh -w https://plplot.svn.sourceforge.net/svnroot/plplot
-t trunk -c -i /tmp/plplot_install -n

and it works as advertised.  (I also tested my changes without the -n option
to make sure the script continues to work for Hazen's release manager needs.)

Please try the -n option for yourself (and you can drop the -c and -i options
is you don't want to test the tarball result).

Of course, a tarball generated with the -n option will be missing the
extensive documentation pre-generated from our docbook source, the
pre-generated header file, and the pregenerated octave documentation. In
other words, those who use the snapshot will have exactly what they would
have got if they had done a direct svn checkout for themselves.  I assume
that should not be a problem.

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
__________________________

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to