Skip to content

Commit b859c63

Browse files
authored
Merge pull request #28211 from lukstafi/opam-publish-cudajit.0.7.1
Package cudajit.0.7.1
2 parents c343107 + 0dce119 commit b859c63

File tree

1 file changed

+52
-0
lines changed
  • packages/cudajit/cudajit.0.7.1

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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 <lukstafi@gmail.com>"]
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+
"conf-cuda"
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/lukstafi/ocaml-cudajit.git"
38+
post-messages: [
39+
"NOTE: CUDA drivers are outside the scope of system packages and might need to be installed manually."
40+
{failure & !conf-cuda-config:is_wsl}
41+
"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"
42+
{failure & conf-cuda-config:is_wsl}
43+
]
44+
x-maintenance-intent: ["(latest)"]
45+
url {
46+
src:
47+
"https://github.com/lukstafi/ocaml-cudajit/archive/refs/tags/0.7.1.1.tar.gz"
48+
checksum: [
49+
"md5=22fc050ee56c32530c59a15b87da352c"
50+
"sha512=381ba282f8ed1d5949a6142b9740c6157281ab8d6dc0c62cfd585105dced069fc2351ad6c1b98a23554aefcbaf1540c24d66a11db6a47dab141d563efefe7e96"
51+
]
52+
}

0 commit comments

Comments
 (0)