Skip to content

Commit

Permalink
Merge pull request #12929 from SebastianAchilles/20210522194720_new_p…
Browse files Browse the repository at this point in the history
…r_BLIS081

{numlib}[GCCcore/10.3.0] BLIS v0.8.1
  • Loading branch information
branfosj authored May 23, 2021
2 parents bd55dc9 + a6dfee5 commit 9f65222
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/b/BLIS/BLIS-0.8.1-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'ConfigureMake'

name = 'BLIS'
version = '0.8.1'

homepage = 'https://github.com/flame/blis/'
description = """BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries."""

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = ['https://github.com/flame/blis/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['729694128719801e82fae7b5f2489ab73e4a467f46271beff09588c9265a697b']

builddependencies = [
('binutils', '2.36.1'),
('Python', '3.9.5'),
('Perl', '5.32.1'),
]

configopts = '--enable-cblas --enable-threading=openmp --enable-shared CC="$CC" auto'

runtest = 'check'

sanity_check_paths = {
'files': ['include/blis/cblas.h', 'include/blis/blis.h',
'lib/libblis.a', 'lib/libblis.%s' % SHLIB_EXT],
'dirs': [],
}

modextrapaths = {'CPATH': 'include/blis'}

moduleclass = 'numlib'

0 comments on commit 9f65222

Please sign in to comment.