Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package cudajit.0.5.0 #26651

Merged
merged 3 commits into from
Oct 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions packages/cudajit/cudajit.0.5.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Bindings to the `cuda` and `nvrtc` libraries with a unified interface"
description:
"Bindings to manually selected parts of `lcuda` and `lnvrtc`, with a few types and conversion functions to facilitate use."
maintainer: ["Lukasz Stafiniak"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a contact email here? (This is part of a tighter policy we are trying to ease in.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done (forgot about this).

authors: ["Lukasz Stafiniak"]
license: "MIT"
tags: ["cuda" "jit" "nvrtc"]
homepage: "https://github.com/lukstafi/ocaml-cudajit"
doc: "https://github.com/lukstafi/ocaml-cudajit/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocaml-cudajit/issues"
depends: [
"ocaml" {>= "4.12"}
"dune" {>= "3.11"}
"ctypes" {>= "0.14.0"}
"ctypes-foreign"
"sexplib0"
"ppx_sexp_conv"
"ppx_expect"
"conf-cuda"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/lukstafi/ocaml-cudajit.git"
post-messages: [
"NOTE: CUDA drivers are outside the scope of system packages and might need to be installed manually."
{failure & !conf-cuda-config:is_wsl}
"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"
{failure & conf-cuda-config:is_wsl}
]
url {
src:
"https://github.com/lukstafi/ocaml-cudajit/archive/refs/tags/0.5.0.1.tar.gz"
checksum: [
"md5=0187dda670febedba67bd138a01fc8b0"
"sha512=d1ac6e2fb57a4b645e00c4198ecc4f52f6911e74b72edef128f7bcfd1ce5ae2ec9eedc4dab09327486dde52acaa8ad36bb9c4e331a0d58c5eef7befd177b1e29"
]
}
Loading