Ticket #47933: root6.diff

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

     
    1111
    1212# don't forget to update both the git tag and the version
    1313#github.setup        root-mirror root 9ab0642adeca5d3703783bdbfeebfca86ea22af9
    14 github.setup        root-mirror root 6-03-04 v
    15 version             6.03.04
     14github.setup        root-mirror root 6-04-00 v
     15version             6.04.00
    1616
    1717# this could be a better way to set the version (unless we use a sha sum for the git tag ;)
    1818# version           [string map {- .} $version]
    1919set version_major   [lindex [split ${version} .] 0]
    2020
    21 checksums           rmd160  f00aa3a334790c9b7da7871c33015cd1d72d2c43 \
    22                     sha256  ea3d11119cb7ff606178c777fdd4276ef6ee0424a99d196f41fbeb92c3c36bfd
     21checksums           rmd160  41daa7cd2b04fd6a78bd60e626ad550383a87b05 \
     22                    sha256  1fae9b33e18a613a90619b5c0a5c950e0897319db2f045d1414bd76628547a37
    2323
    2424name                root${version_major}
    2525categories          science
     
    6565# port specific location
    6666set install_prefix ${prefix}/libexec/root${version_major}
    6767
    68 patchfiles          patch-interpreter-llvm-src-lib-Support-Unix-Program.inc.diff
    69 
    7068configure.args-append \
    7169                    -Dgnuinstall=ON \
    7270                    -DCMAKE_INSTALL_PREFIX="${install_prefix}" \
     
    302300
    303301variant tmva description {Build the TMVA package} {
    304302    configure.args-replace  -Dtmva=OFF -Dtmva=ON
    305     post-destroot {
    306         set tmvaTuts ${destroot}${install_prefix}/share/root/tutorial/tmva
    307         file mkdir ${tmvaTuts}
    308         foreach f [glob ${worksrcpath}/tmva/test/*] { file copy $f ${tmvaTuts}/ }
    309     }
    310303}
    311304
    312305variant minuit2 description {Build with minuit2 support} {