Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 131d9ef9 authored by Nicolas Perrin's avatar Nicolas Perrin
Browse files

Merge branch 'amdgpu' into 'master'

[big] Add libtinfo5 package for needed AMD GPU hipcc in big

See merge request !91
parents 40a48eb6 463574bd
Branches
Tags
1 merge request!91[big] Add libtinfo5 package for needed AMD GPU hipcc in big
...@@ -22,7 +22,7 @@ class env::big::configure_amd_gpu () { ...@@ -22,7 +22,7 @@ class env::big::configure_amd_gpu () {
} }
package { package {
[ 'rock-dkms', 'hip-base', 'rocminfo', 'rocm-smi-lib', 'hip-rocclr', 'rocm-device-libs' ]: [ 'rock-dkms', 'hip-base', 'rocminfo', 'rocm-smi-lib', 'hip-rocclr', 'rocm-device-libs', 'libtinfo5' ]:
ensure => installed, ensure => installed,
install_options => ['--no-install-recommends'], install_options => ['--no-install-recommends'],
require => [Apt::Source['repo.radeon.com'], Exec['apt_update']]; require => [Apt::Source['repo.radeon.com'], Exec['apt_update']];
...@@ -44,7 +44,8 @@ class env::big::configure_amd_gpu () { ...@@ -44,7 +44,8 @@ class env::big::configure_amd_gpu () {
owner => root, owner => root,
group => root, group => root,
mode => '0644', mode => '0644',
source => 'puppet:///modules/env/big/amd_gpu/70-amdgpu.rules'; source => 'puppet:///modules/env/big/amd_gpu/70-amdgpu.rules',
require => Package['rock-dkms'];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment