Changes between Initial Version and Version 1 of Ticket #65413, comment 4


Ignore:
Timestamp:
Jun 30, 2022, 12:44:14 PM (22 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65413, comment 4

    initial v1  
    1 Note though, libgcc/libgccX provides the runtime support under `/opt/local/lib/libgcc/` which is where ports should be looking for them. They should not be looking in areas like `/opt/local/lib/gcc11/gcc/x86_64-apple-darwin20/11.2.0`. These areas are a) only provided by the `gccX` ports, which are not intended to be needed by ports as a runtime dep, and also bakes the exact gcc version in to the path used, which is fragile as this can and does change on port updates.
     1Note though, libgcc/libgccX provides the runtime support under `/opt/local/lib/libgcc/` which is where ports should be looking for them. They should not be looking in areas like `/opt/local/lib/gcc11/gcc/x86_64-apple-darwin20/11.2.0`. These areas are a) only provided by the `gccX` ports, which are not intended to be needed by ports as a runtime dep, and b) bakes the exact gcc version in to the path used, which is fragile as this can and does change on port updates.
    22
    33So it might also be that `demeter` needs to be educated to look for `libgfortran` in the correct location.