You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
Hi gorgitko
how to compile the osra_reaction.cpp manually with out gnu+11 , this cpp shows error when running make in osra installation
I checked the installtion guidelines of yours
osra_reaction.cpp compile manually without "-std=gnu++11" (see the g++ command which failed and run it manually without "-std=gnu++11")
The text was updated successfully, but these errors were encountered:
in make output, find the line (which failed) containing the command g++ ... osra_reaction.cpp. Then run this command separately without the -std=gnu++11 option.
But generally, I would recommend to use the provided conda package.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi gorgitko
how to compile the osra_reaction.cpp manually with out gnu+11 , this cpp shows error when running make in osra installation
I checked the installtion guidelines of yours
The text was updated successfully, but these errors were encountered: