[MacPorts] #57514: openmpi-default: Configure fails on xcode clang
MacPorts
noreply at macports.org
Tue Nov 6 14:55:37 UTC 2018
#57514: openmpi-default: Configure fails on xcode clang
------------------------------+------------------------
Reporter: mmaenz | Owner: seanfarley
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: openmpi-default |
------------------------------+------------------------
Old description:
> Configure fails with xcode clang in /usr/bin/clang -> Apple LLVM version
> 8.1.0 (clang-802.0.42).
>
> My $PATH exports first /opt/local/bin but port defaults to /usr/bin.
>
> Only help was to edit Portfile and comment out all supported compilers
> except gcc8 {macports-gcc-8}, put
> compiler.blacklist-append *clang*
> and add
> compiler.fallback macports-gcc-8
>
> Configure runs fine with gcc8.
>
> I didn't try other methods. This was my first idea.
>
> Thanks!
> -Michael
New description:
Configure fails with xcode clang in /usr/bin/clang -> Apple LLVM version
8.1.0 (clang-802.0.42).
My $PATH exports first /opt/local/bin but port defaults to /usr/bin.
Only help was to edit Portfile and comment out all supported compilers
except gcc8 {macports-gcc-8}, put
{{{
compiler.blacklist-append *clang*
}}}
and add
{{{
compiler.fallback macports-gcc-8
}}}
Configure runs fine with gcc8.
I didn't try other methods. This was my first idea.
Thanks!
-Michael
--
Comment (by mf2k):
In the future, please use WikiFormatting.
--
Ticket URL: <https://trac.macports.org/ticket/57514#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list