Skip to content

Commit

Permalink
Merge pull request #749 from tfalders/mariner_gfortran_6.2
Browse files Browse the repository at this point in the history
Use correct fortran package name for mariner OS (#748)
  • Loading branch information
mamaydeo authored Jun 28, 2024
2 parents 1cd9e08 + ab40b89 commit 736ce4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ if(BUILD_CLIENTS_TESTS OR BUILD_CLIENTS_BENCHMARKS OR BUILD_CLIENTS_SAMPLES)
endif()
elseif(CLIENTS_OS STREQUAL "ubuntu" AND CLIENTS_OS_VERSION VERSION_GREATER_EQUAL "20.04")
set(GFORTRAN_DEB "libgfortran5")
elseif(CLIENTS_OS STREQUAL "mariner")
set(GFORTRAN_RPM "gfortran")
endif()
rocm_package_setup_component(clients)
if(BUILD_CLIENTS_TESTS)
Expand Down

0 comments on commit 736ce4e

Please sign in to comment.