Skip to content
Snippets Groups Projects

Update mesa

Merged Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview-superbuild:update_mesa into master

Add support for OSMesa 11.2.2

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 add_external_project_or_use_system(llvm
2 DEPENDS zlib python
3 CMAKE_ARGS
4 -DCMAKE_BUILD_TYPE=Release
5 -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
6 -DLLVM_BUILD_LLVM_DYLIB=ON
7 -DLLVM_ENABLE_RTTI=ON
8 -DLLVM_INSTALL_UTILS=ON
9 -DPYTHON_EXECUTABLE=${pv_python_executable}
  • @chuck.atkins removed the llvm targets override. Let LLVM do the default since we do, in theory, support PowerPC/Bluegene builds.

  • We still want the target in there since without it, the default behavior is to build ALL supported targets, i.e AArch64 AMDGPU ARM BPF CppBackend Hexagon Mips MSP430 NVPTX PowerPC Sparc SystemZ X86 XCore. I think specifying X86 is fine since BGQ needs to be cross compiled anyways, which this build doesn't support. I just wanted it to be noted so I wasn't the only one who knew about the potential issue.

  • done. I've also added a comment.

  • Utkarsh Ayachit Added 1 commit:

    Added 1 commit:

    • 517261ab - Update osmesa version to 11.2.2
  • Basic content checks passed!

    Changes since last check: compare

    Branch-at: 517261ab
    Acked-by: @kwrobot

  • Merging so I can move on. Customer has been able to build osmesa on his system without issues. If mako is indeed needed, we can add extend to add support for it.

    Do: merge

  • Utkarsh Ayachit mentioned in commit 57192cc2

    mentioned in commit 57192cc2

  • Branch successfully merged and pushed!

  • Kitware Robot Status changed to merged

    Status changed to merged

  • Please register or sign in to reply
    Loading