Skip to content

Commit c91e92b

Browse files
Update mkl.py
1 parent 7a32d18 commit c91e92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hpccm/building_blocks/mkl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ def __instructions(self):
118118
raise RuntimeError('Intel EULA was not accepted. To accept, see the documentation for this building block')
119119

120120
self += packages(
121-
_apt_key=True,
121+
_apt_key=False,
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] https://apt.repos.intel.com/mkl all main'.format(self.__year)],
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)