mpi

Sean Farley sean at macports.org
Tue Sep 30 18:08:31 PDT 2014


Ryan Schmidt writes:

> On Sep 30, 2014, at 7:04 PM, Sean Farley wrote:
>
>> This is pretty much was is done (modulo the blacklist). If I understand
>> correctly, though, you want to remove gcc from being able to be used as
>> a compiler? This would be a serious limitation.
>
> Removed as a C/C++/ObjC/ObjC++ compiler, yes. In what situations do you find that using gcc as the C/C++/ObjC/ObjC++ compiler is still necessary?

Of course there are many situations. We're talking about numerical code
here, so these projects are sometimes pushing the boundaries of what the
compilers can optimize. It is a great help if one can test both of these
cases out.

Flat out removing all gcc compilers is dead on arrival and will
ultimately drive people to ditch MacPorts.

Using gcc for C and fortran, is not a problem. The only issue, of
course, is C++. Even then, using C++ is only a problem when trying to
mix libc++ and libstdc++. The question, to me, is: why is it still not
possible to distinguish foo+gcc and foo+clang in MacPorts?


More information about the macports-dev mailing list