Skip to content
Snippets Groups Projects
Commit 974749aa authored by Robert D. French's avatar Robert D. French Committed by Todd Gamblin
Browse files

Provide mpi-less variant for nco (#1643)

parent 6acfcd82
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,11 @@ class Nco(Package):
# See "Compilation Requirements" at:
# http://nco.sourceforge.net/#bld
variant('mpi', default=True)
depends_on('netcdf')
depends_on('netcdf+mpi', when='+mpi')
depends_on('netcdf~mpi', when='~mpi')
depends_on('antlr@2.7.7+cxx') # (required for ncap2)
depends_on('gsl') # (desirable for ncap2)
depends_on('udunits2') # (allows dimensional unit transformations)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment