Skip to content
Snippets Groups Projects
Commit 42dbd4f8 authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Todd Gamblin
Browse files

Updated cmor: corrected way to set constraints for the extendee. (#2543)

parent 70f1e929
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ class Cmor(AutotoolsPackage):
depends_on('udunits2')
depends_on('hdf5@:1.8')
extends('python@:2.7', when='+python')
extends('python', when='+python')
depends_on('python@:2.7', when='+python')
depends_on('py-numpy', type=nolink, when='+python')
@AutotoolsPackage.precondition('configure')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment