Closed
Description
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:
- dpotrf
- dpotrs
- dgels
- dpotrf
- zpotrf
- dlarfg
- dlarf
- zlarfg
- zlarf
- dlarft
- zlarft
- zlarfb
- dlarfb
- 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