`apt install arrayfire` now fails with:
The following packages have unmet dependencies:
arrayfire : Depends: arrayfire-cuda3-dev
E: Unable to correct problems, you have held broken packages.
This is from a Docker image without a GPU or CUDA driver but I assume the same failure will happen even with the CUDA driver because arrayfire-cuda-3-dev depends on "arrayfire-cuda3-cuda-<version>" and there are no such packages in the Ubuntu or ArrayFire repos. Is it possible to roll back the arrayfire package version to 3.8.0 until this dependency issue is fixed?
Thanks,
Haydn