-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for building Aluminum as a submodule #173
base: hydrogen
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM
set(EL_HYBRID ON) | ||
else () | ||
message(WARNING "Requested OpenMP support but OpenMP support was either " | ||
"not found or not functional.") | ||
set(EL_HYBRID OFF) | ||
set(Hydrogen_ENABLE_OPENMP OFF) | ||
set(HYDROGEN_HAVE_OPENMP OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems pointless if Hydrogen_ENABLE_OPENMP should set it, but ok
|
||
include("FindAndVerifyExtendedPrecision") | ||
|
||
# LAPACK | ||
# TODO: This should be cleaned up to better support a consistent view |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. This should probably be something like HYDROGEN_BLAS_LIBRARY
and set to OPENBLAS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
There are some rougher bits here with having to fish out the variables from the aluminum subdirectory.
Automatic updates to the submodule are supported.