View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013243VTK(No Category)public2012-06-14 11:232014-10-02 09:58
ReporterClinton Stimpson 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionnot fixable 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013243: VTKTargets.cmake not portable
DescriptionSome linux machines have /usr/lib/libGL.so and some may have /usr/lib/x86_64-linux-gnu/libGL.so.

The VTKTargets.cmake file is not portable between those systems, because it includes the full path to libGL.so. I cannot create a build of VTK and use it across multiple linux machines.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0028694)
Mathieu Malaterre (developer)
2012-06-14 11:26

Looks like an issue for cmake instead. See:

http://cmake.org/Bug/view.php?id=13233 [^]
(0033428)
Ben Boeckel (Kitware) (developer)
2014-10-02 09:58

Yeah, there's nothing VTK can do here; it's a CMake problem (VTK shouldn't know about every standard path on every distribution for libraries; projects like GoboLinux and Nix will just make it near-impossible to get this right).

 Issue History
Date Modified Username Field Change
2012-06-14 11:23 Clinton Stimpson New Issue
2012-06-14 11:26 Mathieu Malaterre Note Added: 0028694
2014-10-02 09:58 Ben Boeckel (Kitware) Note Added: 0033428
2014-10-02 09:58 Ben Boeckel (Kitware) Status backlog => closed
2014-10-02 09:58 Ben Boeckel (Kitware) Resolution open => not fixable


Copyright © 2000 - 2018 MantisBT Team