summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-geosphere
diff options
context:
space:
mode:
authorElizabeth Fischer <rpf2116@columbia.edu>2017-01-04 21:24:07 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2017-01-04 18:24:07 -0800
commit3dd4a01a5e737a08a211f4e0f58da0a725e70818 (patch)
tree3ef9f5f70d9020c6ebb253d6915c299f30039b01 /var/spack/repos/builtin/packages/r-geosphere
parent4e653254c5047828887263120d5c49a2d898a402 (diff)
downloadspack-3dd4a01a5e737a08a211f4e0f58da0a725e70818.tar.gz
spack-3dd4a01a5e737a08a211f4e0f58da0a725e70818.tar.bz2
spack-3dd4a01a5e737a08a211f4e0f58da0a725e70818.tar.xz
spack-3dd4a01a5e737a08a211f4e0f58da0a725e70818.zip
Standardize package names: lower-case, not Mixed_CASE (#2475)
* Rename packages * Upcasing depends_on() in packages. * Downcased extends('r') * Fixed erroneously changed URL that had slipped through. * Fixed typo * Fixed link from documentation into package source code. * Fixed another doc problem. * Changed underscores to dashes in package names. * Added test to enforce lowercase, no-underscore naming convention. * Fix r-xgboost * Downcase more instances of 'R' in package auto-creation. * Fix test. * Converted unit test packages to use dashes not underscores * Downcase `r` in the docs. * Update module_file_support.rst Fix r->R for class R.
Diffstat (limited to 'var/spack/repos/builtin/packages/r-geosphere')
-rw-r--r--var/spack/repos/builtin/packages/r-geosphere/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-geosphere/package.py b/var/spack/repos/builtin/packages/r-geosphere/package.py
index 21ae07fd41..dec9a3939e 100644
--- a/var/spack/repos/builtin/packages/r-geosphere/package.py
+++ b/var/spack/repos/builtin/packages/r-geosphere/package.py
@@ -36,7 +36,7 @@ class RGeosphere(Package):
version('1.5-5', '28efb7a8e266c7f076cdbcf642455f3e')
- extends('R')
+ extends('r')
depends_on('r-sp', type=nolink)