AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
503 stars 336 forks source link

GNU Make: Don't replace -I with -isystem for MPI include paths #3985

Closed WeiqunZhang closed 3 weeks ago

WeiqunZhang commented 3 weeks ago

We did it to avoid warnings coming from mpi headers. But this has issues if the mpi headers are installed in /usr/include/. So now the user must opt in to replace -I with -isystem.

X-Ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129