[MacPorts] #44296: ROOT5 : Update to 5.34.19

MacPorts noreply at macports.org
Wed Jul 9 14:15:54 PDT 2014


#44296: ROOT5 : Update to 5.34.19
-----------------------+---------------------------------
  Reporter:  jonesc@…  |      Owner:  macports-tickets@…
      Type:  update    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.3.1
Resolution:            |   Keywords:  haspatch maintainer
      Port:  root5     |
-----------------------+---------------------------------

Comment (by mojca@…):

 Just a few questions before committing:
   * Did you plan to include some code related to the (conflicting) python
 variants?
   * We might want to address ticket #44224 (maybe by blacklisting
 compilers), but I'm not sure how and it's low priority anyway.
   * Somewhere on the "TODO" list I have the following chunk of code left
 (probably it needs to be tested and compared with ROOT 6):
 {{{
 +# make sure that the proper variant is automatically selected
 +# (ROOT crashes if the compiler it was built with doesn't exist)
 +if {![variant_isset clang33] && ![variant_isset clang34] &&
 ![variant_isset clang35]} {
 +    if { ${configure.compiler} eq "macports-clang-3.3" } {
 +        default_variants-append +clang33
 +    } elseif { ${configure.compiler} eq "macports-clang-3.4" } {
 +        default_variants-append +clang34
 +    } elseif { ${configure.compiler} eq "macports-clang-3.5" } {
 +        default_variants-append +clang35
 +    }
 +}
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/44296#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list