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
I'm trying to install CUDA.jl with SCIP.jl already installed. I'm having troubles due to SCIP.jl only supporting CEnum.jl 0.1, while the current version is 0.4.1. CUDA.jl requires at least CEnum.jl 0.2 (which has been release roughly one year ago). It looks like updating to CEnum.jl 0.2 requires to rewrite all @cenum calls, though…
The text was updated successfully, but these errors were encountered:
I'm trying to install CUDA.jl with SCIP.jl already installed. I'm having troubles due to SCIP.jl only supporting CEnum.jl 0.1, while the current version is 0.4.1. CUDA.jl requires at least CEnum.jl 0.2 (which has been release roughly one year ago). It looks like updating to CEnum.jl 0.2 requires to rewrite all
@cenum
calls, though…The text was updated successfully, but these errors were encountered: