Changeset 98295


Ignore:
Timestamp:
Oct 2, 2012, 8:00:25 AM (12 years ago)
Author:
mww@…
Message:

openmpi: version 1.6.2; #36402

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/openmpi/Portfile

    r97780 r98295  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
     
    45
    56name                    openmpi
    6 version                 1.5.5
    7 revision                1
     7version                 1.6.2
    88set branch              [join [lrange [split ${version} .] 0 1] .]
    99categories              science parallel net
     
    2323master_sites            http://www.open-mpi.org/software/${subdir} \
    2424                        http://www.open-mpi.de/software/${subdir} \
    25                         http://icl.cs.utk.edu/open-mpi/${subdir} \
    26                         freebsd
    27 checksums           md5     f882fd61ff89db856bfd8f0dfa42e1bd \
    28                     sha1    206e555f6d376443f2342f721d944e67dd1a04ef \
    29                     rmd160  6e7648ec0fa553c16b40f886b397d11863039eb2
     25                        http://icl.cs.utk.edu/open-mpi/${subdir}
     26# keep md5 & sha1 checksums as they are published on http://www.open-mpi.org/software/ompi/v1.6/
     27checksums           md5     219754715a8e40beb468bbc8f0b3251a \
     28                    sha1    694fd3bac911cdb22f77175884d819b6fea871df \
     29                    rmd160  949539fc255592f51df6aac505e7474a92464703 \
     30                    sha256  5cc7744c6cc4ec2c04bc76c8b12717c4011822a2bd7236f2ea511f09579a714a
     31
    3032use_bzip2               yes
    3133
     
    3537configure.cmd   ${worksrcpath}/configure
    3638configure.args  --disable-mpi-f77 --disable-mpi-f90 \
    37                 --with-xgrid \
    3839                --sysconfdir=${prefix}/etc/${name} \
    3940                --includedir=${prefix}/include/${name} \
     
    6465
    6566variant threads description {enable threads for MPI applications} {
    66         configure.args-append --enable-mpi-threads
    67 }
    68 
    69 variant progressthreads description {enable threads asynchronous communication progress} {
    70         configure.args-append --enable-progress-threads
     67        configure.args-append --enable-mpi-thread-multiple
    7168}
    7269
    7370variant valgrind description {enable valgrind support} {
    74         depends_lib-append    port:valgrind
     71        depends_lib-append    path:${prefix}/lib/pkgconfig/valgrind.pc:valgrind
    7572        configure.args-append --enable-debug --enable-memchecker --with-valgrind=${prefix}
    7673}
     
    136133
    137134livecheck.type  regex
    138 livecheck.url   http://www.open-mpi.org/software/ompi/v1.5/
     135livecheck.url   http://www.open-mpi.org/software/ompi/v1.6/
    139136livecheck.regex openmpi-(\[0-9\.\]+).tar.bz2
    140137
     
    146143configure.cppflags-delete -I${prefix}/include
    147144configure.ldflags-delete -L${prefix}/lib
     145
     146configure.ccache no
Note: See TracChangeset for help on using the changeset viewer.