mirror of https://github.com/Kitware/CMake.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
343 B
8 lines
343 B
if test "$CMAKE_CI_NIGHTLY" = "true"; then
|
|
source .gitlab/ci/ispc-env.sh
|
|
fi
|
|
|
|
# Patch HDF5 Fortran compiler wrappers to work around Fedora bug.
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2183289
|
|
sed -i '/^includedir=/ s|/mpich-x86_64||' /usr/lib64/mpich/bin/h5pfc
|
|
sed -i '/^includedir=/ s|/openmpi-x86_64||' /usr/lib64/openmpi/bin/h5pfc
|