Add version information to openblas_get_config output
This commit is contained in:
parent
b6363f4539
commit
816775e309
|
@ -42,8 +42,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#endif
|
||||
|
||||
static char* openblas_config_str=""
|
||||
"VERSION "
|
||||
VERSION
|
||||
#ifdef USE64BITINT
|
||||
"USE64BITINT "
|
||||
" USE64BITINT "
|
||||
#endif
|
||||
#ifdef NO_CBLAS
|
||||
"NO_CBLAS "
|
||||
|
|
Loading…
Reference in New Issue