[Mesa-dev] [Bug 87137] Unable to build when configured with openmp and CFLAGS/LDFLAGS contain -fopenmp
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 8 22:37:57 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=87137
--- Comment #1 from Matt Turner <mattst88 at gmail.com> ---
Dear Vlad/Bob/Chris (which is it?!),
Please submit a patch to mesa-dev at lists.freedesktop.org adding
#ifdef _OPENMP
#include <omp.h>
#endif
to the files that call omp_* functions.
Also, don't put -fopenmp in your system CFLAGS. It doesn't do anything without
the package being written with OpenMP.
Sincerely, a Gentoo Developer.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141209/ccb87489/attachment.html>
More information about the mesa-dev
mailing list