summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-matplotlib/package.py
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/py-matplotlib/package.py
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/py-matplotlib/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-matplotlib/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-matplotlib/package.py b/var/spack/repos/builtin/packages/py-matplotlib/package.py
index 38859ebe15..8661a3f721 100644
--- a/var/spack/repos/builtin/packages/py-matplotlib/package.py
+++ b/var/spack/repos/builtin/packages/py-matplotlib/package.py
@@ -76,7 +76,7 @@ class PyMatplotlib(Package):
# --------- Optional external programs
# ffmpeg/avconv or mencoder
- depends_on('ImageMagick', when='+animation')
+ depends_on('image-magick', when='+animation')
# --------- Optional dependencies
depends_on('pkg-config', type='build') # why not...