Changeset 98891


Ignore:
Timestamp:
Oct 20, 2012, 1:07:42 AM (12 years ago)
Author:
takeshi@…
Message:

berkeley_upc: use upc's gcc and g++. added MPI_CFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/berkeley_upc/Portfile

    r98885 r98891  
    66name                berkeley_upc
    77version             2.14.2
    8 revision            1
     8revision            2
    99categories          lang science parallel
    1010maintainers         takeshi
     
    3434}
    3535
     36configure.cc        ${prefix}/lib/upc/bin/gcc
     37configure.cxx       ${prefix}/lib/upc/bin/g++
    3638configure.env       MPI_CC=${prefix}/lib/openmpi/bin/mpicc \
     39                    MPI_CFLAGS="-O3" \
    3740                    GCCUPC_TRANS=${prefix}/lib/upc/bin/upc
    3841             
     
    7376}
    7477
    75 if {![variant_isset gcc44]} {
    76     default_variants +gcc45
     78variant gcc44 conflicts gcc45 description {deprecated dummy variant} {
    7779}
    7880
    79 variant gcc44 conflicts gcc45 description {build with gcc44} {
    80     depends_lib-append  port:gcc44
    81     configure.compiler  macports-gcc-4.4
    82 }
    83 
    84 variant gcc45 conflicts gcc44 description {build with gcc45} {
    85     depends_lib-append  port:gcc45
    86     configure.compiler  macports-gcc-4.5
     81variant gcc45 conflicts gcc44 description {deprecated dummy variant} {
    8782}
    8883
Note: See TracChangeset for help on using the changeset viewer.