diff options
author | Andrzej Janik <[email protected]> | 2024-04-28 01:22:43 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-28 01:22:43 +0200 |
commit | 995bc951745db30e39a1ff0c909f9a95b12c4ec7 (patch) | |
tree | 21af8d80797466ee7da0a45ca0df78949055a616 /zluda_ml/Cargo.toml | |
parent | 5d5f7cca75115b1a47255120e4ca1236f01a2828 (diff) | |
download | ZLUDA-995bc951745db30e39a1ff0c909f9a95b12c4ec7.tar.gz ZLUDA-995bc951745db30e39a1ff0c909f9a95b12c4ec7.zip |
Build improvements (#206)
* Allow to create .zip package on Windows
* Allow to create .tar.gz package on Linux
* Add configuration for post-build Github CI
Diffstat (limited to 'zluda_ml/Cargo.toml')
-rw-r--r-- | zluda_ml/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zluda_ml/Cargo.toml b/zluda_ml/Cargo.toml index 25d88a9..452cc0e 100644 --- a/zluda_ml/Cargo.toml +++ b/zluda_ml/Cargo.toml @@ -15,5 +15,4 @@ atiadlxx-sys = { path = "../atiadlxx-sys" } rocm_smi-sys = { path = "../rocm_smi-sys" }
[package.metadata.zluda]
-top_level = true
linux_names = ["libnvidia-ml.so", "libnvidia-ml.so.1"]
|