Skip to content

Is there an option so that libgfortran.a and libquadmath.a can be staticly archived into libopenblas.a when running make?  #2759

@atesop

Description

@atesop

Hi all, is there an option so that libgfortran.a and libquadmath.a can be staticly archived into libopenblas.a when running make?

when I run make, I find gfortran is miss. And after run yum install libgfortran, make runs perfert.

But, I try to find out gfortran_concat_string, I get that

# nm libopenblas.a | grep fortran
                 U _gfortran_concat_string

That means gfortran has to been preinstalled when libopenblas.a is needed.

Any suggestion is appreciated. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions