paraview: use internal netcdf
VTK needs to learn to cope with netcdf being split like this.
This commit is contained in:
parent
3a4aac0213
commit
6e56ba9f24
@ -33,7 +33,8 @@ class Paraview(Package):
|
||||
depends_on('libpng')
|
||||
depends_on('libtiff')
|
||||
depends_on('libxml2')
|
||||
depends_on('netcdf')
|
||||
#depends_on('netcdf')
|
||||
#depends_on('netcdf-cxx')
|
||||
#depends_on('protobuf') # version mismatches?
|
||||
#depends_on('sqlite') # external version not supported
|
||||
depends_on('zlib')
|
||||
@ -79,7 +80,7 @@ def nfeature_to_bool(feature):
|
||||
'-DVTK_USE_SYSTEM_HDF5:BOOL=ON',
|
||||
'-DVTK_USE_SYSTEM_JPEG:BOOL=ON',
|
||||
'-DVTK_USE_SYSTEM_LIBXML2:BOOL=ON',
|
||||
'-DVTK_USE_SYSTEM_NETCDF:BOOL=ON',
|
||||
'-DVTK_USE_SYSTEM_NETCDF:BOOL=OFF',
|
||||
'-DVTK_USE_SYSTEM_TIFF:BOOL=ON',
|
||||
'-DVTK_USE_SYSTEM_ZLIB:BOOL=ON',
|
||||
*feature_args)
|
||||
|
Loading…
Reference in New Issue
Block a user