Ticket #47933: root6.diff
File root6.diff, 1.7 KB (added by cjones051073 (Chris Jones), 9 years ago) |
---|
-
Portfile
11 11 12 12 # don't forget to update both the git tag and the version 13 13 #github.setup root-mirror root 9ab0642adeca5d3703783bdbfeebfca86ea22af9 14 github.setup root-mirror root 6-0 3-04v15 version 6.0 3.0414 github.setup root-mirror root 6-04-00 v 15 version 6.04.00 16 16 17 17 # this could be a better way to set the version (unless we use a sha sum for the git tag ;) 18 18 # version [string map {- .} $version] 19 19 set version_major [lindex [split ${version} .] 0] 20 20 21 checksums rmd160 f00aa3a334790c9b7da7871c33015cd1d72d2c43\22 sha256 ea3d11119cb7ff606178c777fdd4276ef6ee0424a99d196f41fbeb92c3c36bfd21 checksums rmd160 41daa7cd2b04fd6a78bd60e626ad550383a87b05 \ 22 sha256 1fae9b33e18a613a90619b5c0a5c950e0897319db2f045d1414bd76628547a37 23 23 24 24 name root${version_major} 25 25 categories science … … 65 65 # port specific location 66 66 set install_prefix ${prefix}/libexec/root${version_major} 67 67 68 patchfiles patch-interpreter-llvm-src-lib-Support-Unix-Program.inc.diff69 70 68 configure.args-append \ 71 69 -Dgnuinstall=ON \ 72 70 -DCMAKE_INSTALL_PREFIX="${install_prefix}" \ … … 302 300 303 301 variant tmva description {Build the TMVA package} { 304 302 configure.args-replace -Dtmva=OFF -Dtmva=ON 305 post-destroot {306 set tmvaTuts ${destroot}${install_prefix}/share/root/tutorial/tmva307 file mkdir ${tmvaTuts}308 foreach f [glob ${worksrcpath}/tmva/test/*] { file copy $f ${tmvaTuts}/ }309 }310 303 } 311 304 312 305 variant minuit2 description {Build with minuit2 support} {