Skip to content
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

Missing CMake script for installing in debug mode #7

Open
stvdwtt opened this issue Dec 18, 2019 · 1 comment
Open

Missing CMake script for installing in debug mode #7

stvdwtt opened this issue Dec 18, 2019 · 1 comment

Comments

@stvdwtt
Copy link
Collaborator

stvdwtt commented Dec 18, 2019

There are configuration scripts for installing on Condos with the GNU compiler in both optimized and debug mode. However, the only CMake script for Condos has the path for the optimized settings hard-coded.

@jeanlucf22 Should there be a second CMake script for installing in debug mode, or should it try to auto-detect whether you're in optimized or debug mode? I'd be happy to take care of this as a first contribution.

@jeanlucf22
Copy link
Collaborator

The preferred option is to use cmake to build the main code, and autoconf for the base libraries. It may actually be the only one working. So autodonf scripts are really used only for the base libraries.

(cmake) build scripts are meant to be examples of how to build the code. They just happen to be the ones I often use. Debug vs optimize: this is the user's choice and should be in their own script. But it doesn't mean that additional scripts could not be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants