#21490: pure 0.35 depends on llvm 2.6, but only llvm 2.5 is available ----------------------------------+----------------------------------------- Reporter: jadenb1729@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Low | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: pure ----------------------------------+----------------------------------------- Comment(by ryandesign@…): Replying to [comment:3 shawjef3@…]:
I made a Portfile for LLVM that builds LLVM 2.6.
Thanks. Replying to [comment:4 shawjef3@…]:
However it won't support compiling universal libraries.
#15496 is already filed for that.
Later if people want I can look into adding variants like +x86, +PowerPC, +MIPS, etc.
We don't use variants for architectures (though variants can be used for platforms, like Intel vs. PowerPC). If the port doesn't already build correctly for 64-bit when build_arch is set to a 64-bit architecture in macports.conf, the port should examine the build_arch variable and do something appropriate with it to build 64-bit when 64-bit is requested. -- Ticket URL: <http://trac.macports.org/ticket/21490#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS