hdf5/bin
David Young 2dd5bbfe16 Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop
* commit '0b721858e46a317c370a24115032d5be41688f67':
  Make these scripts relocatable again: derive a relative path for the original installation prefix from the examples prefix.  Use that relative path to locate the current installation prefix, always.  Fall back to an absolute installation prefix if the relative path cannot be derived.
  Get the path to prefix right: needs a ../ to back out of subdirectory c/.
  Make this script relocatable again: derive a relative path for the original installation prefix from the examples prefix.  Use that relative path to locate the current installation prefix, always.  Fall back to an absolute installation prefix if the relative path cannot be derived.
  Let us override the examples directory using --with-examplesdir=DIR. This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default.
  Follow longstanding execv convention for compatibility with NetBSD.
  Under the examples directories, always find the installed HDF5 executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems.
  Make the HDF5 configure script grok NetBSD.
  For portability, insulate the HDF5 library from some system macros.
  Not every system has perl installed in /usr/bin/, so change the shebang (#!) line to `/usr/bin/env perl` to locate perl on the PATH.
  For portability, use the POSIX sh(1) string-comparison operator `=` instead of `==`.
2019-11-05 15:36:09 -06:00
..
batch updated -E option 2019-05-10 16:07:12 -05:00
pkgscrpts
bbrelease
buildhdf5
checkapi Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
checkposix Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
chkconfigure
chkcopyright
chkmanifest
cmakehdf5
COPYING
debug-ohdr Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
dependencies Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
deploy
distdep Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
errors Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
gcov_script
genparser Add support for GCC9, update warnhist script, and clean up warnings. 2019-07-02 23:43:45 -05:00
h5cc.in Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. They 2019-06-14 10:47:09 -05:00
h5redeploy.in Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. They 2019-06-14 10:47:09 -05:00
h5vers Escape { and } in regex as required by sh in updated cori.nersc.gov. 2019-08-07 11:51:06 -05:00
iostats Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
locate_sw
make_err Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
make_overflow Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
make_vers Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
Makefile.am Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. They 2019-06-14 10:47:09 -05:00
makehelp
mkdirs
newer
output_filter.sh
README
release Update versioning to next major version 2019-09-25 17:28:17 -05:00
restore.sh
runbkgprog Not every system has perl installed in /usr/bin/, so change the shebang 2019-10-03 16:01:40 -05:00
runtest
snapshot Renamed the autotools check-vol target to check-passthrough-vol. 2019-04-11 10:46:22 -07:00
snapshot_version
switch_maint_mode
timekeeper
trace Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop 2019-11-05 15:36:09 -06:00
warnhist Updates to warnhist script, along with a few cleanups, and add some comments 2019-07-09 22:15:36 -05:00
yodconfigure

The daily tests run copies of some of the scripts in this directory from another repository, notably snapshot and runtest.  The copies in this directory should work, but are not used in daily tests, though they should be tested occasionally.