macports / macports-webapp

Web application to display information about ports, build history and installation statistics
https://ports.macports.org/
BSD 2-Clause "Simplified" License
53 stars 25 forks source link

@rpath problems of the gcc/gfortran libraries #349

Closed xuhengdada closed 1 year ago

xuhengdada commented 1 year ago

Can we choose to use absolute path rather than use @rpath for these libraries when we install the gcc with MacPorts?

It looks strange for me that the libraries of gcc/gfortran use "@rpath" while many other packages use the absolute PATH.

Actually the "@rpath" sometimes causes problems that other libraries cannot find these libraries who use "@rpath".

jmroot commented 1 year ago

This is the issue tracker for the MacPorts web app only. Issues with ports should be reported at https://trac.macports.org/

xuhengdada commented 1 year ago

Thank you @jmroot. I also found the solvent at https://trac.macports.org/ticket/65510