Ticket #34287: Portfile.diff

File Portfile.diff, 1.3 KB (added by christophe.prudhomme@…, 12 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile 90854 2012-03-16 03:52:35Z mmoll@macports.org $
     1# $Id$
    22
    33PortSystem      1.0
    44
     
    2323distname        ${name}-lite-${version}
    2424worksrcdir      ${name}-${version}
    2525universal_variant   no
     26
    2627checksums           md5     9272439b31313824d3c4e8f23e3e06e3 \
    2728                    sha1    312c5b7219925439d38533990aa439c4d98e2b79 \
    2829                    rmd160  ca38c987b5f0559ccbc650d2a35831328ead3cf6
     
    3738                --with-cc=${prefix}/bin/openmpicc \
    3839                --with-cxx=${prefix}/bin/openmpicxx \
    3940                --with-mpiexec=${prefix}/bin/openmpiexec \
     41        --download-umfpack=1 \
     42        --download-ml \
     43        --download-parmetis \
     44        --download-blacs \
     45        --download-scalapack \
     46        --download-mumps \
     47        --download-ptscotch \
    4048                --with-fc=${prefix}/bin/openmpif90 \
    4149                --LIBS=-lstdc++
    4250
    43 destroot.destdir DESTDIR=${destroot}${prefix}/lib/petsc 
     51destroot.destdir DESTDIR=${destroot}${prefix}/lib/petsc
    4452post-destroot {
    4553   reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/lib/petsc/conf/RDict.db \
    4654                                                  ${destroot}${prefix}/lib/petsc/conf/petscrules \