Ticket #34287: Portfile.diff
File Portfile.diff, 1.3 KB (added by christophe.prudhomme@…, 13 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 90854 2012-03-16 03:52:35Z mmoll@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 … … 23 23 distname ${name}-lite-${version} 24 24 worksrcdir ${name}-${version} 25 25 universal_variant no 26 26 27 checksums md5 9272439b31313824d3c4e8f23e3e06e3 \ 27 28 sha1 312c5b7219925439d38533990aa439c4d98e2b79 \ 28 29 rmd160 ca38c987b5f0559ccbc650d2a35831328ead3cf6 … … 37 38 --with-cc=${prefix}/bin/openmpicc \ 38 39 --with-cxx=${prefix}/bin/openmpicxx \ 39 40 --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 \ 40 48 --with-fc=${prefix}/bin/openmpif90 \ 41 49 --LIBS=-lstdc++ 42 50 43 destroot.destdir DESTDIR=${destroot}${prefix}/lib/petsc 51 destroot.destdir DESTDIR=${destroot}${prefix}/lib/petsc 44 52 post-destroot { 45 53 reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/lib/petsc/conf/RDict.db \ 46 54 ${destroot}${prefix}/lib/petsc/conf/petscrules \