OpenSpeedShop / openspeedshop

Open|SpeedShop is a community effort by The Krell Institute with current direct funding from DOE’s NNSA and Office of Science. It is building on top of a broad list of community infrastructures, most notably Dyninst and MRNet from UW, libmonitor from Rice, and PAPI from UTK. Open|SpeedShop is an open source multi platform Linux performance tool which is targeted to support performance analysis of applications running on both single node and large scale Intel, AMD, ARM, Intel Phi, PPC, GPU processor based systems and on Blue Gene and Cray platforms.
https://www.openspeedshop.org
Other
25 stars 10 forks source link

spack build of cbtf-argonavis-gui does not work #9

Closed jgalarowicz closed 5 years ago

jgalarowicz commented 5 years ago

spack build is getting an error related to rpath not being followed by -Wl*. This command causes the issue: spack install cbtf-argonavis-gui

...
...
jxymwm52cahgrqrcicz52vm43bps64kb/lib64/5.10.0 -lQtGraph -L/nas/store

             /jbaron/openss_devel_spack/spack/opt/spack/linux-rhel7-x86_64/gcc-4.8.5/qt-5.10.0-fvagkwov5p4saufnufr4gvhp6oj3fbb6/lib -lQt5PrintSupport -lQ

             t5Widgets -lQt5Gui -lQt5Concurrent -lQt5Core -lpthread

     1485    -Wl,-rpath was not followed by -Wl,*

  >> 1486    make: *** [build/release/openss-gui] Error 1
jgalarowicz commented 5 years ago

I recent mod to the cbtf-argonavis-gui source repository fixes this issue both for the release and development versions.

spack install cbtf-argonavis-gui
and
spack install cbtf-argonavis-gui@develop