Ticket #45345: root5.diff

File root5.diff, 2.3 KB (added by cjones051073 (Chris Jones), 10 years ago)
  • Portfile

     
    66PortGroup           active_variants 1.1
    77PortGroup           select 1.0
    88PortGroup           compiler_blacklist_versions 1.0
     9PortGroup           github 1.0
    910
    10 name                root5
    11 version             5.34.21
     11github.setup        root-mirror root 412c352e586db31d27416e9369af334a482f1db7
     12version             5.34.22
    1213
    1314set version_major   [lindex [split ${version} .] 0]
    1415
     16name                root5
    1517categories          science
    1618maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
    1719license             LGPL-2.1+
     20
    1821description         ROOT is a data analysis framework from CERN
    1922long_description    The ROOT system provides a set of frameworks with all \
    2023                    the functionality needed to handle and analyze large amounts \
    21                     of data in a very efficient way
     24                    of data in a very efficient way.
     25
    2226homepage            http://root.cern.ch/
    2327platforms           darwin
    24 distname            root_v${version}.source
    25 master_sites        http://root.cern.ch/download/ \
    26                     ftp://root.cern.ch/root/
    2728
    28 checksums           rmd160  ed43f57737449db63163210cafba6fd4f48721f3 \
    29                     sha256  a843912db900741da223b5f4ba444036d5527bd9d72c7a4a0685936b434d4bcb
     29checksums           rmd160  83559fc8ad960145f942f8002c787507b6296b78 \
     30                    sha256  0f8ed7024f3d41a711988ba7b9f7648b08186a46251469cd5d2cd3e1a3ede273
    3031
    3132dist_subdir         root
    32 worksrcdir          root
    3333
    3434depends_lib         port:xz \
    3535                    port:pcre \
     
    304304# ========================================================================================
    305305
    306306# List of possible python versions
    307 set python_versions { 2.6 2.7 3.1 3.2 3.3 3.4 }
     307set python_versions { 2.6 2.7 3.3 3.4 }
    308308
    309309# Define the available variants
    310310foreach ver ${python_versions} {
     
    566566# Note that g95 does not work here, so that variant is removed
    567567# ========================================================================================
    568568
    569 set gcc_versions { 4.3 4.4 4.5 4.6 4.7 4.8 4.9 }
     569set gcc_versions { 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 }
    570570set default_fortran_variant +gcc48
    571571
    572572foreach ver ${gcc_versions} {