1. Removed fake MPI dependency from netcdf-cxx4 and netcdf-fortran.
2. Removed Fortran bootstrap variant from netcdf. Users who need NetCDF Fortran interface should install netcdf-fortran. 3. Added result of ./configure --help on the netcdf-fortran. Verified the package has no additional options that should be exposed through Spack.
This commit is contained in:
@@ -7,12 +7,6 @@ class NetcdfCxx4(Package):
|
||||
|
||||
version('4.2', 'd019853802092cf686254aaba165fc81')
|
||||
|
||||
|
||||
variant('mpi', default=True, description='Enables MPI parallelism')
|
||||
|
||||
# netcdf-cxx4 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')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
Reference in New Issue
Block a user