opnsense-ports/lang/pocl/pkg-message
Franco Fichtner 7af239cfb7 */*: sync with upstream
Taken from: FreeBSD
2023-05-04 10:11:43 +02:00

18 lines
443 B
Text

[
{ 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
}
]