-
Notifications
You must be signed in to change notification settings - Fork 65
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
Switch to default FindMOAB.cmake
#942
Comments
Yes, I have noticed that. PyNE is also using custom |
While updating PyNE's |
I think we need to make a PR to MOAB to ensure that tis does include the version number. It is defined in the MOAB |
A PR in on the way. |
The typical way to decipher the version is to look at |
@vijaysm - do you provide a |
The current one doesn't decipher the version from headers. I think the PR is fine if it makes the workflow simpler. It would be good to expose it in config files rather than just in the header. |
We currently rely on a custom built
FindMOAB.cmake
script to inspect the system and set the right variables for a build. However, MOAB now publishes a their own version of this. We should test to see if we can use this version both to reduce our code burden and rely on updates to that as they emerge.At the same time, we can confirm whether version string is set by this
FindMOAB.cmake
to support #788The text was updated successfully, but these errors were encountered: