mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
be729ef9da
PR: 271159 Reported by: ohartmann@walstatt.org (maintainer)
19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
|
|
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)
|
|
EOM
|
|
}
|
|
]
|