Pochung Chen

Results 75 comments of Pochung Chen

````bash brew config HOMEBREW_VERSION: 4.6.9 ORIGIN: https://github.com/Homebrew/brew HEAD: 1c959c22cee9eb333130633b30d380766e2dd09b Last commit: 29 hours ago Branch: stable Core tap JSON: 04 Sep 15:11 UTC Core cask tap JSON: 04 Sep 15:12...

I find that `FindBlas` may find the `libopenblas.so` and (if necessary) `liblapacke.so` and link it properly, but at the same time the path for Header files might be wrong. On...

This is compiled using default Apple clang version 17.0.0 (clang-1700.0.13.5) otool -L /Users/pcchen/.venv/apple/lib/python3.13/site-packages/cytnx/cytnx.cpython-313-darwin.so /Users/pcchen/.venv/apple/lib/python3.13/site-packages/cytnx/cytnx.cpython-313-darwin.so: @rpath/cytnx.cpython-313-darwin.so (compatibility version 0.0.0, current version 0.0.0) /opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.13/Python (compatibility version 3.13.0, current version 3.13.0) /opt/homebrew/opt/openblas/lib/libopenblas.0.dylib (compatibility...

I think I am using the lastest MacOS SDK. ```` pcchen@MBA13 ~ % xcrun --show-sdk-version 15.5 pcchen@MBA13 ~ % xcrun --show-sdk-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk ````