Add version information to openblas_get_config output

This commit is contained in:
Martin Kroeker 2018-11-29 00:06:44 +01:00 committed by GitHub
parent b6363f4539
commit 816775e309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -42,8 +42,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endif #endif
static char* openblas_config_str="" static char* openblas_config_str=""
"VERSION "
VERSION
#ifdef USE64BITINT #ifdef USE64BITINT
"USE64BITINT " " USE64BITINT "
#endif #endif
#ifdef NO_CBLAS #ifdef NO_CBLAS
"NO_CBLAS " "NO_CBLAS "