Ticket #51101: root6.diff

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

     
    1111PortGroup           xcodeversion 1.0
    1212
    1313# 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 v
    16 version             6.06.02
     14github.setup        root-mirror root 7ed7e643b913a85534ccd2fbc8bfa4b50f1a0992
     15#github.setup        root-mirror root 6-06-02 v
     16version             6.06.03
    1717
    1818# this could be a better way to set the version (unless we use a sha sum for the git tag ;)
    1919# version           [string map {- .} $version]
    2020set version_major   [lindex [split ${version} .] 0]
    2121
    22 checksums           rmd160  5684cffb848e4ef731b2312c1f9c9c7e724fe0f1 \
    23                     sha256  2751c25fab56a86acda8de330f3c34dbc963948901127ebc71507dc482a26327
     22checksums           rmd160  5846ac31d3f081628dbac7743d47b6424acf85b0 \
     23                    sha256  52a054a0784e4730d98c5d3cf37a6e667268ffcbc989b217f5c5c22ed9cad1c1
    2424
    2525name                root${version_major}
    2626categories          science
     
    6161select.file         ${filespath}/${name}
    6262
    6363# Force a compatible compiler
    64 #compiler.blacklist-append *gcc* {clang < 602}  macports-clang-3.4 macports-clang-3.3
    65 #compiler.fallback-append  macports-clang-3.7 macports-clang-3.6 macports-clang-3.5
    6664compiler.blacklist-append *gcc* {clang < 500} macports-clang-3.3
    6765compiler.fallback-append  macports-clang-3.7 macports-clang-3.6 macports-clang-3.5
    6866
     
    257255}
    258256
    259257variant 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
    261260}
    262261
    263262variant debug description {Enable a debug build} {