Skip to content

Commit

Permalink
adding easyconfigs: imkl-2024.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Jun 25, 2024
1 parent 08956f7 commit e9d317c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions easybuild/easyconfigs/i/imkl/imkl-2024.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = 'imkl'
version = '2024.2.0'

homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html'
description = "Intel oneAPI Math Kernel Library"

toolchain = SYSTEM

# see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html
source_urls = ['https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cdff21a5-6ac7-4b41-a7ec-351b5f9ce8fd']
sources = ['l_onemkl_p_%(version)s.664_offline.sh']
checksums = ['f1f46f5352c197a9840e08fc191a879dad79ebf742fe782e386ba8006f262f7a']

interfaces = False

installopts = "--download-cache=%(builddir)s/cache --download-dir=%(builddir)s/download --log-dir=%(builddir)s/log"

moduleclass = 'numlib'

0 comments on commit e9d317c

Please sign in to comment.