1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/lang/pocl/pkg-message
Steve Wills 692f0f6439 lang/pocl: Update to POCL 1.4
PR:		241243
Submitted by:	O. Hartmann <ohartmann@walstatt.org> (maintainer)
2019-10-15 13:41:58 +00:00

13 lines
400 B
Plaintext

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)