New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82791


Ignore:
Timestamp:
08/20/11 05:50:19 (4 years ago)
Author:
mk@…
Message:

science/scotch: force use of gcc44, since it is the default for openmpi

File:
1 edited

Legend:

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

    r82790 r82791  
    66name                scotch 
    77version             5.1.11 
    8 revision            3 
     8revision            4 
    99 
    1010# this is specific to this port and *version* for downloading it: 
     
    3737use_configure       no 
    3838 
     39configure.compiler  macports-gcc-4.4 
     40 
    3941variant universal { 
    4042} 
     
    4244set archflags       [get_canonical_archflags] 
    4345 
    44 depends_lib         port:openmpi 
     46depends_lib         port:openmpi port:gcc44 
    4547 
    4648build.env-append    CC=${configure.cc} \ 
Note: See TracChangeset for help on using the changeset viewer.