mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
2bc0708c39
The OpenMPI package in Fedora 34 requires a CPU with AVX instructions. Some of our CI machines do not have them, and so fail the FindMPI.Test test with `SIGILL`. Switch to MPICH. Since we test with OpenMPI on the Debian jobs, this covers more MPI vendors anyway.
3 lines
107 B
CMake
3 lines
107 B
CMake
set(ENV{MY_RUBY_HOME} "/usr/local/rvm/rubies/ruby-2.7.0")
|
|
set(ENV{PATH} "/usr/lib64/mpich/bin:$ENV{PATH}")
|