Skip to content

Commit

Permalink
fix: openblas to flexiblas
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuhl-uni committed Dec 18, 2024
1 parent 41977c1 commit 39b4869
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = """Harminv is a free program (and accompanying library) to solve t
decaying) in a given bandwidth, it determines the frequencies, decay constants, amplitudes, and phases of those
sinusoids."""

toolchain = {'name': 'foss', 'version': '2024a'}
toolchain = {'name': 'gfbf', 'version': '2024a'}
toolchainopts = {'opt': True, 'unroll': True, 'pic': True, 'cstd': 'c99'}

source_urls = ['https://github.com/stevengj/harminv/releases/download/v%(version)s/']
Expand All @@ -20,7 +20,7 @@ builddependencies = [
('pkg-config', '0.29.2'),
]

configopts = "--with-pic --with-blas=openblas --with-lapack=openblas --enable-shared"
configopts = "--with-pic --with-blas=flexiblas --with-lapack=flexiblas --enable-shared"

sanity_check_paths = {
'files': ['bin/harminv', 'include/harminv.h', 'lib/libharminv.a', 'lib/libharminv.%s' % SHLIB_EXT],
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/m/MPB/MPB-1.11.1-foss-2024a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
('libreadline', '8.2'),
]

local_common_configopts = "--with-pic --with-blas=openblas --with-lapack=openblas "
local_common_configopts = "--with-pic --with-blas=flexiblas --with-lapack=flexiblas "
local_common_configopts += "--with-libctl=$EBROOTLIBCTL/share/libctl --enable-shared "

configopts = [
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/m/Meep/Meep-1.29.0-foss-2024a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
('Guile', '3.0.10'),
]

configopts = "--with-pic --with-mpi --with-blas=openblas --with-lapack=openblas --without-gcc-arch "
configopts = "--with-pic --with-mpi --with-blas=flexiblas --with-lapack=flexiblas --without-gcc-arch "
configopts += "--with-libctl=$EBROOTLIBCTL/share/libctl --enable-shared "

sanity_check_paths = {
Expand Down

0 comments on commit 39b4869

Please sign in to comment.