2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[svn-r1345] Changed it to use perl to execute the perl scripts than to

rely on invoking the script files themselves.
Tested on fuga (IRIX 6.5).
This commit is contained in:
Albert Cheng 1999-06-14 23:01:09 -05:00
parent 73dfd4d282
commit 740b5058c5

@ -23,10 +23,8 @@ fi
# What compression methods to use?
METHODS="gzip bzip2"
# How to configure? We disable hdf4 because that's almost always the
# culprit for tests failing -- hawkwind seems to have a version older
# than what h5toh4 requires.
CONFIGURE="./configure"
# At NCSA, the standard place to find HDF4 software is in /usr/ncsa/.
CONFIGURE="./configure --with-hdf4=/usr/ncsa/include,/usr/ncsa/lib"
# Create a working directory. Hopefully one is left over from last
# time that still has the contents of the previous release. But if
@ -72,9 +70,9 @@ fi
if [ "$snapshot" = "yes" ]; then
(
cd ${COMPARE}/current
cvs -Q tag hdf5-`./bin/h5vers |tr . _`
./bin/release -d $ARCHIVES $METHODS
./bin/h5vers -i
cvs -Q tag hdf5-`perl -w bin/h5vers |tr . _`
bin/release -d $ARCHIVES $METHODS
perl -w bin/h5vers -i
cvs -Q commit -m Snapshot
)
fi