Skip to content

Commit

Permalink
Update mkl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofkessler authored Oct 10, 2024
1 parent 2a26792 commit 7a32d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpccm/building_blocks/mkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __instructions(self):
self += packages(
_apt_key=True,
apt_keys=['https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-{}.PUB'.format(self.__year)],
apt_repositories=['deb [signed-by=/usr/share/keyrings/'+'GPG-PUB-KEY-INTEL-SW-PRODUCTS-{}.gpg'.format(self.__year+'] https://apt.repos.intel.com/mkl all main'],
apt_repositories=['deb [signed-by=/usr/share/keyrings/'+'GPG-PUB-KEY-INTEL-SW-PRODUCTS-{}.gpg'.format(self.__year)+'] https://apt.repos.intel.com/mkl all main'],
ospackages=['intel-mkl-64bit-{}'.format(self.__version)],
yum_keys=['https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-{}.PUB'.format(self.__year)],
yum_repositories=['https://yum.repos.intel.com/mkl/setup/intel-mkl.repo'])
Expand Down

0 comments on commit 7a32d18

Please sign in to comment.