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.

--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to