New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23491 (new defect)

Opened 3 years ago

Last modified 3 years ago

geant4 library install_names reference the destroot

Reported by: ryandesign@… Owned by: cristiano.fontana@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: geant4

Description

The libraries installed by geant4 reference the destroot path in their install_name. See the output of otool -D:

$ otool -D /opt/local/lib/libG4FR.dylib
/opt/local/lib/libG4FR.dylib:
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib

The install_name should be "/opt/local/lib/libG4FR.dylib" not "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib".

Change History

comment:1 Changed 3 years ago by jmr@…

  • Owner changed from cristiano.fontana@… to cristiano.fontana@…
Note: See TracTickets for help on using tickets.