We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d013e6 commit b3bc9d7Copy full SHA for b3bc9d7
packages/conf-cuda/conf-cuda.1/opam
@@ -16,7 +16,10 @@ build: [
16
# Note: the minimal set of packages directly from NVidia repositories, e.g. for cudajit:
17
# "cuda-cudart-X-Y" "cuda-cudart-dev-X-Y" "cuda-runtime-X-Y" "cuda-nvrtc-X-Y" "cuda-nvrtc-dev-X-Y"
18
# where e.g. X=12, Y=4 is the CUDA version.
19
-depends: [ "conf-cuda-config" ]
+depends: [
20
+ "conf-cuda-config"
21
+ "ocaml"
22
+]
23
setenv: [
24
[ CUDA_PATH = "%{conf-cuda-config:cuda_path}%" ]
25
]
0 commit comments