Ticket #42456: root.diff
File root.diff, 1.3 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.14 8 revision 1 7 version 5.34.15 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 6d316e47835d91597131d501cf3c1ef8f9dd4773\24 sha256 d 5347ba1b614eb083cf08050b784d66a93c125ed89938708da1adb33323dee2b22 checksums rmd160 bac74c87947028353399450da53cd83556d598b4 \ 23 sha256 d1dcddd17084de4001847841835cf56dcd5affcfa28d46d2516928efd97b71ae 25 24 26 25 worksrcdir root 27 26 … … 137 136 138 137 default_variants +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion 139 138 139 # Since ROOT 5.34.15 the cocoa backend is default on OSX 10.8 or newer, so do the same 140 if {${os.major} > 11} { 141 default_variants-append +cocoa 142 } 143 140 144 post-destroot { 141 145 reinplace "s|lib/python/genreflex|lib/root/python/genreflex|g" ${destroot}${prefix}/bin/genreflex 142 146 }