-
Notifications
You must be signed in to change notification settings - Fork 285
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
[Question]: How To Contribute the Infinity DataBase #1373
Comments
Hi, currently, Infinity could not be compiled under mac directly. You could try it within docker, and set up the compilation environment according to this guide. |
LOG Hello I follow Build from source on Ubuntu 22.04 , happen This project requires the processor support fused multiply-add (FMA) @yingfeng |
You could try to remove instructions in CMake to see whether it could be compiled and run. We do not have mac m1/m2, as a result we could not tell whether it could work correctly. According to a PR from third party contributor, Infinity could be compiled under arm64(linux), while we have not made sure whether it could work normally. However, having infinity work under arm does belong to our roadmap for 0.3. |
thanks,I tried it and it didn't work. |
Thank you, Yinfeng. I rebuilt it on CentOS using Docker, and it was successful |
Describe your problem
hello infinitycommiter , I would like to know how to contribute to this open source database including how to set up a local development environments in mac os and local testing and i can not find it in official website, Is there a contribute tutorial here
The text was updated successfully, but these errors were encountered: