Remove the autotools resources (#27793)
This essentially reverts #18917 as it seems to no longer be necessary due to recent autotools changes in core spack.
This commit is contained in:
parent
bc3a3d9249
commit
caba5c4692
@ -27,11 +27,3 @@ class RRpostgresql(RPackage):
|
|||||||
depends_on('r@2.9.0:', type=('build', 'run'))
|
depends_on('r@2.9.0:', type=('build', 'run'))
|
||||||
depends_on('r-dbi@0.3:', type=('build', 'run'))
|
depends_on('r-dbi@0.3:', type=('build', 'run'))
|
||||||
depends_on('postgresql')
|
depends_on('postgresql')
|
||||||
|
|
||||||
depends_on('automake', type='build')
|
|
||||||
|
|
||||||
patch_config_files = True
|
|
||||||
|
|
||||||
@run_before('install')
|
|
||||||
def patch_config_guess(self):
|
|
||||||
AutotoolsPackage._do_patch_config_files(self)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user