Skip to content

Compilation error: ‘CBLAS_LAYOUT’ was not declared #250

Description

@vasdommes

For some (older?) CBLAS implementations, CBLAS_LAYOUT is not declared, which leads to compilation error.

Workaround: add

typedef CBLAS_ORDER CBLAS_LAYOUT; 

to bigint_syrk_blas.cxx

I don't want to add this typedef always because it could break compilation if CBLAS_ORDER is not declared or has different meaning.

See also:
OpenMathLib/OpenBLAS#1754
https://stackoverflow.com/questions/43664032/cblas-layout-not-declared-in-gcc-version-of-mkl-h

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions