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
F132570709: D27074.id.diff
Sat, Oct 18, 1:52 AM
Unknown Object (File)
Aug 6 2025, 9:30 AM
Unknown Object (File)
Jul 27 2025, 10:04 PM
Unknown Object (File)
Jul 27 2025, 3:01 AM
Unknown Object (File)
Jun 25 2025, 8:37 AM
Unknown Object (File)
Jun 24 2025, 2:35 AM
Unknown Object (File)
Jun 23 2025, 4:39 AM
Unknown Object (File)
Jun 22 2025, 9:15 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?