diff options
Diffstat (limited to '')
-rw-r--r-- | lang/pocl/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/pocl/pkg-message b/lang/pocl/pkg-message new file mode 100644 index 000000000000..3dfd31c876d7 --- /dev/null +++ b/lang/pocl/pkg-message @@ -0,0 +1,12 @@ + +Deadlocks (freezes) on FreeBSD: + +OpenCL applications using pocl on FreeBSD must be compiled with +options CFLAGS+=-pthread or CXXFLAGS+=-pthread, otherwise someone risk +that a library may not initialize the threading on BSD independently, +even if an ICD loader is used. + +See: + http://www.freebsd.org/cgi/query-pr.cgi?pr=163512 + +(Source: http://portablecl.org/docs/html/faq.html?highlight=freebsd) |