Removed FIXMEs.

This commit is contained in:
citibeth
2016-03-02 18:58:47 -05:00
parent 15ae92aae9
commit 976d0240c4
4 changed files with 4 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ class NetcdfFortran(Package):
variant('mpi', default=True, description='Enables MPI parallelism')
# NetCDF-CXX4 doesn't really depend (directly) on MPI. However... this
# netcdf-fortran doesn't really depend (directly) on MPI. However... this
# depndency ensures taht the right version of MPI is selected (eg: ^openmpi)
depends_on('mpi', when='+mpi')
depends_on('netcdf')