Changeset 79611
- Timestamp:
- 06/20/11 08:20:28 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/mpich2/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/mpich2/Portfile
r76877 r79611 12 12 description Message Passing Interface (MPI) Library 13 13 long_description \ 14 MPICH2 is an implementation of the Message-Passing Interface (MPI). The \15 goals of MPICH2 are to provide an MPI implementation for important \16 platforms, including clusters, SMPs, and massively parallel processors. \17 It also provides a vehicle for MPI implementation research and for \18 developing new and better parallel programming environments.14 MPICH2 is an implementation of the Message-Passing Interface (MPI). The \ 15 goals of MPICH2 are to provide an MPI implementation for important \ 16 platforms, including clusters, SMPs, and massively parallel processors. \ 17 It also provides a vehicle for MPI implementation research and for \ 18 developing new and better parallel programming environments. 19 19 20 20 homepage http://www.mcs.anl.gov/research/projects/mpich2/ … … 47 47 48 48 variant g95 description {Enable Fortran 77 and Fortran 90 bindings using g95} conflicts gcc42 gcc43 gcc44 gcc45 { 49 depends_lib-append port:g9550 configure.f77 "${prefix}/bin/g95"51 configure.fflags "-i4"52 configure.f90 "${prefix}/bin/g95"53 configure.f90flags "-i4"54 configure.args-append --enable-f77 --enable-fc55 configure.args-delete --disable-f77 --disable-fc49 depends_lib-append port:g95 50 configure.f77 "${prefix}/bin/g95" 51 configure.fflags "-i4" 52 configure.f90 "${prefix}/bin/g95" 53 configure.f90flags "-i4" 54 configure.args-append --enable-f77 --enable-fc 55 configure.args-delete --disable-f77 --disable-fc 56 56 } 57 57 58 58 variant gcc45 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc45} conflicts g95 gcc42 gcc43 gcc44 { 59 depends_lib-append port:gcc4560 configure.compiler macports-gcc-4.561 configure.args-append --enable-f77 --enable-fc62 configure.args-delete --disable-f77 --disable-fc59 depends_lib-append port:gcc45 60 configure.compiler macports-gcc-4.5 61 configure.args-append --enable-f77 --enable-fc 62 configure.args-delete --disable-f77 --disable-fc 63 63 } 64 64 65 65 variant gcc44 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc44} conflicts g95 gcc42 gcc43 gcc45 { 66 depends_lib-append port:gcc4467 configure.compiler macports-gcc-4.468 configure.args-append --enable-f77 --enable-fc69 configure.args-delete --disable-f77 --disable-fc66 depends_lib-append port:gcc44 67 configure.compiler macports-gcc-4.4 68 configure.args-append --enable-f77 --enable-fc 69 configure.args-delete --disable-f77 --disable-fc 70 70 } 71 71 72 72 variant gcc43 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc43} conflicts g95 gcc42 gcc44 gcc45 { 73 depends_lib-append port:gcc4374 configure.compiler macports-gcc-4.375 configure.args-append --enable-f77 --enable-fc76 configure.args-delete --disable-f77 --disable-fc73 depends_lib-append port:gcc43 74 configure.compiler macports-gcc-4.3 75 configure.args-append --enable-f77 --enable-fc 76 configure.args-delete --disable-f77 --disable-fc 77 77 } 78 78 79 79 variant gcc42 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc42} conflicts g95 gcc43 gcc44 gcc45 { 80 depends_lib-append port:gcc4281 configure.compiler macports-gcc-4.282 configure.args-append --enable-f77 --enable-fc83 configure.args-delete --disable-f77 --disable-fc80 depends_lib-append port:gcc42 81 configure.compiler macports-gcc-4.2 82 configure.args-append --enable-f77 --enable-fc 83 configure.args-delete --disable-f77 --disable-fc 84 84 } 85 85 86 86 variant gforker description {Use gforker process manager instead of the default hydra} { 87 configure.args-append --with-pm=gforker88 configure.args-delete --with-pm=hydra87 configure.args-append --with-pm=gforker 88 configure.args-delete --with-pm=hydra 89 89 } 90 90 91 91 platform darwin { 92 configure.args-append --enable-sharedlibs=osx-gcc92 configure.args-append --enable-sharedlibs=osx-gcc 93 93 } 94 94 … … 133 133 livecheck.type regex 134 134 livecheck.regex ${name}-(\[0-9.p\]+)${extract.suffix} 135
Note: See TracChangeset
for help on using the changeset viewer.

