Opened 15 years ago

Closed 14 years ago

#20770 closed defect (fixed)

opal: should use ${configure.cxx}

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: opal

Description

opal isn't UsingTheRightCompiler; it's using "g++" but should be using ${configure.cxx}.

Attachments (1)

opal.patch (545 bytes) - added by nerdling (Jeremy Lavergne) 15 years ago.
UsingTheRightCompiler patch. is this all that's needed?

Download all attachments as: .zip

Change History (4)

comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

Changed 15 years ago by nerdling (Jeremy Lavergne)

Attachment: opal.patch added

UsingTheRightCompiler patch. is this all that's needed?

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

I've tried my patch, which doesn't do it. Setting the build.env similarly has no impact.

It seems that editing the SConstruct files makes an impact, however it results in a failure when I change g++:

EnvironmentError: No tool named 'g++-4.2': not a Zip file:
EnvironmentError: No tool named '/usr/bin/g++-4.2': not a Zip file:

Any suggestions?

comment:3 Changed 14 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Corrected in r68863.

Note: See TracTickets for help on using tickets.