As outlined in this issue here, I can’t instantiate the GNSSReceiver
package due to a strange error, claiming Unsatisfiable requirements detected for package CUDA [052768df]
I’m not sure what’s causing this, because as far as I can tell the only transient dependency on CUDA.jl is from Tracking.jl
, but that package instantiates just fine. Could this be an issue with GNSSReceiver
’s Project.toml
? I’m not sure what I should be looking for.
I’d like to issue a PR with the fix, if possible.