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

consistent use of _USE_ and _HAS_ cmake variables #618

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Conversation

DrTimothyAldenDavis
Copy link
Owner

Variables in cmake called *_USE_* are always user-defined, and are not modified by any cmake script (except for GRAPHBLAS_USE_CUDA which is not yet available in production).

Variables in cmake called *_HAS_* are set by cmake, not by the user who builds SuiteSparse. For example, if OpenMP is requested, the _USE_ is ON/OFF. Then if it is found and OK to use (v2.0 for most packages, v4.5 for ParU), then the corresponding _HAS_ variable is set ON/OFF.

@DrTimothyAldenDavis
Copy link
Owner Author

See issue #599 .

@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 13adfb5 into dev Dec 22, 2023
23 checks passed
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

Successfully merging this pull request may close these issues.

1 participant