Bug#807318: libmpich-dev: should add Depends: to match hard-wired gcc dependency in mpicxx.h

2015-12-09 Thread peter green
/usr/include/mpich/mpicxx.h has a hardwired dependency on the gcc used to build mpich (gcc 5.2): #ifdef __GNUC__ # if __GNUC__>= 5 # if __GNUC_MINOR__> 2&& 2 == 2 # error 'Please use the same version of GCC and g++ for compiling MPICH and user MPI programs' # endif # endif #endif But the

Bug#807318: libmpich-dev: should add Depends: to match hard-wired gcc dependency in mpicxx.h

2015-12-07 Thread Drew Parsons
Package: libmpich-dev Version: 3.1-6 Severity: grave Justification: renders package unusable /usr/include/mpich/mpicxx.h has a hardwired dependency on the gcc used to build mpich (gcc 5.2): #ifdef __GNUC__ # if __GNUC__ >= 5 # if __GNUC_MINOR__ > 2 && 2 == 2 # error 'Please use the same vers