intel / fpga-runtime-for-opencl

Intel® FPGA Runtime for OpenCL™ Software Technology
Other
34 stars 68 forks source link

Security: Remove hardcoded paths being built into libraries #374

Closed alisanikiforova closed 3 months ago

alisanikiforova commented 3 months ago

This change removes the full path when building some libs, to make sure the resulting library has fewer full paths to where the build occurred. (Note that this change does not completely remove all build-time hardcoded paths, that is still a work in progress, but it does remove some of them).

Tests run: Tested some simulator runs as part of a test set.