Skip to content

Commit

Permalink
Merge pull request #11346 from boegel/20200923171703_new_pr_libxsmm1161
Browse files Browse the repository at this point in the history
{math}[GCC/9.3.0] libxsmm v1.16.1
  • Loading branch information
lexming authored Sep 24, 2020
2 parents aa342a4 + e726ea5 commit f5650ac
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/l/libxsmm/libxsmm-1.16.1-GCC-9.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'ConfigureMake'

name = 'libxsmm'
version = '1.16.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': 'GCC', 'version': '9.3.0'}

source_urls = ['https://github.com/hfp/libxsmm/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['93dc7a3ec40401988729ddb2c6ea2294911261f7e6cd979cf061b5c3691d729d']

# 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'

0 comments on commit f5650ac

Please sign in to comment.