mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r28373] HDFFV-9573: Our helper tests bin/release and bin/h5vers are not working properly
bin/release uses the content of MANIFEST file to build the release tarball. But all the files generated by autogen had been removed. Therefore the release would not contain those needed generated files for a proper release. Solution: Added all those generated files to the tail of MANIFEST and titled it accordingly. (Somehow bin/chkmanifest does not complain against these entries though they are not svn managed. This needs further investigation.) Test: bin/release generated the release tarball in jam, then use it in Platypus to do a full build (--enable-fortran --enable-cxx). All passed.
This commit is contained in:
parent
893d5a4e7a
commit
bbfd8a30aa
68
MANIFEST
68
MANIFEST
@ -2525,3 +2525,71 @@
|
||||
# CMake-specific User Scripts
|
||||
./config/cmake/scripts/CTestScript.cmake
|
||||
./config/cmake/scripts/HDF5config.cmake
|
||||
|
||||
# Files generated by autogen
|
||||
./aclocal.m4
|
||||
./autom4te.cache/output.0
|
||||
./autom4te.cache/requests
|
||||
./autom4te.cache/traces.0
|
||||
./bin/compile
|
||||
./bin/config.guess
|
||||
./bin/config.sub
|
||||
./bin/depcomp
|
||||
./bin/install-sh
|
||||
./bin/ltmain.sh
|
||||
./bin/missing
|
||||
./bin/test-driver
|
||||
./c++/examples/Makefile.in
|
||||
./c++/Makefile.in
|
||||
./configure
|
||||
./c++/src/Makefile.in
|
||||
./c++/test/Makefile.in
|
||||
./examples/Makefile.in
|
||||
./fortran/examples/Makefile.in
|
||||
./fortran/Makefile.in
|
||||
./fortran/src/Makefile.in
|
||||
./fortran/test/Makefile.in
|
||||
./fortran/testpar/Makefile.in
|
||||
./hl/c++/examples/Makefile.in
|
||||
./hl/c++/Makefile.in
|
||||
./hl/c++/src/Makefile.in
|
||||
./hl/c++/test/Makefile.in
|
||||
./hl/examples/Makefile.in
|
||||
./hl/fortran/examples/Makefile.in
|
||||
./hl/fortran/Makefile.in
|
||||
./hl/fortran/src/Makefile.in
|
||||
./hl/fortran/test/Makefile.in
|
||||
./hl/Makefile.in
|
||||
./hl/src/Makefile.in
|
||||
./hl/test/Makefile.in
|
||||
./hl/tools/gif2h5/Makefile.in
|
||||
./hl/tools/Makefile.in
|
||||
./m4/libtool.m4
|
||||
./m4/lt~obsolete.m4
|
||||
./m4/ltoptions.m4
|
||||
./m4/ltsugar.m4
|
||||
./m4/ltversion.m4
|
||||
./Makefile.in
|
||||
./src/H5config.h.in
|
||||
./src/H5Edefin.h
|
||||
./src/H5Einit.h
|
||||
./src/H5Epubgen.h
|
||||
./src/H5Eterm.h
|
||||
./src/H5overflow.h
|
||||
./src/H5version.h
|
||||
./src/Makefile.in
|
||||
./test/Makefile.in
|
||||
./testpar/Makefile.in
|
||||
./tools/h5copy/Makefile.in
|
||||
./tools/h5diff/Makefile.in
|
||||
./tools/h5dump/Makefile.in
|
||||
./tools/h5import/Makefile.in
|
||||
./tools/h5jam/Makefile.in
|
||||
./tools/h5ls/Makefile.in
|
||||
./tools/h5repack/Makefile.in
|
||||
./tools/h5stat/Makefile.in
|
||||
./tools/lib/Makefile.in
|
||||
./tools/Makefile.in
|
||||
./tools/misc/Makefile.in
|
||||
./tools/misc/vds/Makefile.in
|
||||
./tools/perform/Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user