r-gdalutils: new package at 2.0.1.14 (#10731)

This commit is contained in:
Justin Stanley 2019-03-01 09:53:30 -06:00 committed by Levi Baber
parent 0766e7fbbb
commit 104a8a1422

View File

@ -0,0 +1,23 @@
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RGdalutils(RPackage):
"""gdalUtils: Wrappers for the Geospatial Data Abstraction Library"""
homepage = "https://cran.r-project.org/package=gdalUtils"
url = "https://cran.r-project.org/src/contrib/gdalUtils_2.0.1.14.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/gdalUtils"
version('2.0.1.14', sha256='890a502b2eb5f1b23655fab94caad5d32adca05b93f5db1d96d9dcde3f0e7737')
depends_on('r@2.14.0:', type=('build', 'run'))
depends_on('r-sp', type=('build', 'run'))
depends_on('r-foreach', type=('build', 'run'))
depends_on('r-utils', type=('build', 'run'))
depends_on('r-raster', type=('build', 'run'))
depends_on('r-rgdal', type=('build', 'run'))