| 1 | | whoops, ignorethis |
| | 1 | I have installed Xcode 15.1 beta and the 15.1 beta CLTs (because life is too short to waste time with broken linker). |
| | 2 | |
| | 3 | The build failed as above. |
| | 4 | |
| | 5 | I then ran: |
| | 6 | |
| | 7 | {{{ |
| | 8 | sudo install_name_tool -delete_rpath /opt/local/lib/libgcc /opt/local/lib/libopenblas-r1.dylib |
| | 9 | }}} |
| | 10 | |
| | 11 | and after that the build completed without issue: |
| | 12 | {{{ |
| | 13 | % port -v installed py311-scipy |
| | 14 | The 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 | }}} |