Ticket #41636: root.diff

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

    old new  
    44PortSystem          1.0
    55
    66name                root
    7 version             5.34.12
    8 revision            1
     7version             5.34.13
    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  551a6373adbc915e4a8740427c1d71f00ebf77ec \
    24                     sha256  b471def39ef2ce032a820e46b4c7a699ca0a7f123f4d975a7bf151b49831e802
     22checksums           rmd160  4f80710d25621eb35877c76d27764e42e6aeb826 \
     23                    sha256  15ee741ca2766ee4c7bacadfca64ae9c3f53ddba2ea28728554d78a088ee0043
    2524
    2625worksrcdir          root
    2726
     
    110109                    --enable-table \
    111110                    --enable-fink \
    112111                    --enable-gdml \
    113                     --enable-builtin-freetype
     112                    --enable-builtin-freetype 
    114113
    115114platform darwin {
    116115    set cxx_stdlib {}
     
    140139    reinplace "s|lib/python/genreflex|lib/root/python/genreflex|g" ${destroot}${prefix}/bin/genreflex
    141140}
    142141
     142variant debug description {Enable a debug build} {
     143    configure.args-append --build=debug
     144}
     145
    143146variant xrootd description {Build with XRootD support} {
    144147    configure.args-delete   --disable-xrootd
    145148    configure.args-append   --enable-xrootd \