-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make CMake work on version 3.22 #14
Conversation
seems it requires cmake v3.30.1 to install vcpkg
I am getting crazy about the So I am considering to drop I totally agree with you to use simd for performance boost, but we can just simply introduce |
|
I understand your internet may be unreliable from China using a VPN.
vcpkg should only be downloading these dependencies once and will download them to I had a look at the packages provided by |
Yes, we should use vpn to access GitHub, and we can hardly use vpn in servers, but we can freely access conda. |
I have tested libhwy in conda is working, and I've decided to rollback to c4f2d60 We can then focus on the SIMD acceleration, not the compilation |
Okay if that's the case, then we can remove vcpkg as a dependency and install cmake, and highway from conda.
|
I've reverted the code, and recommended Anaconda. And libhwy is working with current setup. Let's keep it simple, and use libhwy to speed it up. Can you please update CI as well? |
I tested this on Ubuntu-22.04.
This change makes it build with CMake 3.22 which is the latest version on ubuntu-22.04.