Skip to content

Commit

Permalink
Merge pull request #15347 from smoors/20220426145509_new_pr_FlexiBLAS304
Browse files Browse the repository at this point in the history
also build BLIS backend for FlexiBLAS v3.0.4 with GCC/10.3.0
  • Loading branch information
boegel authored Apr 27, 2022
2 parents da1cf5d + f57978e commit 0c9236c
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ toolchainopts = {'pic': True, 'extra_cflags': local_extra_flags, 'extra_fflags':
builddependencies = [
('CMake', '3.20.1'),
('Python', '3.9.5'), # required for running the tests
('BLIS', '0.8.1'),
]

# note: first listed library will be used as default by FlexiBLAS,
# unless otherwise specified via easyconfig parameter flexiblas_default
dependencies = [
('OpenBLAS', '0.3.15'),
]

# note: first listed backend will be used as default by FlexiBLAS,
# unless otherwise specified via easyconfig parameter flexiblas_default
local_backends = ['OpenBLAS', 'BLIS']

default_component_specs = {'start_dir': '%(namelower)s-%(version)s'}
sanity_check_all_components = True

Expand All @@ -31,6 +34,7 @@ components = [
'source_urls': ['https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/'],
'sources': [SOURCELOWER_TAR_GZ],
'checksums': ['50a88f2e88994dda91b2a2621850afd9654b3b84820e737e335687a46751be5c'],
'backends': local_backends,
}),
('LAPACK', '3.10.0', {
'easyblock': 'CMakeMake',
Expand Down

0 comments on commit 0c9236c

Please sign in to comment.