mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/CP2K/CP2K-4.1-intel-2017a.eb new file: c/CP2K/CP2K-5.1-intel-2017a-dev.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test2.eb new file: l/Libint/Libint-1.1.6-GCC-6.3.0-2.27.eb new file: l/libsmm/libsmm-2015-11-10.eb new file: l/libxc/libxc-3.0.0-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-3.0.0-intel-2017a.eb modified: l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-4.0.1.eb new file: l/libxc/libxc-4.0.2-GCC-6.3.0-2.27.eb new file: l/libxc/libxc-4.0.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb deleted: l/libxc/libxc-4.0.1-intel-2017a.eb
35 lines
950 B
Plaintext
35 lines
950 B
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxsmm'
|
|
version = '1.7.1'
|
|
|
|
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': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['https://www.cp2k.org/static/downloads']
|
|
|
|
buildopts = 'MNK="1 4 5 6 8 9 13 16 17 22 23 24 26 32" PREFIX=%(installdir)s'
|
|
|
|
installopts = 'MNK="1 4 5 6 8 9 13 16 17 22 23 24 26 32" PREFIX=%(installdir)s'
|
|
|
|
skipsteps = ['configure']
|
|
|
|
modextravars = {
|
|
'LIBXSMM_LIBS':'-lxsmmf -lxsmm -ldl -lpthread',
|
|
'LIBXSMM_CFLAGS':'-I\'%(installdir)s/include\'',
|
|
'LIBXSMM_LDFLAGS':'-L\'%(installdir)s/lib\' -Wl,-rpath=\'%(installdir)s/lib\'',
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/libxsmm_gemm_generator', 'include/libxsmm.h', 'lib/libxsmm.a'],
|
|
'dirs': ['share']
|
|
}
|
|
|
|
moduleclass = 'math'
|