Skip to content

cblas.h header is unusable in its current state #13

Closed
@kiwifb

Description

@kiwifb

I tried to compile a few packages against openblas and all of those which use the headers provided by the cblas implementation rather than their own internal headers have failed.
The problem is that blasint is not defined in cblas.h - it comes form common.h. However unless you design a package from scratch it is not a header you will usually look for when compiling against cblas.

So, some final cblas.h headers should be produced that include a definition for blasint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions