Ticket #42077: Portfile-silo.2.diff

File Portfile-silo.2.diff, 2.5 KB (added by ghweber@…, 11 years ago)

Revised diff for portfile (remove variant, enable shared, add gcc versions)

  • (a) /Volumes/LBNL vs. (b) Portfile

    a b  
    44PortSystem          1.0
    55
    66name                silo
    7 version             4.9
    8 revision            1
     7version             4.9.1
    98categories          science
    109platforms           darwin
    1110maintainers         nomaintainer
     
    1817homepage            https://wci.llnl.gov/codes/silo/
    1918master_sites        ${homepage}silo-${version}/
    2019
    21 checksums           sha1    47534662d880e9fec61aa7f55a72fa130a70c201 \
    22                     rmd160  6939158da08946c81f626ba5e0840cfe44a05f1d
     20checksums           sha1    f97b62dd8b2e1f0266ab2ba2924ecaa68303d28c \
     21                    rmd160  4228345a7fb2994c7e331c098712aaaafe0f2782
    2322
    2423distname            ${name}-${version}-bsd
    2524
     
    3534configure.args      --enable-optimization \
    3635                    --disable-fortran \
    3736                    --with-zlib \
     37                    --enable-install-lite-headers \
     38                    --enable-shared \
    3839                    --enable-browser=no \
    3940                    --enable-silex=no
    4041
     
    4849
    4950variant gcc44 description {
    5051    Build with MacPorts gcc44 compiler.
    51 } conflicts gcc45 gcc46 gcc47 {
     52} conflicts gcc45 gcc46 gcc47 gcc48 gcc49 {
    5253    configure.compiler          macports-gcc-4.4
    5354}
    5455
    5556variant gcc45 description {
    5657    Build with MacPorts gcc45 compiler.
    57 } conflicts gcc44 gcc46 gcc47 {
     58} conflicts gcc44 gcc46 gcc47 gcc48 gcc49 {
    5859    configure.compiler          macports-gcc-4.5
    5960}
    6061
    6162variant gcc46 description {
    6263    Build with MacPorts gcc46 compiler.
    63 } conflicts gcc44 gcc45 gcc47 {
     64} conflicts gcc44 gcc45 gcc47 gcc48 gcc49 {
    6465    configure.compiler          macports-gcc-4.6
    6566}
    6667
    6768variant gcc47 description {
    6869    Build with MacPorts gcc47 compiler.
    69 } conflicts gcc44 gcc45 gcc46 {
     70} conflicts gcc44 gcc45 gcc46 gcc48 gcc49 {
    7071    configure.compiler          macports-gcc-4.7
    7172}
    7273
     74variant gcc48 description {
     75    Build with MacPorts gcc48 compiler.
     76} conflicts gcc44 gcc45 gcc46 gcc47 gcc49 {
     77    configure.compiler          macports-gcc-4.8
     78}
     79
     80variant gcc49 description {
     81    Build with MacPorts gcc49 compiler.
     82} conflicts gcc44 gcc45 gcc46 gcc47 gcc48 {
     83    configure.compiler          macports-gcc-4.9
     84}
     85
    7386livecheck.type      regex
    7487livecheck.url       ${homepage}downloads.html
    7588livecheck.regex     ${name}-(\[0-9.\]+)-bsd