Skip to content

Add proper declarations for BLAS/LAPACK functions#21

Open
d-torrance wants to merge 1 commit into
coin-or:masterfrom
d-torrance:blas-lapack-declarations
Open

Add proper declarations for BLAS/LAPACK functions#21
d-torrance wants to merge 1 commit into
coin-or:masterfrom
d-torrance:blas-lapack-declarations

Conversation

@d-torrance

Copy link
Copy Markdown

Otherwise, when compiling with C23 (which is the default in GCC 15), we get "too many arguments to function" errors.

We also add BLAS_FUNC and LAPACK_FUNC macros so we don't need to have four different declarations for each function.

Otherwise, when compiling with C23 (which is the default in GCC 15),
we get "too many arguments to function" errors.

We also add BLAS_FUNC and LAPACK_FUNC macros so we don't need to have
four different declarations for each function.
@CLAassistant

CLAassistant commented Sep 5, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants