|
Notes |
|
|
(0026554)
|
|
Orion Poplawski
|
|
2011-05-19 11:45
|
|
|
Sorry, libvtkgdcmPythonD.so comes from gdcm, not vtk. |
|
|
|
(0026555)
|
|
Orion Poplawski
|
|
2011-05-19 11:50
|
|
I think this should fix:
--- VTK/Utilities/vtknetcdf/CMakeLists.txt.soversion 2010-09-27 14:40:10.000000000 -0600
+++ VTK/Utilities/vtknetcdf/CMakeLists.txt 2011-05-19 09:50:07.325757772 -0600
@@ -298,6 +298,7 @@ ADD_DEFINITIONS("-DNC_DLL_EXPORT")
# Apply user-defined properties to the library target.
IF(VTK_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(vtkNetCDF PROPERTIES ${VTK_LIBRARY_PROPERTIES})
+ SET_TARGET_PROPERTIES(vtkNetCDF_cxx PROPERTIES ${VTK_LIBRARY_PROPERTIES})
ENDIF(VTK_LIBRARY_PROPERTIES)
IF(NOT VTK_INSTALL_NO_LIBRARIES) |
|
|
|
(0028642)
|
|
Orion Poplawski
|
|
2012-05-24 13:53
|
|
This can cause problems with library resolution:
# ldd /usr/lib64/vtk/libvtkIO.so
....
libvtkNetCDF.so.5.10 => /usr/lib64/vtk/libvtkNetCDF.so.5.10 (0x00007fda4a964000)
libvtkNetCDF_cxx.so => not found
And:
# python
Python 2.7.3 (default, Apr 30 2012, 20:31:33)
[GCC 4.7.0 20120416 (Red Hat 4.7.0-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/vtk/__init__.py", line 43, in <module>
from vtkIOPython import *
ImportError: libvtkNetCDF_cxx.so: cannot open shared object file: No such file or directory |
|
|
|
(0028643)
|
|
Orion Poplawski
|
|
2012-05-24 16:07
|
|
|
Still a problem with 5.10.0 |
|
|
|
(0031250)
|
|
Dave DeMarle
|
|
2013-07-22 20:02
|
|
|
moving all "tabled" bugs into "backlog" category since "tabled" is no longer used. |
|
|
|
(0031282)
|
|
Dave DeMarle
|
|
2013-07-22 20:33
|
|
|
Dave P no longer works on the project. If these old issues still exist in 6.0.0, reopen them and assign to Dave DeMarle |
|
|
|
(0031343)
|
|
Orion Poplawski
|
|
2013-07-26 16:04
|
|
|
|
|
(0037236)
|
|
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. |
|