The GitHub Actions job "Publish wheel" on tvm-ffi.git/main has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
6887892d888e0f69df8bd0a8167c5ebe98873a0b / Junru Shao <[email protected]>
chore: Use `importlib.metadata` to locate DSOs (#306)

Should fix #250. 

This PR introduces `tvm_ffi.lib_info.load_lib_ctypes`, which can be
reused by downstream libraries to locate their DSOs if they are linked
with tvm_ffi package.

For packages that are shipped with tvm-ffi, the one-liner below could
load it into ctypes:

```
LIB = tvm_ffi.libinfo.load_lib_ctypes("apache-tvm-ffi", "tvm_ffi", "RTLD_LOCAL")
```

Here
- `apache-tvm-ffi` is the name of the package
- `tvm-ffi` is the target name of the shared library
- `mode` is ctypes opening mode

Report URL: https://github.com/apache/tvm-ffi/actions/runs/20001883512

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to