Fix R build in containers (#30055)
R needs which as a build dependency, but it may not be provided in a minimal container. Co-authored-by: Robert Underwood <runderwood@anl.gov>
This commit is contained in:
parent
015046cb97
commit
0e0c438dd6
@ -78,6 +78,7 @@ class R(AutotoolsPackage):
|
||||
depends_on('pcre2', when='@4:')
|
||||
depends_on('readline')
|
||||
depends_on('xz')
|
||||
depends_on('which', type=('build', 'run'))
|
||||
depends_on('zlib@1.2.5:')
|
||||
depends_on('cairo+X+gobject+pdf', when='+X')
|
||||
depends_on('pango+X', when='+X')
|
||||
|
Loading…
Reference in New Issue
Block a user