View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013170 | VTK | (No Category) | public | 2012-05-13 05:53 | 2014-10-02 10:36 | ||||
Reporter | Mathieu Malaterre | ||||||||
Assigned To | Ben Boeckel (Kitware) | ||||||||
Priority | high | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.8.1 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013170: VPIC dependencies | ||||||||
Description | The IMPORTED_LINK_DEPENDENT_LIBRARIES list for VPIC is rather huge: SET_TARGET_PROPERTIES(VPIC PROPERTIES IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "vtksys;/usr/lib/openmpi/lib/libmpi_cxx.so;/usr/lib/openmpi/lib/libmpi.so;/usr/lib/openmpi/lib/libopen-rte.so;/usr/lib/openmpi/lib/libopen-pal.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libnsl.so;/usr/lib/x86_64-linux-gnu/libutil.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so" IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libVPIC.so.5.8.0" IMPORTED_SONAME_RELEASE "libVPIC.so.5.8" ) Would it make sense to reduce that list. Thanks | ||||||||
Tags | hackaton | ||||||||
Project | TBD | ||||||||
Type | usability | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0028599) Mathieu Malaterre (developer) 2012-05-13 05:54 |
Instead of opening another bug, I believe the Cosmo lib suffer the same issue: SET_TARGET_PROPERTIES(Cosmo PROPERTIES IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "vtksys;vtkCommon;/usr/lib/openmpi/lib/libmpi_cxx.so;/usr/lib/openmpi/lib/libmpi.so;/usr/lib/openmpi/lib/libopen-rte.so;/usr/lib/openmpi/lib/libopen-pal.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libnsl.so;/usr/lib/x86_64-linux-gnu/libutil.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so" IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libCosmo.so.5.8.0" IMPORTED_SONAME_RELEASE "libCosmo.so.5.8" ) Please reduce that list. Thanks |
(0031252) Dave DeMarle (administrator) 2013-07-22 20:02 |
moving all "tabled" bugs into "backlog" category since "tabled" is no longer used. |
(0033442) Ben Boeckel (Kitware) (developer) 2014-10-02 10:36 |
Looks to be fixed now from the modularization: set_target_properties(VPIC PROPERTIES INTERFACE_LINK_LIBRARIES "vtksys" ) # ... set_property(TARGET VPIC APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) set_target_properties(VPIC PROPERTIES IMPORTED_LOCATION_RELWITHDEBINFO "/home/boeckb/code/depot/group-kitware/vtk/build/lib/libvtkVPIC-6.2.so.1" IMPORTED_SONAME_RELWITHDEBINFO "libvtkVPIC-6.2.so.1" ) |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-05-13 05:53 | Mathieu Malaterre | New Issue | |
2012-05-13 05:54 | Mathieu Malaterre | Note Added: 0028599 | |
2012-05-14 10:20 | Utkarsh Ayachit | Assigned To | => Chris Harris |
2012-05-14 10:20 | Utkarsh Ayachit | Status | backlog => tabled |
2013-07-22 20:02 | Dave DeMarle | Status | tabled => backlog |
2013-07-22 20:02 | Dave DeMarle | Note Added: 0031252 | |
2014-10-02 10:18 | Berk Geveci | Assigned To | Chris Harris => Ben Boeckel (Kitware) |
2014-10-02 10:18 | Berk Geveci | Tag Attached: hackaton | |
2014-10-02 10:36 | Ben Boeckel (Kitware) | Note Added: 0033442 | |
2014-10-02 10:36 | Ben Boeckel (Kitware) | Status | backlog => closed |
2014-10-02 10:36 | Ben Boeckel (Kitware) | Resolution | open => no change required |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |