Ticket #49594: root5.diff

File root5.diff, 1.3 KB (added by cjones051073 (Chris Jones), 9 years ago)
  • Portfile

     
    1010
    1111github.setup        root-mirror root 5-34-34 v
    1212version             5.34.34
     13revision            1
    1314
    1415set version_major   [lindex [split ${version} .] 0]
    1516
     
    111112                    --disable-oracle \
    112113                    --disable-http \
    113114                    --disable-vc \
     115                    --disable-mathmore \
    114116                    --enable-builtin-ftgl \
    115                     --enable-mathmore \
    116117                    --enable-genvector \
    117118                    --enable-memstat \
    118119                    --enable-unuran \
     
    186187
    187188universal_variant   no
    188189
    189 default_variants    +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion +http
     190default_variants    +ssl +xml +minuit2 +tmva +roofit +graphviz +opengl +soversion +http
    190191
    191192# Since ROOT 5.34.15 the cocoa backend is default on OSX 10.8 or newer
    192193# We also make it default on 10.7
     
    245246}
    246247
    247248variant gsl description {Build with gsl support} {
     249    configure.args-replace --disable-mathmore --enable-mathmore
    248250    configure.args-delete   --disable-gsl-shared
    249251    configure.args-append   --enable-gsl-shared \
    250252                            --with-gsl-incdir="${prefix}/include" \