Ticket #41636: root.diff
File root.diff, 1.5 KB (added by cjones051073 (Chris Jones), 11 years ago) |
---|
-
science/root/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name root 7 version 5.34.12 8 revision 1 7 version 5.34.13 9 8 10 9 categories science 11 10 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc … … 20 19 master_sites http://root.cern.ch/download/ \ 21 20 ftp://root.cern.ch/root/ 22 21 23 checksums rmd160 551a6373adbc915e4a8740427c1d71f00ebf77ec\24 sha256 b471def39ef2ce032a820e46b4c7a699ca0a7f123f4d975a7bf151b49831e80222 checksums rmd160 4f80710d25621eb35877c76d27764e42e6aeb826 \ 23 sha256 15ee741ca2766ee4c7bacadfca64ae9c3f53ddba2ea28728554d78a088ee0043 25 24 26 25 worksrcdir root 27 26 … … 110 109 --enable-table \ 111 110 --enable-fink \ 112 111 --enable-gdml \ 113 --enable-builtin-freetype 112 --enable-builtin-freetype 114 113 115 114 platform darwin { 116 115 set cxx_stdlib {} … … 140 139 reinplace "s|lib/python/genreflex|lib/root/python/genreflex|g" ${destroot}${prefix}/bin/genreflex 141 140 } 142 141 142 variant debug description {Enable a debug build} { 143 configure.args-append --build=debug 144 } 145 143 146 variant xrootd description {Build with XRootD support} { 144 147 configure.args-delete --disable-xrootd 145 148 configure.args-append --enable-xrootd \