Skip to content

When I compile OpenBLAS with NOFORTRAN=1 some LAPACK (e.g. dpotrf) routines are not available #1284

Description

@burlachenkok

Hi,
I'd like to build complete version of openBlas with maximum support of lapack/blas routines without using gfortran in runtime.

When I'm building openBlas from:
develop branch from commit 50715e8
with specifying NOFORTRAN=1 in make command

In this circumstances I don't have several routines in the final static library. They are:

  1. dpotrf
  2. dpotrs
  3. dgels
  4. dpotrf
  5. zpotrf
  6. dlarfg
  7. dlarf
  8. zlarfg
  9. zlarf
  10. dlarft
  11. zlarft
  12. zlarfb
  13. dlarfb
  14. dlarft

What is interesting this all symbols are defined if build withtout NOFORTRAN=1.
Unfortunately I want to have OpenBlas library without dependencies in gfortran

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions