-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intel oneAPI Toolkit no longer available for macOS #90
Comments
The issue seems to be deeper than README. While I am trying to rebuild plugins it fails. Using provided scripts: ./build-plugins.sh _SPARTA_ambiBIN_ all And the error was:
When using CMake:
|
It seems the issue is that while building SAF within SPARTA, SAF_PERFORMANCE_LIB is being improperly set to SAF_USE_INTEL_MKL_LP64 on Apple. |
It seems that while CMake build can be adjusted by calling it as: cmake -S . -B build -DSAF_PERFORMANCE_LIB=SAF_USE_APPLE_ACCELERATE -DCMAKE_OSX_ARCHITECTURES="arm64" calling the |
Dude you saved my day, thanks for a lot! |
Hello,
I am attempting to rebuild the plugins by myself on macOS 14.1.2/M1.
The README points to the Intel opeAPI Toolkit in the prerequisites section. Unfortunately, Intel no longer supports Mac OS:
However, Intel® oneAPI Math Kernel Library alone seems to be available.
Probably the README should be updated.
The text was updated successfully, but these errors were encountered: