Page MenuHomeFreeBSD

Add opencl-domain-kernels.inl
Needs ReviewPublic

Authored by eric_metricspace.net on Nov 3 2020, 1:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 12:54 PM
Unknown Object (File)
Fri, May 22, 7:22 PM
Unknown Object (File)
Mon, May 18, 9:57 AM
Unknown Object (File)
Sun, May 17, 5:22 PM
Unknown Object (File)
Fri, May 15, 7:12 AM
Unknown Object (File)
Wed, May 13, 5:27 AM
Unknown Object (File)
Tue, May 12, 9:25 PM
Unknown Object (File)
Tue, May 12, 8:04 PM
Subscribers

Details

Reviewers
thierry
Summary

Add a file that is omitted, but is needed by sage to build.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Sorry for the delay, I did not see a notification for this review!

This file is not installed neither on my workstation nor in poudriere.
According to configure, it will get installed if --with-ocl is given, and then it looks for the header $OCL_HOME/include/CL/cl.h and the library libOpenCL.so.
Are these files present on your machine?

And what is the problem with sage without that?