Opened 13 years ago

Closed 8 years ago

#28424 closed defect (duplicate)

molmol should use ${configure.cc}

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: howarth.at.macports@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: molmol

Description

molmol doesn't ensure it's UsingTheRightCompiler nor does it respect build_arch. Because the port uses "use_configure no" you must handle these details manually.

Change History (3)

comment:1 Changed 9 years ago by petrrr

Owner: changed from howarth@… to howarth.at.macports@…

comment:2 Changed 9 years ago by howarth.at.macports@…

Where exactly is this a problem? The compiler used is entirely set by ${worksrcpath}/makedef. The MacPorts documentation for UsingTheRightCompiler only mentions using...

build.args-append CC=${configure.cc} \

CXX=${configure.cxx} \ CPP=${configure.cpp}

however this is already effectively done with...

reinplace "s|@CC@|${configure.cc}|g" ${worksrcpath}/makedef

so this ticket seems invalid.

comment:3 Changed 8 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed

#34438 (that one was actually the duplicate, but no matter.)

Note: See TracTickets for help on using tickets.