Actions
Feature #972
closedAdd support for reproducible builds
Start date:
2021-03-08
Due date:
% Done:
100%
Estimated time:
1:00 h
Module:
Operating System:
Compiler:
Description
Currently, the DCMTK does not support reproducible builds since e.g. the current timestamp is used for the manpages generated by Doxygen.
This should be easy to fix since Doxygen seems to support the environment variable SOURCE_DATE_EPOCH (https://reproducible-builds.org/docs/source-date-epoch/).
Further aspects of "reproducible builds" need to be checked.
Actions