Skip to content

New version mesa-18.1.2#8589

Merged
adamjstewart merged 1 commit intospack:developfrom
olesenm:mesa-version-18
Jun 27, 2018
Merged

New version mesa-18.1.2#8589
adamjstewart merged 1 commit intospack:developfrom
olesenm:mesa-version-18

Conversation

@olesenm
Copy link
Copy Markdown
Contributor

@olesenm olesenm commented Jun 27, 2018

  • 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.

- 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 adamjstewart merged commit e3f208e into spack:develop Jun 27, 2018
Copy link
Copy Markdown
Contributor

@healther healther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add conflicts statements for the known build incompatibilities?

@olesenm
Copy link
Copy Markdown
Contributor Author

olesenm commented Jun 27, 2018

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

for i in $(spack find  -vp mesa | awk '{ if (/mesa-/) print $NF}')
do
    (cd $i && ln -s lib64 lib)
done

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 lib64/ for autoconfig lib directories.

Maybe someone with more time can take a look. Or, if nothing else, can cross reference to here in the future.

@olesenm olesenm deleted the mesa-version-18 branch June 27, 2018 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants