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
Error in build script when no backends are found (#310)
* Error in build script if no arrayfire backends are found
This would result in a linker error anyway. By th
rowing the error earlier, we make it easier for the user to debug their arrayfire installation.
* Improve formatting of build script errors
* Improve formatting of 'AF_PATH not found' warning
* Warn if backends exist, but are not accessible
* Run rustfmt
* CI: Set up arrayfire for clippy job as well
The clippy job now needs arrayfire to because the build script checks for a valid arrayfire installation.
0 commit comments