Skip to content

Commit

Permalink
ROCm 6.1 - Updates (#1272)
Browse files Browse the repository at this point in the history
* ROCm 6.1 - Updates

* Readme - fixes

* Readme - Shell cmd fix

* Sphinx - Fixes

* Fix homepage address

* FFMPEG - Fix Missing lib error
  • Loading branch information
kiritigowda committed Jan 18, 2024
1 parent 06d3afa commit fb32011
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 267 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ set(CPACK_PACKAGE_LICENSE "MIT")
set(CPACK_PACKAGE_CONTACT "MIVisionX Support <[email protected]>")
set(CPACK_PACKAGE_VENDOR "AMD ROCm")
set(CPACK_PACKAGE_GROUP "Development/Tools")
set(CPACK_PACKAGE_HOMEPAGE "https://gpuopen-professionalcompute-libraries.github.io/MIVisionX/")
set(CPACK_PACKAGE_HOMEPAGE "https://github.com/ROCm/MIVisionX")

if(ENABLE_ASAN_PACKAGING)
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "AMD MIVisionX address sanitizer libraries")
Expand Down Expand Up @@ -204,12 +204,12 @@ if(DEFINED ENV{CPACK_RPM_PACKAGE_RELEASE})
endif()

# Set the dependent packages
set(MIVISIONX_DEBIAN_PACKAGE_LIST "half, rpp, rocblas, miopen-hip, migraphx, ffmpeg")
set(MIVISIONX_RPM_PACKAGE_LIST "half, rpp, rocblas, miopen-hip, migraphx")
set(MIVISIONX_DEBIAN_PACKAGE_LIST "rocm-hip-runtime, half, rpp, rocblas, miopen-hip, migraphx")
set(MIVISIONX_RPM_PACKAGE_LIST "rocm-hip-runtime, half, rpp, rocblas, miopen-hip, migraphx")
# Set the dev dependent packages
set(MIVISIONX_DEBIAN_DEV_PACKAGE_LIST "rpp-dev, rocblas-dev, miopen-hip-dev, migraphx-dev, libavcodec-dev, libavformat-dev, libavutil-dev")
set(MIVISIONX_DEBIAN_DEV_PACKAGE_LIST "rocm-hip-runtime-dev, rpp-dev, rocblas-dev, miopen-hip-dev, migraphx-dev, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev")
# TBD - Some RPM packages need Fusion Packages - ffmpeg, libavcodec-devel, libavformat-devel, libavutil-devel, libswscale-devel
set(MIVISIONX_RPM_DEV_PACKAGE_LIST "rpp-devel, rocblas-devel, miopen-hip-devel, migraphx-devel")
set(MIVISIONX_RPM_DEV_PACKAGE_LIST "rocm-hip-runtime-devel, rpp-devel, rocblas-devel, miopen-hip-devel, migraphx-devel")

# '%{?dist}' breaks manual builds on debian systems due to empty Provides
execute_process(
Expand Down
Loading

0 comments on commit fb32011

Please sign in to comment.