Skip to content

Commit

Permalink
add azurelinux os name for gfortran dependency (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrost57 authored Nov 12, 2024
1 parent 0ea1897 commit 9da65c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Documentation for hipSPARSE is available at
[https://rocm.docs.amd.com/projects/hipSPARSE/en/latest/](https://rocm.docs.amd.com/projects/hipSPARSE/en/latest/).

## (Unreleased) hipSPARSE 3.2.0

### Added

* Added `azurelinux` OS name for correcting gfortran dependency

## hipSPARSE 3.1.2 for ROCm 6.3.0

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ endif()


# Setup version
rocm_setup_version(VERSION 3.1.2)
rocm_setup_version(VERSION 3.2.0)
set(hipsparse_SOVERSION 1.1.0)

# hipSPARSE library
Expand Down Expand Up @@ -143,7 +143,7 @@ if(BUILD_CLIENTS_SAMPLES OR BUILD_CLIENTS_TESTS OR BUILD_CLIENTS_BENCHMARKS)
set(GFORTRAN_DEB "libgfortran5")
elseif(CLIENTS_OS STREQUAL "sles" AND OPENMP_FOUND)
set(OPENMP_RPM "libgomp1")
elseif(CLIENTS_OS STREQUAL "mariner")
elseif(CLIENTS_OS STREQUAL "mariner" OR CLIENTS_OS STREQUAL "azurelinux")
set(GFORTRAN_RPM "gfortran")
endif()

Expand Down

0 comments on commit 9da65c6

Please sign in to comment.