MantisBT - VTK
View Issue Details
0015549VTK(No Category)public2015-06-17 04:082016-08-12 09:55
Nico Schlömer 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
TBD
feature
0015549: netCDF update
VTK requires the file netcdfcpp.h to be present for its netCDF interface, which belongs to an old version of netCDF. The dependency should be updated.
No tags attached.
Issue History
2015-06-17 04:08Nico SchlömerNew Issue
2016-07-06 16:47Berk GeveciStatusbacklog => expired
2016-07-27 10:16Peter MatternNote Added: 0036624
2016-07-27 13:16Dan LipsaStatusexpired => backlog
2016-07-29 08:04Peter MatternNote Added: 0036642
2016-08-12 09:55Kitware RobotNote Added: 0037396
2016-08-12 09:55Kitware RobotStatusbacklog => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0036624)
Peter Mattern   
2016-07-27 10:16   
The problem persists right now.

A CMake invocation stating among other -DVTK_USE_SYSTEM_LIBRARIES=ON fails with
> -- Failed to find NetCDF interface for CXX
> CMake Error at CMake/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
> Could NOT find NetCDF (missing: NETCDF_HAS_INTERFACES)
> Call Stack (most recent call first):
> CMake/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
> CMake/FindNetCDF.cmake:117 (find_package_handle_standard_args)
> CMake/vtkModuleMacros.cmake:851 (find_package)
> ThirdParty/netcdf/CMakeLists.txt:2 (vtk_module_third_party)
>
> -- Configuring incomplete, errors occurred!
when only the current release of netCDF-C++ is available but succeeds when the latter is replaced with the legacy release.
Same findings on Arch Linux, Debian stretch (testing) and Fedora 24 using both releases as provided by the distributions. (Legacy release provided by the AUR on Arch Linux.)
(0036642)
Peter Mattern   
2016-07-29 08:04   
Btw. 0015123 is somewhat related to this one.
(0037396)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.