From 104a8a1422c6cee9f9409cb3866051d4ad5d3ddf Mon Sep 17 00:00:00 2001 From: Justin Stanley Date: Fri, 1 Mar 2019 09:53:30 -0600 Subject: r-gdalutils: new package at 2.0.1.14 (#10731) --- .../repos/builtin/packages/r-gdalutils/package.py | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 var/spack/repos/builtin/packages/r-gdalutils/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/r-gdalutils/package.py b/var/spack/repos/builtin/packages/r-gdalutils/package.py new file mode 100644 index 0000000000..d8adeae443 --- /dev/null +++ b/var/spack/repos/builtin/packages/r-gdalutils/package.py @@ -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')) -- cgit v1.2.3-70-g09d2