[MacPorts] #40713: llvm-gcc42: libgomp.spec: No such file or directory (was: py27-healpy: libgomp.spec: No such file or directory)
MacPorts
noreply at macports.org
Wed Oct 9 10:53:44 PDT 2013
#40713: llvm-gcc42: libgomp.spec: No such file or directory
---------------------------+----------------------
Reporter: simon4nine@… | Owner: erickt@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords:
Port: llvm-gcc42 |
---------------------------+----------------------
Changes (by aronnax@…):
* owner: aronnax@… => erickt@…
* port: py27-healpy => llvm-gcc42
Comment:
This is a bug in llvm-gcc42, for which OpenMP support is now broken.
Consider the following test program:
{{{
/* test.c */
int main(int argc, char **argv)
{
int i;
#pragma omp parallel for
for (i = 0; i < 100; i ++)
;
return 0;
}
}}}
This fails to build with the following error message:
{{{
$ llvm-gcc-4.2 -fopenmp test.c
i686-apple-darwin12-llvm-gcc-4.2: libgomp.spec: No such file or directory
}}}
--
Ticket URL: <https://trac.macports.org/ticket/40713#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list