New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81358


Ignore:
Timestamp:
07/29/11 15:14:07 (4 years ago)
Author:
takeshi@…
Message:

chapel: simply force gcc-4.2

File:
1 edited

Legend:

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

    r81304 r81358  
    3434# 
    3535# chapel does not build with clang. 
    36 if {[string match llvm-* ${configure.compiler}] || 
    37     [string match clang ${configure.compiler}]} { 
    38     pre-configure { 
    39         ui_error "${name} does not work properly with llvm-gcc or clang." 
    40         return -code error 
    41     } 
     36if {${configure.compiler} == "llvm-gcc-4.2"} { 
     37    configure.compiler  gcc-4.2 
    4238} 
    43 configure.compiler  gcc-4.2 
    4439 
    4540configure.optflags  -O3 
Note: See TracChangeset for help on using the changeset viewer.