[vtkusers] ncvalues.h (from vtknetcdf) is not installed

David E DeMarle dave.demarle at kitware.com
Tue Jan 17 13:06:02 EST 2012


Thanks.

I will get that into master and make sure it gets into the next release.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Tue, Jan 17, 2012 at 12:45 AM, Lars Bilke <lars.bilke at ufz.de> wrote:

> Hi David,
>
> thanks for your response.
>
> I tried VTK's master branch at b0ff6241 and it also does not install
> ncvalues.h
>
> Adding something like the following at the end of the CMakeLists.txt
> should fix this:
>
> INSTALL(FILES
>     ${VTKNETCDF_SOURCE_DIR}/cxx/ncvalues.h
>     DESTINATION ${VTK_INSTALL_INCLUDE_DIR_CM24}/vtknetcdf
>     COMPONENT Development)
>
> It would be nice if this fix would get into the 5.10 release.
>
> Thanks!
> Lars.
>
> Am 16.01.2012 um 19:23 schrieb David E DeMarle:
>
> Looks like an oversight to me.
>
> But, VTK master's netcdf has been refactored since then. We now have true
> netcdf 4.1.2 support (meaning we can now do hdf5 back netcdf files.) Would
> you mind trying with the current VTK development version. If it doesn't
> work let me know and I will fix it before 5.10.
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
> On Mon, Jan 16, 2012 at 12:48 PM, Lars Bilke <lars.bilke at ufz.de> wrote:
>
>> Dear vtkusers,
>>
>> I am using the netcdf library which is part of vtk (version 5.8.0). The
>> problem is that the file vtknetcdf/cxx/ncvalues.h is not installed. But
>> this header is needed by netcdfcpp.h
>>
>> I had a look at vtknetcdf/CMakeLists.txt and saw that only the .h files
>> in vtknetcdf/include are installed.
>>
>> So my question is, is this intended or is it a bug?
>>
>> Thanks in advance!
>>
>> Lars Bilke
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>>
>
>
> --
> Mit freundlichen Grüßen,
>
> Lars Bilke
>
> Visualisierungszentrum / Umweltinformatik
>
> Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
> Permoserstr. 15, 04318 Leipzig
> Telefon: +49 (0)341 235-1881
> Email: lars.bilke at ufz.de
>
> http://www.ufz.de/index.php?en=14171
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120117/bc03b881/attachment.htm>


More information about the vtkusers mailing list