Skip to content

Commit

Permalink
DEBUG: add message about framework Accelerate detection not succeeding
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 22, 2023
1 parent ea58090 commit c3b961e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mesonbuild/dependencies/blas_lapack.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,8 @@ def detect(self, kwargs: T.Dict[str, T.Any]) -> None:
self.compile_args += ['-DACCELERATE_NEW_LAPACK']
if self.interface == 'ilp64':
self.compile_args += ['-DACCELERATE_LAPACK_ILP64']
else:
mlog.info(f'Unable to detect Accelerate framework')

# We won't check symbols here, because Accelerate is built in a consistent fashion
# with known symbol mangling, unlike OpenBLAS or Netlib BLAS/LAPACK.
Expand Down

0 comments on commit c3b961e

Please sign in to comment.