summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rgeos/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-rgeos/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-rgeos/package.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-rgeos/package.py b/var/spack/repos/builtin/packages/r-rgeos/package.py
new file mode 100644
index 0000000000..2f55d523f6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-rgeos/package.py
@@ -0,0 +1,23 @@
+# Copyright 2013-2018 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 RRgeos(RPackage):
+ """Interface to Geometry Engine - Open Source ('GEOS') using the C
+ 'API' for topology operations on geometries. The 'GEOS' library is
+ external to the package, and, when installing the package from source,
+ must be correctly installed first. Windows and Mac Intel OS X binaries
+ are provided on 'CRAN'."""
+
+ homepage = "https://cran.r-project.org/package=rgeos"
+ url = "https://cran.rstudio.com/src/contrib/rgeos_0.3-26.tar.gz"
+ list_url = "https://cran.rstudio.com/src/contrib/Archive/rgeos"
+
+ version('0.3-26', '7d10a28011b49f68c5817b6fbca132df')
+
+ depends_on('r-sp', type=('build', 'run'))
+ depends_on('geos')