Skip to content

Commit

Permalink
fixed local GCC in ScaLAPACK
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Jun 28, 2024
1 parent 0478f17 commit 8065240
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description = """The ScaLAPACK (or Scalable LAPACK) library includes a subset of
toolchain = {'name': 'gmpich', 'version': '2024.06'}
toolchainopts = {'extra_fflags': '-lpthread', 'openmp': True, 'pic': True, 'usempi': True}

local_gccver = '12.3.0'

source_urls = [homepage]
sources = [SOURCELOWER_TGZ]
patches = ['ScaLAPACK-%(version)s_fix-GCC-10.patch']
Expand All @@ -20,11 +18,11 @@ checksums = [
]

builddependencies = [
('CMake', '3.26.3', '', ('GCCcore', local_gccver)),
('CMake', '3.26.3'),
]

dependencies = [
('FlexiBLAS', '3.3.1', '', ('GCC', local_gccver)),
('FlexiBLAS', '3.3.1'),
]

# Config Opts based on AOCL User Guide:
Expand Down

0 comments on commit 8065240

Please sign in to comment.