Ticket #40238: root.diff
File root.diff, 1.5 KB (added by cjones051073 (Chris Jones), 11 years ago) |
---|
-
Portfile
old new 5 5 6 6 name root 7 7 version 5.34.09 8 revision 18 revision 2 9 9 categories science 10 10 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc 11 11 license LGPL-2.1+ … … 53 53 --with-ld=${configure.cxx} 54 54 if { ${configure.f77} != "" } { 55 55 configure.args-append --with-f77=${configure.f77} 56 } else { 57 # Set something configure will fail to find 58 configure.args-append --with-f77="NONE" 56 59 } 57 60 # the build type (32 or 64 bit) -must- be for first argument 58 61 if {${build_arch} == "i386" || ${build_arch} == "ppc"} { … … 112 115 113 116 universal_variant no 114 117 115 default_variants +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion 118 default_variants +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion +cxx11 116 119 117 120 post-destroot { 118 121 reinplace "s|lib/python/genreflex|lib/root/python/genreflex|g" ${destroot}${prefix}/bin/genreflex 119 122 } 120 123 124 variant cxx11 description {Build with c++11 support} { 125 configure.args-delete --disable-c++11 126 configure.args-append --enable-c++11 127 } 128 121 129 variant xrootd description {Build with XRootD support} { 122 130 configure.args-delete --disable-xrootd 123 131 configure.args-append --enable-xrootd \