Ticket #42456: root.diff

File root.diff, 1.3 KB (added by cjones051073 (Chris Jones), 10 years ago)
  • science/root/Portfile

    old new  
    44PortSystem          1.0
    55
    66name                root
    7 version             5.34.14
    8 revision            1
     7version             5.34.15
    98
    109categories          science
    1110maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
     
    2019master_sites        http://root.cern.ch/download/ \
    2120                    ftp://root.cern.ch/root/
    2221
    23 checksums           rmd160  6d316e47835d91597131d501cf3c1ef8f9dd4773 \
    24                     sha256  d5347ba1b614eb083cf08050b784d66a93c125ed89938708da1adb33323dee2b
     22checksums           rmd160  bac74c87947028353399450da53cd83556d598b4 \
     23                    sha256  d1dcddd17084de4001847841835cf56dcd5affcfa28d46d2516928efd97b71ae
    2524
    2625worksrcdir          root
    2726
     
    137136
    138137default_variants    +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion
    139138
     139# Since ROOT 5.34.15 the cocoa backend is default on OSX 10.8 or newer, so do the same
     140if {${os.major} > 11} {
     141    default_variants-append +cocoa
     142}
     143
    140144post-destroot {
    141145    reinplace "s|lib/python/genreflex|lib/root/python/genreflex|g" ${destroot}${prefix}/bin/genreflex
    142146}