mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: c/CP2K/CP2K-7.1-intel-2017c.eb new file: c/CP2K/CP2K-7.1-intel-2020a.eb new file: g/GSL/GSL-2.5-intel-2020a.eb new file: h/HTSlib/HTSlib-1.9-intel-2020a.eb new file: l/Libint/Libint-1.1.6-intel-2020a.eb new file: l/libxsmm/libxsmm-1.8.3-intel-2020a.eb modified: m/mpi4py/mpi4py-3.0.0-Py-2.7.eb new file: p/PLUMED/PLUMED-2.4.2-intel-2020a.eb modified: p/Platypus/Platypus-20170509-Py-2.7.eb deleted: c/CP2K/CP2K-5.1.eb
33 lines
797 B
Plaintext
33 lines
797 B
Plaintext
# IT4Innovatios 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxsmm'
|
|
version = '1.8.3'
|
|
|
|
homepage = 'https://github.com/hfp/libxsmm'
|
|
description = """LIBXSMM is a library for small dense and small sparse matrix-matrix multiplications
|
|
targeting Intel Architecture (x86)."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
|
|
sources = ['%(version)s.tar.gz']
|
|
source_urls = ['https://github.com/hfp/libxsmm/archive/']
|
|
|
|
# install both static and dynamic version
|
|
installopts = ['PREFIX=%(installdir)s', 'PREFIX=%(installdir)s STATIC=0']
|
|
|
|
skipsteps = ['configure']
|
|
maxparallel = 1
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/libxsmm_gemm_generator',
|
|
'include/libxsmm.h',
|
|
'lib/libxsmm.a',
|
|
'lib/libxsmm.%s' %
|
|
SHLIB_EXT],
|
|
'dirs': ['share']}
|
|
|
|
moduleclass = 'math'
|