Ticket #49935: root6.diff
File root6.diff, 1.4 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 <sha> 14 github.setup root-mirror root 6-04-1 0v15 version 6.04.1 014 github.setup root-mirror root 6-04-12 v 15 version 6.04.12 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 3ad020153c74aef78e702d7b5b39a8eb4fdfe3b1\22 sha256 cf071e64ea0caeaa6086f5343d322f410b2358e57946330c5c78ce13051756e121 checksums rmd160 a607eb11c3e84c8e61c1c7dcdad5de7daa0c998c \ 22 sha256 140de60f190970453dd0c53aa27b33fa73fe1c8a6e863620a4c6fb9ac9a975a2 23 23 24 24 name root${version_major} 25 25 categories science … … 74 74 -DCMAKE_INSTALL_SYSCONFDIR="${install_prefix}/etc/root" \ 75 75 -DCMAKE_INSTALL_NAME_DIR="${install_prefix}/lib/root" \ 76 76 -Dfortran=OFF \ 77 -Dbuiltin_davix=ON \ 77 78 -Dbuiltin_freetype=ON \ 78 79 -Dbuiltin_glew=OFF \ 79 80 -Dbuiltin_pcre=OFF \