Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 1 | -1/+0 |
| | | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file. | ||||
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. | ||||
* | Not every system has perl installed in /usr/bin/, so change the shebang | David Young | 2019-10-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | (#!) line to `/usr/bin/env perl` to locate perl on the PATH. Everything after the first pathname in the shebang line is treated as a single argument to the command interpreter (/usr/bin/env "perl -w"), and there is not ordinarily any such program as "perl -w". So if the old shebang line used an option such as `-w`, add a `use warnings;` statement to the script---note that the semantics change slightly. `bin/destdep` uses a trick to pass `-p` to `/usr/bin/env perl`. It couldn't hurt to use the same trick to pass `-w`. With these changes, `sh autogen.sh` runs on NetBSD. It ought to still work on every other system HDF5 supports, too. | ||||
* | TRILAB-31 Working locally | Allen Byrne | 2018-07-16 | 1 | -0/+87 |