ce4acb3c83
While here, patch this port's build scripts to actually build the opencl NIF (Native Implemented Function) - the build system didn't know about FreeBSD and failed when building cl_nif.so, but the error went unnoticed. Without this object, erlang-cl cannot load any CL function (in our case, we want to use libOpenCL), which rather defeats the purpose of this port. Once we build and install cl_nif.so, we have to depend on devel/ocl-icd to pull in libOpenCL. PR: 239178 Approved by: maintainer-timeout (erlang@)
14 lines
611 B
Text
14 lines
611 B
Text
lib/erlang/lib/cl-%%VERSION%%/ebin/cl.app
|
|
lib/erlang/lib/cl-%%VERSION%%/ebin/cl.beam
|
|
lib/erlang/lib/cl-%%VERSION%%/ebin/cl10.beam
|
|
lib/erlang/lib/cl-%%VERSION%%/ebin/cl11.beam
|
|
lib/erlang/lib/cl-%%VERSION%%/ebin/cl12.beam
|
|
lib/erlang/lib/cl-%%VERSION%%/ebin/clu.beam
|
|
lib/erlang/lib/cl-%%VERSION%%/include/cl.hrl
|
|
lib/erlang/lib/cl-%%VERSION%%/priv/cl_nif.so
|
|
lib/erlang/lib/cl-%%VERSION%%/src/cl.app.src
|
|
lib/erlang/lib/cl-%%VERSION%%/src/cl.erl
|
|
lib/erlang/lib/cl-%%VERSION%%/src/cl10.erl
|
|
lib/erlang/lib/cl-%%VERSION%%/src/cl11.erl
|
|
lib/erlang/lib/cl-%%VERSION%%/src/cl12.erl
|
|
lib/erlang/lib/cl-%%VERSION%%/src/clu.erl
|