Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.17-GCC-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ homepage = 'http://www.openblas.net/'
description = "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version."

toolchain = {'name': 'GCC', 'version': '11.2.0'}
# disable use -free-vectorize to work around compiler miscompilation bug,
# see https://github.com/easybuilders/easybuild-easyconfigs/issues/16380
toolchainopts = {'vectorize': False}

source_urls = [
# order matters, trying to download the large.tgz/timing.tgz LAPACK tarballs from GitHub causes trouble
Expand All @@ -30,6 +33,14 @@ checksums = [
'b1f89d90cc46b486534069135854e6081994b5a1a88370d32dae982e0f040111', # OpenBLAS-0.3.17_fix-segfault-ztrsv.patch
]

builddependencies = [
# required by LAPACK test suite
('Python', '3.9.6', '-bare'),
]

run_lapack_tests = True
max_failing_lapack_tests_num_errors = 150

# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

Expand Down
11 changes: 11 additions & 0 deletions easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.18-GCC-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ homepage = 'http://www.openblas.net/'
description = "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version."

toolchain = {'name': 'GCC', 'version': '11.2.0'}
# disable use -free-vectorize to work around compiler miscompilation bug,
# see https://github.com/easybuilders/easybuild-easyconfigs/issues/16380
toolchainopts = {'vectorize': False}

source_urls = [
# order matters, trying to download the large.tgz/timing.tgz LAPACK tarballs from GitHub causes trouble
Expand All @@ -27,6 +30,14 @@ checksums = [
'b1f89d90cc46b486534069135854e6081994b5a1a88370d32dae982e0f040111', # OpenBLAS-0.3.17_fix-segfault-ztrsv.patch
]

builddependencies = [
# required by LAPACK test suite
('Python', '3.9.6', '-bare'),
]

run_lapack_tests = True
max_failing_lapack_tests_num_errors = 150

# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

Expand Down
11 changes: 11 additions & 0 deletions easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.20-GCC-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ homepage = 'http://www.openblas.net/'
description = "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version."

toolchain = {'name': 'GCC', 'version': '11.2.0'}
# disable use -free-vectorize to work around compiler miscompilation bug,
# see https://github.com/easybuilders/easybuild-easyconfigs/issues/16380
toolchainopts = {'vectorize': False}

source_urls = [
# order matters, trying to download the large.tgz/timing.tgz LAPACK tarballs from GitHub causes trouble
Expand All @@ -25,6 +28,14 @@ checksums = [
'e6b326fb8c4a8a6fd07741d9983c37a72c55c9ff9a4f74a80e1352ce5f975971',
]

builddependencies = [
# required by LAPACK test suite
('Python', '3.9.6', '-bare'),
]

run_lapack_tests = True
max_failing_lapack_tests_num_errors = 150

# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

Expand Down
11 changes: 11 additions & 0 deletions easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.20-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ homepage = 'http://www.openblas.net/'
description = "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version."

toolchain = {'name': 'GCC', 'version': '11.3.0'}
# disable use -free-vectorize to work around compiler miscompilation bug,
# see https://github.com/easybuilders/easybuild-easyconfigs/issues/16380
toolchainopts = {'vectorize': False}

source_urls = [
# order matters, trying to download the large.tgz/timing.tgz LAPACK tarballs from GitHub causes trouble
Expand All @@ -25,6 +28,14 @@ checksums = [
'e6b326fb8c4a8a6fd07741d9983c37a72c55c9ff9a4f74a80e1352ce5f975971',
]

builddependencies = [
# required by LAPACK test suite
('Python', '3.10.4', '-bare'),
]

run_lapack_tests = True
max_failing_lapack_tests_num_errors = 150

# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

Expand Down