Update mesa
Add support for OSMesa 11.2.2
Merge request reports
Activity
Testing commands handed to buildbot.
Branch-at: f97a3777
- Projects/unix/llvm.cmake 0 → 100644
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.
Added 1 commit:
- 517261ab - Update osmesa version to 11.2.2
mentioned in commit 57192cc2
Mentioned in commit shawn.waldon/paraview-superbuild@57192cc2
Please register or sign in to reply