Skip to content
Snippets Groups Projects
Commit 569754a7 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

adding easyconfigs: BLIS-0.8.1-GCCcore-11.2.0.eb

parent 6dbaaa27
No related merge requests found
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': '11.2.0'}
source_urls = ['https://github.com/flame/blis/archive/']
sources = ['%(version)s.tar.gz']
patches = [
'%(name)s-%(version)s_fix_dgemm-fpe-signalling-on-broadwell.patch',
]
checksums = [
'729694128719801e82fae7b5f2489ab73e4a467f46271beff09588c9265a697b', # 0.8.1.tar.gz
# BLIS-0.8.1_fix_dgemm-fpe-signalling-on-broadwell.patch
'345fa39933e9d1442d2eb1e4ed9129df3fe4aefecf4d104e5d4f25b3bca24d0d',
]
builddependencies = [
('binutils', '2.37'),
('Python', '3.9.6'),
('Perl', '5.34.0'),
]
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'
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment