Merged
Conversation
- compiles with newer LLVM. The older mesa-17 versions balk at the changes in the llvm::FastMath class, where a member function has been removed.
adamjstewart
approved these changes
Jun 27, 2018
healther
reviewed
Jun 27, 2018
Contributor
healther
left a comment
There was a problem hiding this comment.
can you add conflicts statements for the known build incompatibilities?
Contributor
Author
|
True enough, some conflicts statements would definitely help. Unfortunately I was fighting on several fronts to get anything going. I finally did get VTK+mesa built, but only after manually creating symlinks within mesa I don't know if the spack dependency was failing, if the VTK cmake files for finding mesa are failing, or this is just my problem since I use opensuse and it has Maybe someone with more time can take a look. Or, if nothing else, can cross reference to here in the future. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
compiles with newer LLVM.
The older mesa-17 versions balk at the changes in the llvm::FastMath
class, where a member function has been removed.