Skip to content

Commit

Permalink
Use correct fortran package name for mariner OS (#813) (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: jsandham <james.sandham@amd.com>
  • Loading branch information
jsandham and jsandham authored Jun 28, 2024
1 parent 50a8daf commit e5ea586
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 @@ -213,6 +213,8 @@ 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")
set(GFORTRAN_RPM "gfortran")
endif()

rocm_package_setup_component(clients)
Expand Down

0 comments on commit e5ea586

Please sign in to comment.