Changes between Version 2 and Version 3 of Ticket #68329, comment 16


Ignore:
Timestamp:
Oct 21, 2023, 3:57:52 AM (9 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68329, comment 16

    v2 v3  
    1 whoops, ignorethis
     1I have installed Xcode 15.1 beta and the 15.1 beta CLTs (because life is too short to waste time with broken linker).
     2
     3The build failed as above.
     4
     5I then ran:
     6
     7{{{
     8sudo install_name_tool -delete_rpath /opt/local/lib/libgcc /opt/local/lib/libopenblas-r1.dylib
     9}}}
     10
     11and after that the build completed without issue:
     12{{{
     13% port -v installed py311-scipy
     14The following ports are currently installed:
     15  py311-scipy @1.10.1_0+gfortran+openblas (active) requested_variants='' platform='darwin 23' archs='arm64' date='2023-10-20T20:53:55-0700'
     16}}}