[MacPorts] #54997: OpenCoarray “Variant gcc6 conflicts with gcc7”
MacPorts
noreply at macports.org
Wed Oct 4 12:06:25 UTC 2017
#54997: OpenCoarray “Variant gcc6 conflicts with gcc7”
-----------------------+-------------------------
Reporter: gallafent | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: OpenCoarray
-----------------------+-------------------------
Following error hit when performing a periodic cleanup …
{{{
$ sudo port -f clean --all OpenCoarrays
Error: OpenCoarrays: Variant gcc6 conflicts with gcc7
Error: Unable to open port: Error evaluating variants
}}}
I assume that this is something to do with this in the Portfile, and that
GCC7 must now be the default, hence the conflict …
{{{
if {![variant_isset gcc6]} {
default_variants +gcc6
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/54997>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list