Ticket #51101: root6.diff
File root6.diff, 1.8 KB (added by cjones051073 (Chris Jones), 9 years ago) |
---|
-
Portfile
11 11 PortGroup xcodeversion 1.0 12 12 13 13 # don't forget to update both the git tag and the version 14 #github.setup root-mirror root <sha> 15 github.setup root-mirror root 6-06-02 v16 version 6.06.0 214 github.setup root-mirror root 7ed7e643b913a85534ccd2fbc8bfa4b50f1a0992 15 #github.setup root-mirror root 6-06-02 v 16 version 6.06.03 17 17 18 18 # this could be a better way to set the version (unless we use a sha sum for the git tag ;) 19 19 # version [string map {- .} $version] 20 20 set version_major [lindex [split ${version} .] 0] 21 21 22 checksums rmd160 5 684cffb848e4ef731b2312c1f9c9c7e724fe0f1\23 sha256 2751c25fab56a86acda8de330f3c34dbc963948901127ebc71507dc482a2632722 checksums rmd160 5846ac31d3f081628dbac7743d47b6424acf85b0 \ 23 sha256 52a054a0784e4730d98c5d3cf37a6e667268ffcbc989b217f5c5c22ed9cad1c1 24 24 25 25 name root${version_major} 26 26 categories science … … 61 61 select.file ${filespath}/${name} 62 62 63 63 # Force a compatible compiler 64 #compiler.blacklist-append *gcc* {clang < 602} macports-clang-3.4 macports-clang-3.365 #compiler.fallback-append macports-clang-3.7 macports-clang-3.6 macports-clang-3.566 64 compiler.blacklist-append *gcc* {clang < 500} macports-clang-3.3 67 65 compiler.fallback-append macports-clang-3.7 macports-clang-3.6 macports-clang-3.5 68 66 … … 257 255 } 258 256 259 257 variant vc description {Build with Vc library support} { 260 configure.args-replace -Dvc=OFF -Dvc=ON 258 ui_msg "Vc support is currently disabled by upstream" 259 #configure.args-replace -Dvc=OFF -Dvc=ON 261 260 } 262 261 263 262 variant debug description {Enable a debug build} {