-
Notifications
You must be signed in to change notification settings - Fork 0
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
what's the gcc version need? #1
Comments
Hi jancely, Thanks for your interest in Ambigram. The gcc version is 13.2.0 in Linux. If you use MacOS, Apple clang version 14.0.3 works for making the file. Hope this information helps you. BTW, we recommend you install a conda environment where you can easily compile and install Ambigram. |
Thank you so much for your response. when I configure the pipeline, always come across the question of "cc1plus: error: unrecognized command line option "-std=gnu++11"" |
Is there any docker imgaes could be shared to avoid version conflict? |
Hi jancely, could you provide a detailed error message for configuration? There would be no errors if you compiled Ambigram in a conda environment created from the file environment.yml. |
I come across error when make the file, /home/Ambigram/src/HaploidProfile.cpp:46:8: error: use of deleted function ‘std::basic_stringstream& std::basic_stringstream::operator=(const std::basic_stringstream&)
The text was updated successfully, but these errors were encountered: