summaryrefslogtreecommitdiff
path: root/lang/pocl/pkg-message
blob: 3dfd31c876d7227ce8b4a546a975bd1801eef04a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)