Skip to content

Commit

Permalink
5.0 merge (#312)
Browse files Browse the repository at this point in the history
* updated changelog

* Hotfix: Set RPM license type (#244)

Co-authored-by: Liam Wrubleski <Liam.Wrubleski@amd.com>
  • Loading branch information
ntrost57 and lawruble13 authored Mar 2, 2022
1 parent 020c70c commit 99f2c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Full documentation for rocSPARSE is available at [rocsparse.readthedocs.io](https://rocsparse.readthedocs.io/en/latest/).

## (Unreleased) rocSPARSE 2.0.0
## rocSPARSE 2.0.0 for ROCm 5.0.0
### Added
- csrmv, coomv, ellmv, hybmv for (conjugate) transposed matrices
- csrmv for symmetric matrices
Expand Down
1 change: 1 addition & 0 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ rocm_install_symlink_subdir(rocsparse)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "hip-rocclr (>= 3.5.0)")
set(CPACK_RPM_PACKAGE_REQUIRES "hip-rocclr >= 3.5.0")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")

if(WIN32)
set(CPACK_SOURCE_GENERATOR "ZIP")
Expand Down

0 comments on commit 99f2c90

Please sign in to comment.