diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-05-09 02:40:53 +0200 |
---|---|---|
committer | scheibelp <scheibel1@llnl.gov> | 2018-05-08 17:40:53 -0700 |
commit | b4859e10e2d1c61750474ae66fa36dd02b0906a4 (patch) | |
tree | 88d70683bd0ac6430b2bee3b1281c862770d15a5 /templates | |
parent | 50a95c57c7a016f7ffeaa360240139f74eaa34a4 (diff) | |
download | spack-b4859e10e2d1c61750474ae66fa36dd02b0906a4.tar.gz spack-b4859e10e2d1c61750474ae66fa36dd02b0906a4.tar.bz2 spack-b4859e10e2d1c61750474ae66fa36dd02b0906a4.tar.xz spack-b4859e10e2d1c61750474ae66fa36dd02b0906a4.zip |
Packages can tune the list of files to be archived at the end of install (#7760)
Fixes #2781
This PR introduces a new attribute for packages called
`archive_files`, which designates files that should be saved from
a package build (e.g. the config.log generated during autotools
builds).
The attribute contains a list of glob expressions; Any file that
matches will be archived in the `<prefix>/.spack/archived-files`
directory. Errors that occur when archiving files are collected and
reported in a file named `<prefix>/.spack/archived-files/errors.txt`.
`AutotoolsPackage` and `CMakePackage` provide a sensible default
override for this attribute.
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions