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 was archived by the owner on Jul 16, 2024. It is now read-only.
A number of codes and the way they are build have minimum needs (gcc version, cmake version, hardware version). It would be desirable to encode these as much as possible as requirements for cmake, checks in make, etc. so as to give a better error message experience when builds are attempted without the requirements for success.
A number of codes and the way they are build have minimum needs (gcc version, cmake version, hardware version). It would be desirable to encode these as much as possible as requirements for cmake, checks in make, etc. so as to give a better error message experience when builds are attempted without the requirements for success.