Files
AeroPkg/assets/var/gnu/rocm/cmake.md
2026-07-22 04:29:56 +03:00

15 lines
269 B
Markdown

rocm/cmake 7.2.4
=
https://github.com/ROCm/rocm-cmake/archive/refs/tags/rocm-7.2.4.tar.gz
``` env *** env ***
disable=true
```
``` sh *** build ***
mkdir -p build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$pkgpath
cmake --build .
cmake --build . --target install
```