diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2020-11-14 00:07:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 22:07:52 -0800 |
commit | 98ac13619e0e9183c9e985a4e721f156d0084919 (patch) | |
tree | 711a824c067790fdbb850181f9985917c11f7d3a /var | |
parent | 5f9de810ff14455ac6b433398b965d2cf6b4a70f (diff) | |
download | spack-98ac13619e0e9183c9e985a4e721f156d0084919.tar.gz spack-98ac13619e0e9183c9e985a4e721f156d0084919.tar.bz2 spack-98ac13619e0e9183c9e985a4e721f156d0084919.tar.xz spack-98ac13619e0e9183c9e985a4e721f156d0084919.zip |
[gcc] depends_on diffutils (for all versions) (#19907)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/gcc/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py index 8acf9c214e..12c6569577 100644 --- a/var/spack/repos/builtin/packages/gcc/package.py +++ b/var/spack/repos/builtin/packages/gcc/package.py @@ -119,6 +119,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage): depends_on('isl@0.15:', when='@10:') depends_on('zlib', when='@6:') depends_on('zstd', when='@10:') + depends_on('diffutils', type='build') depends_on('iconv', when='platform=darwin') depends_on('gnat', when='languages=ada') depends_on('binutils~libiberty', when='+binutils', type=('build', 'link', 'run')) |