[MacPorts] #56843: py36-graph-tool @2.27+clang60+openmp configuration error

MacPorts noreply at macports.org
Fri Jul 20 00:22:53 UTC 2018


#56843: py36-graph-tool @2.27+clang60+openmp configuration error
----------------------------+----------------------
  Reporter:  bakergilx      |      Owner:  count0
      Type:  defect         |     Status:  assigned
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.5.3
Resolution:                 |   Keywords:
      Port:  py-graph-tool  |
----------------------------+----------------------

Comment (by kencu):

 We could probably just add it to this:
 {{{
     if {![variant_isset ld64_97] && ![variant_isset ld64_127]} {
         if {${os.major} < 9} {
             default_variants +ld64_97
         } elseif {${os.major} < 11} {
             default_variants +ld64_127
         }
     }
 }}}

 like this maybe:
 {{{
     if {![variant_isset ld64_97] && ![variant_isset ld64_127]} {
         if {${os.major} < 9} {
             default_variants +ld64_97
         } elseif {${os.major} < 11} {
             default_variants +ld64_127
         } elseif {${os.major} > 11} {
             default_variants +ld64_xcode
         }
     }
 }}}
 and bump the revision to propagate that through.

-- 
Ticket URL: <https://trac.macports.org/ticket/56843#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list