Skip to content

Commit 7a32d18

Browse files
Update mkl.py
1 parent 2a26792 commit 7a32d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpccm/building_blocks/mkl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __instructions(self):
120120
self += packages(
121121
_apt_key=True,
122122
apt_keys=['https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-{}.PUB'.format(self.__year)],
123-
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'],
123+
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'],
124124
ospackages=['intel-mkl-64bit-{}'.format(self.__version)],
125125
yum_keys=['https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-{}.PUB'.format(self.__year)],
126126
yum_repositories=['https://yum.repos.intel.com/mkl/setup/intel-mkl.repo'])

0 commit comments

Comments
 (0)