-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ROCm 6.1 - Updates * Readme - fixes * Readme - Shell cmd fix * Sphinx - Fixes * Fix homepage address * FFMPEG - Fix Missing lib error
- Loading branch information
1 parent
06d3afa
commit fb32011
Showing
5 changed files
with
203 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
@@ -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( | ||
|
Oops, something went wrong.