-
Notifications
You must be signed in to change notification settings - Fork 289
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
use SPlisHSPlasH on macos 14.3 (23D2057) with M3 chip #324
Comments
The same issue I also send to oneDPL oneapi-src/oneDPL#1658 |
Maybe the issue from here |
Since I do not have a Mac, I cannot test this. |
This is very much experimental at the moment. You can try the branch of the PR, with this modification to compactnsearch InteractiveComputerGraphics/CompactNSearch@aed7c7b . In the newer versions of onedpl there is an issue unfortuantely. However, we shouldn't even need onedpl at all, since we can do everything with openmp, which should be the only extra dependency on mac in the future. |
thanks for your answer! it's really work! But the next issue is
To solve the issue, I add But does not work |
I used the branch fix-macos of https://github.com/ruberith/SPlisHSPlasH , and solved it |
it says /opt/homebrew/Cellar/onedpl/2022.0.0/include/oneapi/dpl/internal/common_config.h:20:6: error: "oneDPL requires the C++ language version not less than C++17"
But AppleClang 15 supports c++17 (maybe)
The text was updated successfully, but these errors were encountered: