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

new file: b/byacc/byacc-20170509.eb new file: c/CP2K/CP2K-5.1-intel-2017a.eb new file: g/GMP/GMP-5.0.5.eb new file: g/guile/guile-1.8.8.eb new file: l/Libint/Libint-1.1.6-intel-2017a.eb new file: l/libmatheval/libmatheval-1.1.11.eb new file: l/libtool/libtool-2.4.2.eb new file: l/libxc/libxc-2.2.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4.eb new file: p/PLUMED/PLUMED-2.3.0-intel-2017a.eb deleted: b/byacc/byacc-20160606.eb
27 lines
735 B
Plaintext
27 lines
735 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxsmm'
|
|
version = '1.6.4'
|
|
|
|
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': '2017a'}
|
|
|
|
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'
|