Skip to content

Commit d8ee90a

Browse files
authored
Merge pull request ocaml#27722 from lukstafi/opam-publish-cudajit.0.7.0
Package cudajit.0.7.0
2 parents 88601ea + 281bae2 commit d8ee90a

File tree

1 file changed

+54
-0
lines changed
  • packages/cudajit/cudajit.0.7.0

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"Bindings to the `cuda` and `nvrtc` libraries with a unified interface"
5+
description:
6+
"Bindings to manually selected parts of `lcuda` and `lnvrtc`, with a few types and conversion functions to facilitate use."
7+
maintainer: ["Lukasz Stafiniak <[email protected]>"]
8+
authors: ["Lukasz Stafiniak"]
9+
license: "MIT"
10+
tags: ["cuda" "jit" "nvrtc"]
11+
homepage: "https://github.com/lukstafi/ocaml-cudajit"
12+
doc: "https://github.com/lukstafi/ocaml-cudajit/blob/master/README.md"
13+
bug-reports: "https://github.com/lukstafi/ocaml-cudajit/issues"
14+
depends: [
15+
"ocaml" {>= "4.13"}
16+
"dune" {>= "3.16"}
17+
"ctypes" {>= "0.14.0"}
18+
"ctypes-foreign"
19+
"sexplib0"
20+
"ppx_sexp_conv"
21+
"ppx_expect"
22+
"conf-cuda"
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@runtest" {with-test}
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo: "git+https://github.com/lukstafi/ocaml-cudajit.git"
40+
post-messages: [
41+
"NOTE: CUDA drivers are outside the scope of system packages and might need to be installed manually."
42+
{failure & !conf-cuda-config:is_wsl}
43+
"NOTE: double-check if CUDA drivers for Windows are installed and Linux libraries don't hide WSL stubs; see: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#network-repo-installation-for-wsl"
44+
{failure & conf-cuda-config:is_wsl}
45+
]
46+
x-maintenance-intent: ["(latest)"]
47+
url {
48+
src:
49+
"https://github.com/lukstafi/ocaml-cudajit/archive/refs/tags/0.7.0.tar.gz"
50+
checksum: [
51+
"md5=a317edb6a5e41c7923b37d92af4c87f0"
52+
"sha512=63d31e1949629e2dc9f3acd82716540d6377362376ed07cfef23b75f0e346adec337b8e1afdbb25088e3c9cc4ac54ee3c96fe024a81be044289cad106db019e2"
53+
]
54+
}

0 commit comments

Comments
 (0)