[MacPorts] #25469: tbb 3.0 has been released
MacPorts
noreply at macports.org
Tue Sep 28 08:11:26 PDT 2010
#25469: tbb 3.0 has been released
---------------------------------+------------------------------------------
Reporter: drjesacco@… | Owner: mnick@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: tbb
---------------------------------+------------------------------------------
Comment(by drjesacco@…):
Replying to [comment:5 stromnov@…]:
> Joseph, please review earlier patch from #25208. I want to commit merged
variant of tbb patch, cause'of maintainer timeout.
The Portfile generated by the patches in #25208 does not work on a PPC
because of the lack of an appropriate build_arch. Modifying the if-
statement logic to include PPCs works:
...
if {${build_arch} eq "i386"} {
set arch_flag ia32
} elseif {${build_arch} eq "x86_64"} {
set arch_flag intel64
} elseif {${build_arch} eq "ppc"} {
set arch_flag ppc
} elseif {${build_arch} eq "ppc64"} {
set arch_flag ppc64
}
...
I will review the other patches today and report back my findings.
-Joseph
--
Ticket URL: <https://trac.macports.org/ticket/25469#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list