You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Please change all occurrences of ../../hsa/lib and ../../lib to something that's not relative and hard-coded.
In certain package managers ../../lib cannot exist, since libraries are only available inside the package folders themselves. Also the name hsa is not guaranteed to be the install directory of the hsa package.
The text was updated successfully, but these errors were encountered:
Please change all occurrences of
../../hsa/lib
and../../lib
to something that's not relative and hard-coded.In certain package managers
../../lib
cannot exist, since libraries are only available inside the package folders themselves. Also the namehsa
is not guaranteed to be the install directory of the hsa package.The text was updated successfully, but these errors were encountered: