r-sf: fix build error (#19386)
* r-sf: fix build error * Update var/spack/repos/builtin/packages/r-sf/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
601636b755
commit
646af81263
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ class RSf(RPackage):
|
|||
depends_on('gdal@2.0.1:')
|
||||
depends_on('geos@3.4.0:')
|
||||
depends_on('proj@4.8.0:5', when='@:0.7-3')
|
||||
depends_on('proj@4.8.0:', when='@0.7-4:')
|
||||
depends_on('proj@4.8.0:6', when='@0.7-4:')
|
||||
|
|
Loading…
Reference in a new issue