Skip to content

Commit

Permalink
SWDEV-470979 - Remove apostrophe from the package description text (#406
Browse files Browse the repository at this point in the history
)

While creating wheel package, the rpm tags are read from the rpm package.
The apostrophe in the package description is causing syntax error while parsing the description tag.
  • Loading branch information
raramakr authored Jul 1, 2024
1 parent 947067b commit 9cfb89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ set(CPACK_RPM_PACKAGE_LICENSE "MIT")

rocm_create_package(
NAME rocwmma
DESCRIPTION "AMD's C++ library for facilitating GEMM, or GEMM-like 2D matrix multiplications on GPU leveraging MFMA instructions executing on matrix cores."
DESCRIPTION "AMD C++ library for facilitating GEMM, or GEMM-like 2D matrix multiplications on GPU leveraging MFMA instructions executing on matrix cores."
MAINTAINER "rocWMMA Maintainer <rocwmma-maintainer@amd.com>"
HEADER_ONLY
)

0 comments on commit 9cfb89e

Please sign in to comment.