Ticket #39890: Portfile.scotch.diff

File Portfile.scotch.diff, 1.9 KB (added by wimmer@…, 11 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                scotch
    7 version             5.1.11
    8 revision            5
     7version             5.1.12b
     8revision            6
    99
    1010# this is specific to this port and *version* for downloading it:
    11 set release         28043
     11set release         28978
    1212
    1313categories          science
    1414maintainers         mk pixilla
     
    2020
    2121homepage            http://gforge.inria.fr/projects/scotch
    2222master_sites        https://gforge.inria.fr/frs/download.php/${release}
    23 distname            scotch_${version}
     23distname            scotch_${version}_esmumps
    2424
    2525livecheck.type      regex
    2626livecheck.url       https://gforge.inria.fr/frs/?group_id=248
    27 livecheck.regex     "scotch_(5\\.\\d+\\.\\d+)\\.tar\\.gz"
     27livecheck.regex     "scotch_(5\\.\\d+\\.\\d+.)_esmumps\\.tar\\.gz"
    2828
    2929use_bzip2           no
    3030
    31 worksrcdir          ${name}_${version}/src
     31worksrcdir          ${name}_5.1.12_esmumps/src
    3232
    33 checksums           md5     36d638a227f38a219b51fe8ddc2093ac \
    34                     sha1    7cee69345bd101b0dbd8aff9b410dea6834c32d6 \
    35                     rmd160  2b72f555af192a17eecec65d50bd241ad87adec2
     33checksums           md5     e13b49be804755470b159d7052764dc0 \
     34                    sha1    3866deea3199bc364d31ec46c63adcb799a8cf48 \
     35                    rmd160  38ed5135e401767d0df8ecea6bcf8f7e4a60a464
    3636
    3737use_configure       no
    3838
     
    7171
    7272pre-build {
    7373    copy ${worksrcpath}/Make.inc/Makefile.inc.i686_mac_darwin8 ${worksrcpath}/Makefile.inc
     74    reinplace "s|-O3|-O3 -fPIC|" ${worksrcpath}/Makefile.inc
    7475    reinplace "s|gcc|\$(CC)|" ${worksrcpath}/Makefile.inc
    7576    reinplace "s|mpicc|${prefix}/bin/openmpicc|" ${worksrcpath}/Makefile.inc
    7677}
     
    8788    xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
    8889    eval xinstall -m 755 [glob ${worksrcpath}/../man/man1/*] ${destroot}${prefix}/share/man/man1
    8990}
    90