upd and patches
This commit is contained in:
14
assets/var/gnu/rocm/cmake.md
Normal file
14
assets/var/gnu/rocm/cmake.md
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user