We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f486148 commit d4c4c3aCopy full SHA for d4c4c3a
prerequisites/build-functions/build_and_install.sh
@@ -20,7 +20,7 @@ build_and_install()
20
21
if [[ "${package_to_build}" != "gcc" ]]; then
22
23
- if [[ "${package_to_build}" == "mpich" && "${version_to_build}" == "3.2" && "${OSTYPE}" == "darwin"* ]]; then
+ if [[ "${package_to_build}" == "mpich" && "${version_to_build}" == "3.2" ]]; then
24
info "Patching MPICH 3.2 on Mac OS due to segfault bug (see http://lists.mpich.org/pipermail/discuss/2016-May/004764.html)."
25
sed -i '' 's/} MPID_Request ATTRIBUTE((__aligned__(32)));/} ATTRIBUTE((__aligned__(32))) MPID_Request;/g' \
26
"${download_path}/${package_source_directory}/src/include/mpiimpl.h"
0 commit comments