Bug#811210: mpicxx.h always errors out with an unfullfillable compiler check

Matthias Klose doko at debian.org
Sat Jan 16 20:45:11 UTC 2016


Package: src:mpich
Version: 3.2-4
Severity: grave
Tags: sid stretch

/usr/include/mpich/mpicxx.h reads

#ifdef __GNUC__
# if __GNUC__ >= 5
#  if __GNUC_MINOR__ > 2 && 3 == 2
#  error 'Please use the same version of GCC and g++ for compiling MPICH and 
user MPI programs'
#  endif
# endif
#endif

so this always errors out. Proposing to limit this check to the major version, 
or completely remove it.



More information about the debian-science-maintainers mailing list